Scraping APIs
Reddit and Facebook Ad Library scrapers — packaged as fast, consistent REST endpoints.
Field-compatible with scrapecreators.com. Internal use only.
x-api-key header. Mint and revoke keys in the admin panel.Reddit Scraping
5 endpointsSubreddit listings, post details, comment trees, and global search — backed by Reddit's public JSON endpoints.
/v1/reddit/subredditSubreddit posts
Fetch posts from a subreddit with full Reddit field parity.
/v1/reddit/subreddit/searchSubreddit search
Search within a subreddit. Returns the compact normalized post shape.
/v1/reddit/subreddit/detailsSubreddit details
About-page metadata for a subreddit — subscriber counts, rules, sidebar.
/v1/reddit/searchReddit search
Global Reddit search across every public subreddit.
/v1/reddit/post/commentsPost comments
The post + recursive comment tree for a Reddit URL.
Facebook Ad Library
4 endpointsSearch and inspect public ads from the Meta Ad Library. Page typeahead, keyword search, single-advertiser feeds, and single-ad detail lookups.
/v1/facebook/adLibrary/search/companiesSearch companies
Typeahead search for advertiser Pages by name.
/v1/facebook/adLibrary/search/adsSearch ads
Keyword search across the entire Facebook Ad Library.
/v1/facebook/adLibrary/company/adsCompany ads
All ads for a single advertiser Page.
/v1/facebook/adLibrary/adAd detail
Detail lookup for a single ad. Returns camelCase top-level keys.