Search Pinterest Pins Without Marketing API Restrictions
Search Pinterest for pins by keyword and get structured results with images, titles, descriptions, and source URLs. No Pinterest Business account, no Marketing API approval — just an API key and instant access to Pinterest's visual discovery engine.
What you can build
Structured data for real applications. Here are some ideas.
Visual Content Research
Search Pinterest for design inspiration, trending visuals, and content ideas across any topic. Build mood boards, design research tools, and creative brief generators.
E-Commerce Product Discovery
Find product pins and shopping trends on Pinterest. Monitor what products are trending, track competitor pins, and discover consumer preferences in visual categories.
Marketing & Trend Analysis
Analyze what content resonates on Pinterest for marketing planning. Track trending topics, popular aesthetics, and seasonal trends to inform campaign strategies.
Content Curation & Aggregation
Build content curation tools that pull visual content from Pinterest alongside other platforms. Create aggregated mood boards, inspiration feeds, and visual search features.
Available endpoints
Everything you need in one API.
Try it now
One API call. Structured JSON response.
Request
curl -X GET "https://scrappa.co/api/pinterest/search?query=minimalist+home+decor" \
-H "Accept: application/json" \
-H "X-API-KEY: YOUR_API_KEY"
Response
{
"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"
}
]
}
Scrappa vs Pinterest Marketing API
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 |
Key features
Frequently asked questions
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.