Extract public Pinterest data as structured JSON: pins with media and source links, boards, profile stats, and ranked search results — on demand or on a schedule.
The Pinterest Scraper API resolves pins, boards, profiles, and search results. Hand us a pin URL, board, username, or query and we return the pin media, source/destination link, descriptions, save counts, and board structure.
Built for trend-research, e-commerce, and creative-intelligence platforms that mine Pinterest for product discovery and visual trends. We extract public data only and resolve destination links so you can trace a pin back to its source product.
# POST a target — get validated JSON back
curl https://api.crawlzo.com/v4/scrape \
-H "Authorization: Bearer $CRAWLZO_KEY" \
-d '{
"url": "https://www.pinterest.com/search/pins/?q=kitchen+ideas",
"type": "search",
"limit": "50"
}'
// ← response
{
"status": "ok",
"data": {
"query": "kitchen ideas",
"pins": [
{ "id": "…", "title": "…", "saves": 12044, "link": "https://source.com/…" }
]
}
} "type": "search",
"limit": "50"Pinterest data parsed into clean, validated JSON. Pull any group below on its own, or combine them in a single request.
Visual trend and product discovery
E-commerce source-link attribution
Creative and content research
Competitor board analysis
Yes. Each pin returns its destination/source link alongside the media, so you can attribute a pin back to the product page or article it points to.
Structured JSON straight from the API, or pushed to your stack natively — S3, BigQuery, Snowflake, Postgres, Kafka, or any HTTPS webhook. Call it from Python, Node, Go, Rust, or any HTTP client. The data lands where your pipeline already lives.
No. You pay for valid, schema-passing rows only. Retries, blocks, CAPTCHAs, and 5xxs are on us. If a run doesn't return data that conforms to the schema, it isn't billed.
Every request routes through the same engine behind our Web Unblocker API: compliant residential IPs, real browser fingerprints, TLS-level evasion, behaviour modelling, and built-in CAPTCHA solving. Hard targets become routine.
Yes. We respect robots policies, rate budgets, and ToS-aware allow/deny lists. We deliver and move on — no row-level retention beyond your replay window. GDPR DPA, PII redaction, and custom data residency available on request.