Use Google Search Console API to find Full Query Data for SEO | Scribe

    Use Google Search Console API to find Full Query Data for SEO

    1
    Navigate to [https://developers.google.com/webmaster-tools/v1/searchanalytics](https://developers.google.com/webmaster-tools/v1/searchanalytics)
    2
    Click the API Explorer Tab on the right.
    3
    Click the "Filter by title" field.
    4
    Search for and Click "Google Search Console"
    5
    Click "Try this API"
    6
    Click "Select method"
    7
    Choose the webmasters > searchanalytics>query method
    8
    In the siteURL put **sc-domain:scribehow.com**
    9
    Click "Request body" and paste the body below in:\ [[{"type": "WEB", "dimensionFilterGroups": \[ { "filters": \[ { "dimension": "PAGE", "operator": "CONTAINS", "expression": "/shared" } \] } \], "startDate": "2023-08-01", "endDate": "2024-08-01", "dimensions": \[ "PAGE" \], "rowLimit": 25000 }]]
    10
    Click "Execute"
    11
    You will need to verify and sign in with the account that has access to the SEO console for your website.
    12
    Copy the contents from this data and store it in a text file with a `.JSON` extension.