Facebook User Photos Scraper avatar

Facebook User Photos Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Facebook User Photos Scraper

Facebook User Photos Scraper

List photos from a Facebook profile in batches: image links, ids, and types with optional album scoping.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

PowerAI

PowerAI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Collect photos on a Facebook profile (person or Page-style profile) using its numeric profile id. Each dataset row is one photo entry with an image uri, stable id, and type, plus optional extra fields when the product returns them. The run can walk through successive batches until your row cap is reached or the list ends.

Who it’s for

  • Creators and managers auditing images tied to a profile.
  • Researchers who need structured photo links instead of manual browsing.
  • Automation that already stores profile ids from search or CRM exports.

What you can do with it

  • Target one profile using its numeric id.
  • Optionally start from a known album when you already have that album’s id.
  • Collect up to your chosen cap; the run loads batches automatically—you do not manage paging yourself.

How it works (in plain terms)

You provide the profile id and, if needed, an album id. The tool requests photo rows in batches. When more rows exist, it continues automatically until your maximum row count is reached or there are no more photos. If the product returns an album identifier for the current view, later batches use it so the listing stays on the same album when more pages of photos exist.

Input

FieldRequiredWhat it means
Profile ID (profileId)YesNumeric id of the Facebook profile.
Album ID (collectionId)NoWhen you already know a specific photo album id, set it to start from that album.
Maximum results (maxResults)NoUpper limit on how many photo rows to save (default 50).

Output

  • One row per photo (until your cap). Duplicate id values in the same run are skipped when the same id appears again.
  • Photo: typically type, id, uri (image URL).
  • Extra fields: rows may include additional properties beyond those three, depending on each item.
  • Export metadata: profileId repeats the profile you requested; albumCollectionId appears when the run is associated with an album context (from your input and/or the product response); scrapedAt is when that row was saved.

Field availability depends on each photo. Details may change as the product evolves.

Sample output (one dataset row, illustrative)

{
"type": "page_photo",
"id": "10117392482731981",
"uri": "https://z-p3-scontent.fkna1-1.fna.fbcdn.net/v/t39.30808-6/649137739_10117392482736971_8799999883045095676_n.jpg?_nc_cat=101&ccb=1-7&_nc_sid=7b2446&_nc_ohc=dJ-9e44tFgkQ7kNvwFN4cmO&_nc_oc=Adom6qCvJyGtGyvxbpVr-bvpD5wxQt8QTjW8NsDNnQ5BqQRRAbKEOQDoObCwkgNwJxE&_nc_zt=23&_nc_ht=z-p3-scontent.fkna1-1.fna&_nc_gid=jR9yKkmTP5zEEUq27eMYDw&_nc_ss=7a30f&oh=00_AfwrNeLTZ-NLdgpuEKULO-7SwUuSCT7auB70OCqpZQ8AOA&oe=69CAA526",
"profileId": "4",
"albumCollectionId": "YXBwX2NvbGxlY3Rpb246cGZiaWQwSjY0TkJOVnR6NkRxOFcyMVRNdDlIY21SY0RKNzdhcWFZcGR4Um9GSm93UFRTRlFxa1JIajdDalVXRjR6RllEcHJoMVhTTml1bA==",
"scrapedAt": "2026-03-26T06:23:39.620Z"
}