Facebook Ads Library Scraper API
#### **Meta Ad Library Scraper API: Technical Overview** The **Meta Ad Library Scraper API** provides programmatic access to **Facebook** and **Instagram** ad data via Meta's public Ad Library. This RESTful API enables **ad intelligence**, **competitive analysis**, and **campaign monitoring** through structured JSON responses. It supports **keyword-based searches**, **company-specific ad…
Facebook Ads Library Scraper API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
/search/companies /search/companies |
|
| GET |
/search/ads /search/ads |
This endpoint will tap out around 1,500 results, because the cursor becomes too big for a GET request. If you need more results, contact for a POST endpoint. |
| GET |
/company/ads /company/ads |
Retrieve ads by pageId or companyName |
| GET |
/ad /ad |
Pass the Ad ID and get back details about the ad. Be careful that if an ad has multiple versions, you're actually going to want to get the title from the 'cards' object. |
| GET |
/system/state /system/state |
System state |
Facebook Ads Library Scraper API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 500 / minute |
|
| PRO | $10 / month | 500 / minute |
|
| ULTRA Recommended | $50 / month | 500 / minute |
|
| MEGA | $100 / month | 500 / minute |
|