diff --git a/website/versioned_docs/version-1.3/typedefs/RequestListOptions.md b/website/versioned_docs/version-1.3/typedefs/RequestListOptions.md index 4ac6aea8b4..558ad09493 100644 --- a/website/versioned_docs/version-1.3/typedefs/RequestListOptions.md +++ b/website/versioned_docs/version-1.3/typedefs/RequestListOptions.md @@ -38,7 +38,7 @@ remote location. The URLs will be parsed from the received response. // Get list of URLs from a Google Sheets document. Just add "/gviz/tq?tqx=out:csv" to the Google Sheet URL. // For details, see https://help.apify.com/en/articles/2906022-scraping-a-list-of-urls-from-a-google-sheets-document - { requestsFromUrl: 'https://docs.google.com/spreadsheets/d/1GA5sSQhQjB_REes8I5IKg31S-TuRcznWOPjcpNqtxmU/gviz/tq?tqx=out:csv' } + { requestsFromUrl: 'https://docs.google.com/spreadsheets/d/1-2mUcRAiBbCTVA5KcpFdEYWflLMLp9DDU3iJutvES4w/gviz/tq?tqx=out:csv' } ] ``` diff --git a/website/versioned_docs/version-2.3/typedefs/RequestListOptions.md b/website/versioned_docs/version-2.3/typedefs/RequestListOptions.md index b441c95b4b..c639cf9c51 100644 --- a/website/versioned_docs/version-2.3/typedefs/RequestListOptions.md +++ b/website/versioned_docs/version-2.3/typedefs/RequestListOptions.md @@ -38,7 +38,7 @@ remote location. The URLs will be parsed from the received response. // Get list of URLs from a Google Sheets document. Just add "/gviz/tq?tqx=out:csv" to the Google Sheet URL. // For details, see https://help.apify.com/en/articles/2906022-scraping-a-list-of-urls-from-a-google-sheets-document - { requestsFromUrl: 'https://docs.google.com/spreadsheets/d/1GA5sSQhQjB_REes8I5IKg31S-TuRcznWOPjcpNqtxmU/gviz/tq?tqx=out:csv' } + { requestsFromUrl: 'https://docs.google.com/spreadsheets/d/1-2mUcRAiBbCTVA5KcpFdEYWflLMLp9DDU3iJutvES4w/gviz/tq?tqx=out:csv' } ] ```