Pinterest Ads Scraper
Pricing
$19.99/month + usage
Pinterest Ads Scraper
๐ Pinterest Ads Scraper (pinterest-ads-scraper) collects ad creatives, copy, advertiser profiles, targeting, run dates, engagement, and landing URLs from Pinterest. ๐ Ideal for competitor research, ad benchmarking, PPC strategy & creative insights. ๐ Optimize media buying and ROAS.
Pricing
$19.99/month + usage
Rating
0.0
(0)
Developer
ScrapeLabs
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Apify Actor that scrapes Pinterest Ads Library by date range and country.
Logic (from pin-ads.py)
- Bulk fetch โ Paginated fetch from
/ads/v4/ads_repository/ad_library(page_size 24) - Individual fetch โ Per-pin details from
/ads/v4/ads_repository/ad_library/{pin_id} - Concurrency โ 5 concurrent requests, batch size 10
- Retry โ 2 attempts with 1s delay
Input
| Field | Required | Description |
|---|---|---|
| start_date | Yes | YYYY-MM-DD |
| end_date | Yes | YYYY-MM-DD |
| country | Yes | Country name (e.g. France) |
| resultsLimit | No | Max ads (default 100) |
| proxyConfiguration | No | Optional proxy |
Output
Each record: { "pin_id": "...", "ad_details": { ... } }
ad_details includes: advertiser_names, start_date, end_date, countries, user_count_by_country, image_link, pin_data (title, details, etc.)
Run
pip install -r requirements.txtpython -m src
