Facebook Profile Scraper avatar

Facebook Profile Scraper

Pricing

from $4.00 / 1,000 results

Go to Apify Store
Facebook Profile Scraper

Facebook Profile Scraper

Scrape public Facebook profiles without requiring a login. Provide a list of Facebook profile URLs to extract available data.

Pricing

from $4.00 / 1,000 results

Rating

0.0

(0)

Developer

VulnV

VulnV

Maintained by Community

Actor stats

1

Bookmarked

53

Total users

22

Monthly active users

2 months ago

Last modified

Categories

Share

Overview

The Facebook Profile Scraper is an Apify Actor that extracts structured data from public Facebook profiles.


๐Ÿงพ Input Configuration

Submit an array of Facebook profile URLs via Apifyโ€™s input:

{
"urls": [
"https://www.facebook.com/zuck"
]
}

๐Ÿ“ค Output Format

The scraper will return a structured JSON output for each profile. Below is an example of the fields you can expect:

{
"url": "https://www.facebook.com/john.doe",
"name": "John Doe",
"id": "10001234567890",
"profile_photo": "https://example.com/path/to/profile_photo.jpg",
"cover_photo": "https://example.com/path/to/cover_photo.jpg",
"work": null,
"college": null,
"high_school": [
{
"name": "Anytown High School",
"id": "10009876543210",
"url": "https://www.facebook.com/anytown.high"
}
],
"photos": [
"https://example.com/path/to/photo1.jpg",
"https://example.com/path/to/photo2.jpg",
"https://example.com/path/to/photo3.jpg"
],
"timestamp": "2026-01-09T12:13:44.493Z",
"input": {
"url": "https://www.facebook.com/john.doe"
}
}

๐Ÿ“Š Output & Export

Dataset Storage

  • All extracted data is stored in your Apify dataset
  • Each profile becomes one dataset item
  • Failed extractions are logged with error details

Export Formats

  • JSON
  • CSV
  • Excel

Explore More Actors

โœจ Looking for something else? Check out more actors on Apify that can help with your web automation and data extraction needs.

๐Ÿ” Discover a wide range of tools tailored for different scenarios at ๐ŸŒ Explore Vulnv's Actors on Apify.

๐Ÿ“ง For inquiries or support, feel free to reach out to us at apify@vulnv.com.