VOOZH about

URL: https://apify.com/scrapebase/pinterest-ads-scraper

⇱ Pinterest Ads Library Scraper Β· Apify


Pricing

from $3.99 / 1,000 results

Go to Apify Store

Pricing

from $3.99 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ ScrapeBase

ScrapeBase

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 months ago

Last modified

Share

Pinterest Ads Scraper

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

You might also like

Pinterest Ads Library Scraper

saswave/pinterest-ads-library-scraper

Extract ads from pinterest ads library. Collect post content, comments, shares, publication date. Allow to get domain and company name of the ad owner

Pinterest Ads Scraper

scraperx/pinterest-ads-scraper

πŸ“Œ Pinterest Ads Scraper (pinterest-ads-scraper) scrapes and exports Pinterest ad creatives, copy, advertiser, landing URLs & metrics from the Ads Library β€” perfect for competitor analysis, trend research & campaign inspiration. πŸš€ Ideal for marketers, e‑commerce & agencies.