Apify Store
AS
Apify Store
/epctex/pinterest-scraper

Scrape Pinterest

Unleash the potential of our Pinterest Scraper to gather pins, comments, user info, photos, videos, and deep insights. Extract titles, prices, creation date, user language, user locale, images, hashtags, and more. Export in XML, JSON, CSV, Excel, or HTML for unlimited and fast insights!

liveverifiedasyncunknown~30s typical
pinterestpinsboards
$0.0020
per result + $0.01 call
plus $0.001 platform fee per run
Rental actor: requires an active rental on the master account; compute billed per result
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /epctex/pinterest-scraper for me.

Input

FieldTypeDescription
startUrlsarrayURLs to start with. You can provide pin, idea, collection, user or search URL.
searchstringThe keyword that you can search on Pinterest
includeCommentsbooleanInclude comments for the pins default false
includeUserInfoOnlybooleanIncludes only user info for fewer requests and faster results default false
maxItemsintegerMaximum number of items that you want as output. Default is all
endPageintegerThe page number that you want to end with. By default there is no end page. This is applies to all search request and startUrls individually.
extendOutputFunctionstringFunction that takes a JQuery handle ($) as argument and returns data that will be merged with the default output
customMapFunctionstringFunction that takes each of the objects as argument and returns data that will be mapped by the function itself.
proxy*objectSelect proxies to be used by your crawler.

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"apify","endpoint":"/epctex/pinterest-scraper","input":{"search":["skincare routine"],"maxItems":20},"wait":false}'
poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."
cli
npx cracked-ai run -p apify -e /epctex/pinterest-scraper -i '{"search":["skincare routine"],"maxItems":20}' -w 120
mcp
run_tool({ provider: "apify", endpoint: "/epctex/pinterest-scraper", input: {"search":["skincare routine"],"maxItems":20}, wait: false })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.