Pin Search
/api/pinterest/search
Search Pinterest pins by keyword with image URLs and metadata
Search Pinterest pins by keyword and get structured results with images, titles, descriptions, pinner data, and source URLs. Use Scrappa when you need Pinterest search data without a Pinterest Business account, OAuth flow, or Marketing API approval.
Try it now
Use the first endpoint in this API family with a Scrappa API key. Every account includes 500 free monthly credits, so you can validate the response shape before buying credits.
curl -X GET "https://scrappa.co/api/pinterest/search?query=minimalist+home+decor" \
-H "Accept: application/json" \
-H "X-API-KEY: YOUR_API_KEY"
{
"success": true,
"results": [
{
"title": "Minimalist Living Room Ideas",
"description": "Clean lines and neutral tones for a modern minimalist living room...",
"image_url": "https://i.pinimg.com/originals/...",
"pin_url": "https://pinterest.com/pin/...",
"source_url": "https://example.com/home-decor",
"pinner": "HomeDesignDaily"
}
]
}
Structured data for real applications. Here are some ideas.
Search Pinterest for design inspiration, trending visuals, and content ideas across any topic. Build mood boards, design research tools, and creative brief generators.
Find product pins and shopping trends on Pinterest. Monitor what products are trending, track competitor pins, and discover consumer preferences in visual categories.
Analyze what content resonates on Pinterest for marketing planning. Track trending topics, popular aesthetics, and seasonal trends to inform campaign strategies.
Build content curation tools that pull visual content from Pinterest alongside other platforms. Create aggregated mood boards, inspiration feeds, and visual search features.
Pinterest scraper API
Scrappa targets developers looking for a Pinterest scraper, Pinterest search API, Pinterest data API, or pin search API. The endpoint is built for public search workflows, not ad management or owned-account Marketing API tasks.
Search pins by keyword and return image URLs, descriptions, source URLs, pinner fields, board fields, and pagination data when available.
Use it for visual trend research, ecommerce discovery, creative research, mood board tooling, and content aggregation.
No Pinterest Business account, OAuth app, or Marketing API approval is required to test public search data.
Every account includes 500 free monthly credits, so you can test your target queries before buying credits.
Run keyword searches when your workflow needs Pinterest inspiration, product ideas, visual trend data, or source links from public pins.
Open Pin Search docsIf your goal is campaign creation or owned-account management, Pinterest Marketing API is the better fit. Scrappa is for public pin search and visual data extraction.
Everything you need in one API.
/api/pinterest/search
Search Pinterest pins by keyword with image URLs and metadata
See how Scrappa compares to the official API.
| Feature | Scrappa | Pinterest Marketing API |
|---|---|---|
| Pin search | Yes (any keyword) | Own pins only |
| Business account required | ||
| API approval process | Instant | Application required |
| OAuth required | ||
| Search any content | Own content only | |
| Price per 1k requests | $0.20 | Free (restricted) |
| Free tier | 500 credits/month | Free (own data only) |
| Setup time | Minutes | Days to weeks |
The Pinterest Marketing API only lets you manage your own pins and boards, requires a Business account, OAuth setup, and an API approval process. Scrappa lets you search all public Pinterest content by keyword with just an API key — no Business account, no OAuth, no approval needed.
Yes. You can run thousands of searches to collect pin data for market research, content analysis, and visual trend tracking. The API returns structured JSON with image URLs, descriptions, and source links for easy processing.
Just a Scrappa API key passed as an X-API-KEY header. No Pinterest Business account, no Developer app, no OAuth flow. Create a free account, get your key, and start searching pins immediately.
Each pin result includes the title, description, high-resolution image URL, pin URL on Pinterest, source website URL, and pinner name. All data is returned as structured JSON.
Yes. Every Scrappa account gets 500 free credits per month with no credit card required. Test the Pinterest search endpoint and build your integration before committing to paid usage.
Scrappa charges $0.20 per 1,000 requests with no daily caps. The free tier includes 500 credits per month. There are no per-pin charges — you pay only per API call.