curl
Run images search
curl -X POST "https://api.anycrawler.com/v1/search" \
-H "Authorization: Bearer $ANYCRAWLER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"channel": "images",
"query": "browser automation dashboard screenshot",
"country": "us",
"page": 1,
"results_per_page": 10
}' Use the unified /v1/search endpoint and select the search type with the channel field.