AS
Apify Store
/automation-lab/pinterest-scraper
Pinterest Scraper — Pins, Boards & Search Results
Extract Pinterest pins from search queries, board URLs, or pin URLs. Get images, descriptions, saves, pinner and board metadata, hashtags, source domains, and outbound links without login.
liveasyncunknown~30s typical
social mediamarketingpinterest
$0.0043
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.00345 per result; Cracked adds 25% plus a $0.005 call fee
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 /automation-lab/pinterest-scraper for me.
Input
| Field | Type | Description |
|---|---|---|
| searchQueries | array | Enter Pinterest search terms. Each query returns up to maxPins results. |
| boardUrls | array | Enter Pinterest board URLs to scrape all pins from. Format: https://www.pinterest.com/username/board-name/ |
| pinUrls | array | Enter individual Pinterest pin URLs to scrape. Format: https://www.pinterest.com/pin/123456789/ |
| maxPins | integer | Maximum number of pins to extract per search query or board. Keep low for first runs to control costs. default 50 |
| proxy | object | Select proxies to use for scraping. The default US residential route avoids empty Pinterest responses from cloud datacenter IPs. default {"useApifyProxy":true,"groups":["RESIDENTIAL"],"countryCode":"US"} |
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":"/automation-lab/pinterest-scraper","input":{"searchQueries":["minimalist kitchen design"],"boardUrls":[],"pinUrls":[],"maxPins":3,"proxy":{"useApifyProxy":true,"groups":["RESIDENTIAL"],"countryCode":"US"}},"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 /automation-lab/pinterest-scraper -i '{"searchQueries":["minimalist kitchen design"],"boardUrls":[],"pinUrls":[],"maxPins":3,"proxy":{"useApifyProxy":true,"groups":["RESIDENTIAL"],"countryCode":"US"}}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/automation-lab/pinterest-scraper", input: {"searchQueries":["minimalist kitchen design"],"boardUrls":[],"pinUrls":[],"maxPins":3,"proxy":{"useApifyProxy":true,"groups":["RESIDENTIAL"],"countryCode":"US"}}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.