SocialCrawl

Facebook

Extract profiles, posts, comments, group posts, photos, reels, and ad library data

Facebook

Extract profiles, posts, comments, group posts, photos, reels, and ad library data.

Facebook is the world's largest social network with over 3 billion monthly active users.

Base URL: /v1/facebook/...

How do I get started with Facebook data?

1. Fetch a profile

curl "https://www.socialcrawl.dev/v1/facebook/profile?url=https://www.facebook.com/Meta" \
  -H "x-api-key: sc_your_api_key_here"

2. Fetch their content

curl "https://www.socialcrawl.dev/v1/facebook/profile/posts?url=https://www.facebook.com/Meta" \
  -H "x-api-key: sc_your_api_key_here"

3. Read computed fields

Every response includes computed fields: engagement_rate, language, content_category, and estimated_reach. See Computed fields for formulas, clamping rules, and null semantics.

What Facebook data can I access?

์—”๋“œํฌ์ธํŠธ 22๊ฐœ๋ฅผ ์ œ๊ณตํ•ด์š”.

์—”๋“œํฌ์ธํŠธ๊ฒฝ๋กœํฌ๋ ˆ๋”ง ๋“ฑ๊ธ‰
Get details for a Facebook event/v1/facebook/event/detailsstandard (1cr)
List Facebook events for a city/v1/facebook/eventsstandard (1cr)
Search Facebook events by keyword/v1/facebook/events/searchstandard (1cr)
List Facebook group posts/v1/facebook/group/postsstandard (1cr)
Get a Facebook Marketplace item/v1/facebook/marketplace/itemstandard (1cr)
Search Facebook Marketplace locations/v1/facebook/marketplace/location/searchstandard (1cr)
Search Facebook Marketplace listings/v1/facebook/marketplace/searchstandard (1cr)
Get Facebook post details/v1/facebook/poststandard (1cr)
List replies to a Facebook post comment/v1/facebook/post/comment/repliesstandard (1cr)
List Facebook post comments/v1/facebook/post/commentsstandard (1cr)
Get Facebook page profile/v1/facebook/profilestandard (1cr)
List a Facebook page's events/v1/facebook/profile/eventsstandard (1cr)
Facebook profile, recent posts, and computed analytics in one call./v1/facebook/profile/fullstandard (5cr)
List Facebook profile photos/v1/facebook/profile/photosstandard (1cr)
List Facebook page posts/v1/facebook/profile/postsstandard (1cr)
List Facebook profile reels/v1/facebook/profile/reelsstandard (1cr)
Get Facebook Ad Library ad details/v1/facebook/adlibrary/adadvanced (5cr)
List Facebook Ad Library company ads/v1/facebook/adlibrary/company/adsadvanced (5cr)
Search Facebook Ad Library/v1/facebook/adlibrary/search/adsadvanced (5cr)
Search Facebook Ad Library companies/v1/facebook/adlibrary/search/companiesadvanced (5cr)
Get a Facebook Ad Library video ad transcript/v1/facebook/adlibrary/ad/transcriptpremium (10cr)
Get Facebook video transcript/v1/facebook/post/transcriptpremium (10cr)

What should I know about Facebook data?

  • All endpoints use GET method with query parameters
  • Authentication via x-api-key header
  • Responses follow the unified SocialCrawl schema

Official Facebook Resources