Skip to main content
POST
/
v1
/
google_search_console_search_analytics
google_search_console_search_analytics
curl --request POST \
  --url https://api.fetchbean.com/v1/google_search_console_search_analytics \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "site_url": "<string>",
  "start_date": "<string>",
  "end_date": "<string>",
  "dimensions": [
    "<string>"
  ]
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
site_url
string
required
start_date
string
required
end_date
string
required
dimensions
string[]

Response

Success

The response is of type object.