Audience & creator discovery
Build lead and creator-discovery pipelines from Facebook public profiles. Filter by follower count, engagement, and region. The JSON is flat enough to drop into a Postgres column without normalisation.
No proxy needed. 17 pre-built endpoints, parsed JSON in seconds.
The profile scraper takes one input: url. The response carries every public field Facebook exposes.
curl https://api.hproxy.com/v1/scrape/facebook/profile/collect/by/url \
-H "Authorization: Bearer $HPROXY_KEY" \
-H "Content-Type: application/json" \
-d '{"url":"https://www.facebook.com/mantraindianfolsom"}'{
"success": true,
"id": "100088017857524",
"name": "Mantraindian",
"url": "https://www.facebook.com/mantraindianfolsom",
"profilePicLarge": "https://scontent.fist20-2.fna.fbcdn.net/v/….jpg",
"pageIntro": "Indian Vegan & Vegetarian Restaurant",
"category": "Restaurant",
"address": "1870 Prairie City Rd, Suite 500, Folsom, CA, United States, California",
"email": "[email protected]",
"phone": "+1 916-999-1749",
"website": "https://www.mantraindian.com/",
"services": "Delivery · Takeaway · Dine in…",
"priceRange": "$$",
"likeCount": 3224,
"followerCount": 3200
}Bio, follower and following counts, post totals, verified flag, links, and the profile image — every public field the platform exposes about an account.
Short-form video objects with caption, engagement counts, view totals, media references, and timestamps.
Full post objects: caption text, like and comment counts, view counts, media URLs, and timestamps — pulled by handle or by direct URL.
AI-fallback transcript of any video — audio-to-text when no caption exists, the published captions otherwise.
Every comment on a post or video — including reply trees, author handle, timestamp, and like count — not just the top-level reactions.
Keyword and query search results with the matched entities and the engagement metadata behind each one.
Every line is a live endpoint. Click through for the input schema, response shape, and the curl recipe.
Public Facebook page details — category, address, phone, website, hours.
Reels published by a public Facebook page.
Photos published by a public Facebook page.
Posts published on a public Facebook profile or page.
Events organized by a public Facebook page.
Single Facebook post or reel by URL with full metadata.
Speech-to-text transcript for a Facebook video post under 2 minutes.
Premium pricing — every call uses AI or heavy data extraction.
Comments on a public Facebook post or reel.
Replies to a single Facebook post / video comment.
Posts in a public Facebook group, sortable by recency or activity.
Search public Facebook events by name or description.
Public events listed for a city.
Full details for a public Facebook event by URL or id.
Full details of a Meta Ad Library ad by URL or id.
Search Meta Ad Library by keyword, country, status, format.
Every running ad for a company on Meta Ad Library.
Find advertiser pages on Meta Ad Library by company name.
Build lead and creator-discovery pipelines from Facebook public profiles. Filter by follower count, engagement, and region. The JSON is flat enough to drop into a Postgres column without normalisation.
Track every public post mentioning a brand or keyword across Facebook. Pipe captions into sentiment models and chart engagement over time without writing a single parser.
The comments endpoint carries the full reply tree, so social-listening models see the whole thread — not just top-level reactions. Real conversation data, structured.
Query Facebook by keyword or hashtag and get back the matched entities with their engagement metadata attached. Power competitive research and content-gap analysis.
The questions that come up before the first call. If yours isn’t here, the founder reads support email himself — just write in.
No. Every endpoint runs on our residential pool — fifty million IPs sourced through opt-in partner SDKs. You send an HTTP request with your API key; rotation, retries, and anti-bot handling are ours to worry about.
Each call is routed through a residential session that matches typical organic traffic patterns. We don’t advertise specifics; what matters is the result — a 99%+ success rate on public-data endpoints in real customer traffic.
Every endpoint returns a flat top-level wrapper (platform, scraper, data, creditsUsed, elapsedMs, requestId) with the parsed Facebook entity inside data. See the live example near the top of this page for the exact shape.
Public data scraping (no login, no private content, no PII beyond what facebook.com itself publishes) sits within the boundaries set by hiQ Labs v. LinkedIn and similar US/EU precedents. We don’t serve endpoints that touch authenticated content. You’re responsible for your own use of the data under your local data-protection law (GDPR, CCPA, etc.).
From $0.003 per call on the standard endpoints. Endpoints that do heavier upstream work — AI transcripts, posts with media archived to R2 — cost more. The exact per-call price shows on each endpoint row below. One call = one charge, never multiplied by record count.
Yes — the wallet starts with a $2 deposit that’s refundable for 24 hours. That’s plenty of calls to verify the response shape matches what you’re building across all 17 Facebook endpoints.
Median response time across the Facebook endpoints is under 2 seconds. Heavier endpoints (deep comment threads, cursor-paginated lists) can run 4-8 seconds depending on the page depth requested.
Sign in with Google, drop $2 in the wallet, fire your first Facebook call against facebook.com. If it doesn’t do what you need, the balance is refundable for 24 hours.