Go to Apify Store Actor stats
Monthly active users 1
Monthly active users
Last modified 2 days ago
Last modified
README.md — Apify-focused documentation with input/output tables, sample JSON, and usage notes.
.actor/dataset_schema.json — Added fields section with proper type annotations (integer , boolean , string ).
Refactored into modular Brave actor structure
Separated scraping logic into src/routes/handlers.js
Added input validation via src/schema/input.js
Added validate-datasets.js for local dataset validation
validate-datasets.js — validates output dataset against schema
.actor/dataset_schema.json — defines output fields: adId, advertiserName, advertiserId, adTitle, adDescription, adUrl, adImageUrl, adType, targetingCountries, startDate, endDate, isActive, impressionCount, scrapedAt
Initial release: scrapes Pinterest Ads Library for ad creative data
Supports keyword search and advertiser filtering