Lightweight, fast API
Skip SDK bloat. Simple HTTPS calls to get your images.
scraping.win
Get high-quality images from the web using a simple query.
Skip SDK bloat. Simple HTTPS calls to get your images.
Assemble clean datasets fast so you can keep fine-tuning your image model.
Authenticate with a single token.
curl -X POST https://api.scraping.win/search \
-H "content-type: application/json" \
-H "Authorization: Bearer YOUR_TOKEN" \
-d '{
"keywords": "lunar rover",
"max_results": 3,
"min_filesize_kb": 100
}'{
"keywords": "lunar rover",
"count": 3,
"results": [
{
"title": "Apollo rover",
"image": "https://example.com/rover.jpg",
"url": "https://example.com",
"width": 2048,
"height": 1152,
"filesize": 452123
}
]
}