Search and extract high-quality images from Pinterest
/api/pinterest/search?q=cats&limit=20
Parameters: q (query), limit (max results)
/api/pinterest/hd-image?url=IMAGE_URL
Parameters: url (Pinterest image URL)
curl "https://pinscrapper.vercel.app/api/pinterest/search?q=nature&limit=10"
curl "https://pinscrapper.vercel.app/api/pinterest/hd-image?url=IMAGE_URL"
curl "https://pinscrapper.vercel.app/api/pinterest/image?url=PINTEREST_PIN_URL"
Search Pinterest by keywords and get direct image URLs
Convert images to high-resolution versions automatically
Get titles, descriptions, and author information
Optimized scraping with error handling and validation