Pinterest Ads Scraper avatar

Pinterest Ads Scraper

Pricing

$19.99/month + usage

Go to Apify Store
Pinterest Ads Scraper

Pinterest Ads Scraper

๐Ÿ“Œ Pinterest Ads Scraper collects public Pinterest ad creatives, copy, landing URLs, advertiser details & engagement stats into clean CSV/JSON. ๐Ÿ”Ž Monitor competitors, spot trends, and fuel creative research with fresh, structured data. ๐Ÿš€ Ideal for marketers & analysts.

Pricing

$19.99/month + usage

Rating

0.0

(0)

Developer

ScraperForge

ScraperForge

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