Facebook People Search avatar

Facebook People Search

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Facebook People Search

Facebook People Search

Scrape public Facebook profiles instantly using names or keywords. Extract profile IDs, links, verified status, and images with automated pagination.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Sachin Kumar Yadav

Sachin Kumar Yadav

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

7 days ago

Last modified

Share

๐Ÿ” Facebook People Search โ€“ Find Facebook Profiles by Name or Keyword

Search and find people on Facebook by name, keyword, or username. Extract profile details including full name, profile URL, verification badge status, and profile picture. Perfect for lead generation, recruitment, people research, and social media analysis!

๐Ÿ“‹ Table of Contents

๐Ÿš€ Features

  • Search Facebook people by any name, keyword, or username
  • No Facebook login or authentication required
  • Automatic pagination for bulk profile extraction
  • Control the number of result pages to scrape (1-20)
  • Each page returns approximately 7 profile results

Comprehensive Profile Data

  • Full name of each person found
  • Direct Facebook profile URL for each result
  • Verification badge status (verified or not)
  • Profile picture URL with width and height dimensions
  • Unique Facebook profile ID for each person

Export & Integration

  • Clean, structured JSON output ready for analysis
  • Export to CSV, Excel, JSON, or XML formats
  • Seamless integration with Apify platform and APIs
  • Flat data structure for easy processing in spreadsheets

๐ŸŽฏ Use Cases

Use CaseDescriptionBenefits
Lead GenerationFind potential leads or contacts on Facebook by nameBuild targeted outreach lists, discover prospects
RecruitmentSearch for candidates by name or skill keywordsDiscover potential hires, verify Facebook profiles
People ResearchResearch individuals across Facebook's networkBackground research, identity verification
Social Media AnalysisAnalyze public profile data at scaleStudy user demographics, track public figures
Contact DiscoveryFind and verify Facebook profiles for outreachValidate contact information, build contact databases
Influencer ResearchFind influencers and public figures by nameDiscover content creators, analyze influencer networks
Academic ResearchCollect public profile data for research projectsSocial network analysis, behavioral studies
Competitor AnalysisFind people associated with competitor brandsIdentify key personnel, track industry professionals

โšก Quick Start

{
"query": "John Smith",
"maxPages": 1
}

2๏ธโƒฃ Bulk people search with pagination

{
"query": "software engineer",
"maxPages": 5
}

3๏ธโƒฃ Search by username or keyword

{
"query": "riya",
"maxPages": 3
}

๐Ÿ“Š Input Parameters

Configuration options

ParameterTypeRequiredDefaultDescription
queryStringโœ…riyaName, keyword, or username to search for people on Facebook
maxPagesIntegerโŒ1Number of result pages to scrape (1-20, each page โ‰ˆ 7 profiles)

๐Ÿ“ Details

query (Required)

  • Name, keyword, or username to search for people on Facebook
  • Searches through Facebook's people directory
  • Examples: "John Smith", "riya", "software engineer", "marketing manager"
  • Case-insensitive search

maxPages (Optional)

  • Number of result pages to fetch (1-20)
  • Default: 1
  • Each page returns approximately 7 profiles
  • More pages = more results but longer runtime and higher API usage

๐Ÿ“ค Output Format

Profile Data Structure

{
"source": "facebook_people_search",
"search_query": "riya",
"position": 1,
"type": "search_profile",
"profile_id": "pfbid0fbQJKWmBaLZewRmWMFa492xx3GcuWCXPfp7Ke2azu21Z8cQBKGLfohfMiJApGkRxl",
"url": "https://www.facebook.com/people/Riya-Chan/pfbid0fbQJKWmBaLZewRmWMFa492xx3GcuWCXPfp7Ke2azu21Z8cQBKGLfohfMiJApGkRxl/",
"name": "Riya Chan",
"is_verified": true,
"profile_picture_url": "https://scontent.fkul16-4.fna.fbcdn.net/v/t39.30808-1/472751693_...",
"profile_picture_width": 120,
"profile_picture_height": 120,
"scraped_at": "2026-07-06T06:30:00.000Z"
}

Data Fields Explained

Field CategoryFieldsDescription
Identificationprofile_id, typeUnique Facebook profile identifier and result type
Personal Infoname, is_verifiedFull name and verification badge status
Profile LinkurlDirect Facebook profile URL
Profile Pictureprofile_picture_url, profile_picture_width, profile_picture_heightProfile photo URL with dimensions
Search Contextsource, search_query, positionSearch source, query used, and result position
Metadatascraped_atISO 8601 timestamp of when the data was extracted

๐Ÿ“ˆ Performance & Reliability

Speed & Efficiency

MetricPerformanceDetails
Search Speed3-8 secondsPer page request
Profiles per Page~7 profilesPer API response
Max Pages20 per runUp to ~140 profiles per run
PaginationAutomaticHandled internally via cursor

Reliability Features

  • Auto-retry logic with exponential backoff for temporary failures
  • Clear error messages in logs and dataset output
  • Built-in delays between requests to prevent API throttling
  • Input validation to ensure correct query parameters

๐Ÿ’ก Best Practices

  1. Use specific names โ€“ Searching for "John Smith New York" yields better results than just "John"
  2. Start with fewer pages โ€“ Test with maxPages: 1 before scaling up to avoid unnecessary API calls
  3. Try different keywords โ€“ If a name search returns few results, try variations or nicknames
  4. Use the People Overview โ€“ Open the dataset view for a quick visual overview with profile pictures

โš ๏ธ Important Notes

  • Only publicly visible Facebook profiles appear in search results
  • Private profiles or restricted accounts will not appear
  • Search results depend on Facebook's search algorithm and ranking
  • Profile pictures are thumbnail-sized (120x120 pixels)
  • Maximum 20 pages per run (approximately 140 profiles)

โ“ FAQ

Q: Do I need a Facebook account to use this?

A: No! This actor searches public Facebook profiles without requiring any Facebook login or authentication.

Q: Can I find private Facebook profiles?

A: No, only publicly visible profiles appear in search results. Private or restricted profiles will not be returned by the Facebook search API.

Q: How many profiles can I extract per run?

A: Each page returns approximately 7 profiles. With a maximum of 20 pages, you can extract up to ~140 profiles per run.

Q: Can I search for people by location or profession?

A: You can include location or profession keywords in your search query (e.g., "marketing manager London"). However, results depend on Facebook's search algorithm.

Q: What does the verification badge mean?

A: The is_verified field indicates whether Facebook has verified the profile with a blue badge. This is typically given to public figures, celebrities, and notable organizations.

Q: Can I download the profile pictures?

A: Yes! The actor provides direct URLs to profile pictures. You can download them using the provided profile_picture_url links.

A: This tool searches publicly available Facebook profiles only. Users must comply with Facebook's Terms of Service and applicable data protection laws. Use responsibly and ethically.

Q: How often can I run this actor?

A: You can run it as often as needed. The actor includes automatic retry logic and built-in delays for reliable operation.

๐Ÿ“ž Support

Need Help?

  • Report bugs and request features on the actor's Issues page
  • Check the Documentation tab for complete guides and examples
  • Follow best practices above for optimal results

๐Ÿท๏ธ Find Me Tags

facebook people search, facebook profile search, facebook people finder, find people on facebook, facebook name search, facebook user search, facebook profile scraper, facebook people extractor, facebook profile data, facebook search api, facebook people lookup, facebook profile finder, search facebook by name, facebook user finder, facebook contact search, facebook lead generation, facebook recruitment search, facebook profile url extractor, facebook verified profiles, facebook people data mining, facebook social search, facebook profile picture extractor, facebook identity search, apify facebook scraper, facebook scraper apify actor


๐Ÿš€ Get Started Now

Ready to find people on Facebook?

  1. Click "Try for free" to test the actor
  2. Enter a name or keyword to search for people
  3. Get profile data with verification status and profile pictures instantly

โญ If this actor helps your workflow, please give it a star!


Built with โค๏ธ using Apify Platform | Facebook People Search v1.0


Disclaimer: This actor is designed for searching publicly available Facebook profiles only. Users are responsible for complying with Facebook's Terms of Service and all applicable data protection laws. Use this tool ethically and responsibly for legitimate purposes only.