Google Search Console API Is Delayed, How to Fix?

Stack Overflow: Google Search Console API Results Two Days Behind the Site. How to Fix?

According to the web search results, the Google Search Console API delivers the data with a two-day delay by default. However, there is a way to fix this and get the fresh data that you can see on the website. You have to define the value for dataState as all in your request body. This will include the fresh data along with the final data in the response.

Here is an example of how to do this in Node.js:

p = {
  auth: auth,
  siteUrl: domain,
  requestBody: {
    startDate: '2020-03-01',
    endDate: '2020-03-31',
    dataState: 'all' // add this line
  }
}

You can also use the API Explorer to test the API with different parameters.


NASA Study Finds Life-Sparking Energy Source and Molecule at Enceladus

Technology Trends and Observations for 2024

Google pitches AI developers with Gemini Pro, new tooling, and generous free quota

How to check if online store is real? You might be surprised.

Cerabyte shows off prototype ceramic archival system


Original artical:

For the past few days or so it seems that the Google Search Console API has been delayed. There has been complaints about this on social media and in the Google forums. It is not uncommon for Search Console to run into these delays but I see a lot of recent complaints about this, so I am reporting on it.

There are a number of threads in the Google Webmaster Help Forums about the delay and posts on Mastodon and X with complaints.

Optimizely wrote, “Anyone else’s Google Search Console on a go-slow? I’ve got “Fresh data” markers against the last 3 days (usually only the last 24hrs) and my Looker Studio reports don’t want to pull anything beyond 7th December through?”

Simon Cox responded, “I have a lot of pages on my personal site not indexed – added a load of old posts back into it over a week ago and none are indexed despite putting them in the queue. AS for data – Fresh data from the 8th to 10th. So yes same as you! As @johnmu always says – it will catch up.”

El Carpo wrote, “Fourth day in a row that Google’s Search Console API is nos showing up-to-date data.”

John Mueller from Google replied on Mastodon saying, “Yeah, sometimes it’s a bit slow, but it usually catches up.”

In the forums, one person wrote, “this usually had 2-3 days delay between UI (search console) and the API, however we’re now getting into the 6 day with no data what-so-ever, we’re still able to retrieve data before that date, however nothing starting from and after 08 Dec 23, nothing has changed from our side.”

Google Search Console Api Delayed

Another person wrote, “I have been using the Google Search Console API to pull data for a report and have noticed that no data past December 7 is being returned. I am used to a 2-day lag in data, however it’s been 5 days and no data past December 7 is being returned. I am getting no errors, just an empty response.”

Dave Smart noted, “you can add “dataState”: “all” to the call and get the fresh data as well. That will bring it currently up to the 11th, “but I tend to wait for finalized, especially if you’re warehousing the data,” Dave added.

I should note that as of this morning the data is up to the 11th, which is still delayed but not as far back as it was earlier this week.

WO2qUAAAAAElFTkSuQmCC

Search Engine Roundtable Google Search Console API delayed

Tagged , , , , . Bookmark the permalink.

About Abu Hamza

Abu Hamza is member of Business Bee Staff

Comments are closed.