Pinterest Ads Scraper avatar

Pinterest Ads Scraper

Pricing

$19.99/month + usage

Go to Apify Store
Pinterest Ads Scraper

Pinterest Ads Scraper

Pricing

$19.99/month + usage

Rating

0.0

(0)

Developer

ScrapeLabs

ScrapeLabs

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Apify Actor that scrapes Pinterest Ads Library by date range and country.

Logic (from pin-ads.py)

  1. Bulk fetch – Paginated fetch from /ads/v4/ads_repository/ad_library (page_size 24)
  2. Individual fetch – Per-pin details from /ads/v4/ads_repository/ad_library/{pin_id}
  3. Concurrency – 5 concurrent requests, batch size 10
  4. Retry – 2 attempts with 1s delay

Input

FieldRequiredDescription
start_dateYesYYYY-MM-DD
end_dateYesYYYY-MM-DD
countryYesCountry name (e.g. France)
resultsLimitNoMax ads (default 100)
proxyConfigurationNoOptional 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.txt
python -m src