Facebook Profile Scraper avatar

Facebook Profile Scraper

Pricing

from $2.90 / 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 $2.90 / 1,000 results

Rating

0.0

(0)

Developer

VulnV

VulnV

Maintained by Community

Actor stats

2

Bookmarked

141

Total users

13

Monthly active users

24 days 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.