Google Search

Read-only

Google Search API powered by serper.dev โ€” web, image, and news results as normalized JSON Generated from www.google.com.

Base URL
https://api.maviapi.com/v1/sites/google
3
Endpoints
0
Calls / 30d
GET/search

Initial release

Search the web

Bearer auth. Pass your key as Authorization: Bearer <key> on every request.
stringRequiredin query

Search query

stringOptionalin query

Country code (geo-location)

stringOptionalin query

Interface language

integerOptionalin query
integerOptionalin query
stringOptionalin query

Canonical location name

stringOptionalin query

Time filter (e.g. qdr:d for past day)

searchParametersobject
knowledgeGraphobject
organicobject[]
peopleAlsoAskobject[]
relatedSearchesobject[]
Try itLive
GET
https://api.maviapi.com/v1/sites/google/search?q=openai&gl=us&hl=en&num=10&page=1&location=United%20States&tbs=qdr%3Aw
Request
curl "https://api.maviapi.com/v1/sites/google/search?q=openai&gl=us&hl=en&num=10&page=1&location=United%20States&tbs=qdr%3Aw" \
-H "Authorization: Bearer $MAVI_KEY"
Example296 B
{
  "searchParameters": null,
  "knowledgeGraph": null,
  "organic": [
    {
      "title": "string",
      "link": "https://example.com",
      "snippet": "string",
      "position": 0
    }
  ],
  "peopleAlsoAsk": [
    null
  ],
  "relatedSearches": [
    {
      "query": "string"
    }
  ]
}

Get all the data, no code

Collect every page of GET /search into a dataset, then download it as CSV or JSON. One credit per page; the download is free.