All guides

Filter by platform, or browse everything. Each tutorial uses the same auth and response envelope as production API traffic.

About these guides

These guides are written for engineers who already know what they want — a transcript, a comment thread, a keyword search result — and need the shortest path from curl to something their pipeline can store. Each one names the Social Fetch routes we would actually call, shows the response fields that matter, and admits where DIY scraping still wins on cost or control.

We group tutorials by job, not by platform logo. Listening guides cover cron polling and dedupe. Research guides cover Reddit threads and Facebook groups where the big networks' search APIs miss the conversation. Creator guides cover cross-platform profile lookups before you approve spend. Agent guides cover MCP setup in Cursor and Claude when you want tools instead of copy-pasted curl.

Most pages include a "build vs buy" section with real maintenance math — proxy bills, DOM breakage, schema drift — because pretending scrapers are free after the first deploy helps nobody. If you want vendor comparisons without implementation detail, use the compare hub. If you want workflow pages that map jobs to endpoints without platform walkthroughs, use the use cases index.

Every guide uses the same response envelope as production traffic: data, meta.creditsCharged, meta.requestId, and typed errors your code can branch on. When a tutorial shows pagination, it shows lookupStatus and cursor fields the way search routes actually behave — not a simplified fake response that breaks the first time you ship.

Platform filters below are a convenience, not the organizing principle. A TikTok scraping guide and a cross-platform creator guide may both matter for the same sprint if you are vetting influencers and archiving their recent posts. Start from the "where to start" list if you are not sure which file to open first.

Guides are updated when endpoints change shape or when we learn something expensive in support — like a route that silently omits fields on private accounts. Check lastUpdated on each card. For shipping announcements and post-mortems written for a wider audience, the blog covers reliability and API design without step-by-step curl.

Same API underneath every guide

Auth, meta.requestId, meta.creditsCharged, and error codes look the same whether you copy curl from a tutorial or call routes from your backend. New accounts get 100 free credits with no card.

API reference · Compare vendors · Use cases