Return to applications
Facebook Posts Scraper
Scrape public Facebook page posts, captions, videos, reactions, images, links, and optional video transcripts through NanoGPT billing.
Estimated max charge: $0.0612 · post $0.0060 · start $0.0012 · date filter $0.0024
API request
curl -sS \
-X POST \
-H "Authorization: Bearer $NANOGPT_API_KEY" \
-H "Content-Type: application/json" \
-d '{"startUrls":[{"url":"https://www.facebook.com/humansofnewyork/"}],"resultsLimit":10,"waitForFinishSecs":210}' \
"https://nano-gpt.com/api/v1/facebook/posts"Result
Run the scraper to see the response.
Facebook Posts Scraper for web and API workflows
Scrape public Facebook page posts, captions, videos, reactions, images, links, and metadata through NanoGPT. The same workflow is available from the web app and the /api/v1/facebook/posts API endpoint.
Common uses
- Collect public Facebook page posts for research
- Analyze captions, videos, reactions, images, and shared links
- Capture optional video transcripts for downstream summaries
Data returned
- Post text, timestamps, media, links, and collaborator fields
- Reaction, comment, and share counts
- Optional video transcripts and page-level metadata