Pinterest Scraper API

Search and extract high-quality images from Pinterest

pinscrapper.vercel.app
Loading search...
Search Images
Search Pinterest for images by keyword
GET
/api/pinterest/search?q=cats&limit=20

Parameters: q (query), limit (max results)

Get HD Image
Convert Pinterest image URL to high resolution
GET
/api/pinterest/hd-image?url=IMAGE_URL

Parameters: url (Pinterest image URL)

Usage Examples
Example API calls and responses

Search for images:

curl "https://pinscrapper.vercel.app/api/pinterest/search?q=nature&limit=10"

Get HD image URL:

curl "https://pinscrapper.vercel.app/api/pinterest/hd-image?url=IMAGE_URL"

Extract pin data:

curl "https://pinscrapper.vercel.app/api/pinterest/image?url=PINTEREST_PIN_URL"
Features

Image Search

Search Pinterest by keywords and get direct image URLs

HD Resolution

Convert images to high-resolution versions automatically

Metadata Extraction

Get titles, descriptions, and author information

Fast API

Optimized scraping with error handling and validation

Built with v0