Pinterest Ads Scraper
Pricing
$19.99/month + usage
Go to Apify Store
Pinterest Ads Scraper
Pricing
$19.99/month + usage
Rating
0.0
(0)
Developer
ScrapeLabs
Maintained by Community
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