Facebook People Search Scraper avatar

Facebook People Search Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Facebook People Search Scraper

Facebook People Search Scraper

Search Facebook by name or phrase and export matching profiles with links, photos, and verification flags.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

PowerAI

PowerAI

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Find Facebook profiles that match a name or search phrase. Each dataset row is one person-style result with a profile link, display name, verification flag, and profile picture metadata when returned.

Who it’s for

  • Recruiters and sourcers who need a structured list of candidate profiles from a keyword.
  • Researchers building samples of public profile links for a topic or name.
  • Anyone who wants to avoid manual scrolling through search results.

What you can do with it

  • Search by keywords (full name, partial name, or other phrases the product returns for people).
  • Collect up to your chosen cap; the run loads successive batches until the limit is reached or there are no more matches.

How it works (in plain terms)

You enter search words and a maximum number of rows. The tool retrieves matching profiles in batches until your maximum row count is reached or the list ends—you do not need to manage paging yourself.

Input

FieldRequiredWhat it means
Search keywords (query)YesName or phrase to search for.
Maximum results (maxResults)NoUpper limit on how many profile rows to save (default 50).

Output

  • One row per profile (until your cap). Duplicate profiles in the same run are skipped when the same profile_id (or profile URL) appears again.
  • Profile: type (category label for the row when present), profile_id, url, name, is_verified.
  • Avatar: profile_picture with uri, width, height, scale when returned.
  • Extra fields: the payload may include additional properties beyond those listed, depending on each hit.
  • Export metadata: searchQuery repeats the keywords used for that run; scrapedAt is when that row was saved.

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

Sample output (one dataset row, illustrative)

{
"type": "user",
"profile_id": "6155123456789012",
"url": "https://www.facebook.com/john.smith.example",
"name": "John Smith",
"is_verified": false,
"profile_picture": {
"uri": "https://scontent.xx.fbcdn.net/v/...",
"width": 128,
"height": 128,
"scale": 1
},
"searchQuery": "john smith",
"scrapedAt": "2025-03-25T08:15:42.103Z"
}