-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
enhancementNew feature or requestNew feature or request
Description
A customer requested that we add the ability to return compressed search results. Currently, we support this through CURL requests when setting the Accept-Encoding header to gzip.
curl -H "Accept-Encoding: gzip" -D - \
"https://serpapi.com/search?api_key=YOUR_API_KEY&engine=google&q=Coffee&location=Austin,+Texas,+United+States&google_domain=google.com&gl=us&hl=en&no_cache=true" \
-o output.json.gzMetadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request