A powerful Pinterest Scraper that extracts full pin metadata, product details, pricing, images, engagement stats, pinner info, and board data. Supports deep GraphQL extraction, and user-selectable output fields. Perfect for ecommerce research, trend tracking, and building automation workflows.
Maximum number of pin items to extract. The crawler will stop after reaching this limit. Set to 0 for unlimited (not recommended).
Default value of this property is 5
Max Scrolls Per Page
maxScrollsPerPageintegerOptional
Number of page scrolls per search/board/profile page to load additional pins. Higher values may find more pins but take longer and consume more resources.
Default value of this property is 6
Cookies String (Optional)
cookiesStringstringOptional
Pre-exported Pinterest session cookies (semicolon-separated, e.g., 'csrftoken=...; _pinterest_sess=...'). If provided, password login is skipped. Falls back to PINTEREST_COOKIES env variable.
Default value of this property is ""
Cookies Array (Optional)
cookiesarrayOptional
Structured cookie objects with name, value, domain, path, secure flags. Useful for programmatic cookie injection. Overrides cookiesString if both provided.
Default value of this property is []
Cookie Domain
cookieDomainstringOptional
Domain for injected cookies (typically '.pinterest.com' or regional variants like '.au.pinterest.com'). Used when parsing cookiesString.
Default value of this property is ".pinterest.com"
Download Pin Images
downloadImagesbooleanOptional
Download primary image for each scraped pin and store in local/cloud storage. Enables offline access but increases storage/bandwidth usage.
Default value of this property is false
Images Directory Path
imagesDirectorystringOptional
Relative path to save downloaded images (used if downloadImages=true). Will be created if not exists.
Default value of this property is "images"
n8n Export Format
n8nbooleanOptional
Output results in n8n workflow-compatible format (wraps items in 'items' array). Enables direct n8n webhook integration.
Default value of this property is false
Use Apify Residential Proxy
useApifyProxybooleanOptional
Route requests through Apify's rotating residential proxy pool to avoid IP blocks and improve success rate. Requires Apify account with proxy credits.
Default value of this property is true
Proxy Country
apifyProxyCountryEnumOptional
Preferred country for residential proxy IPs (impacts Pinterest content and geo-restrictions). Common options: US, UK, AU, DE, BR.