Skip to content

Commit b1ec3ee

Browse files
authored
Update scraping_urls_list_from_google_sheets.md
1 parent 34d8cfc commit b1ec3ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sources/academy/tutorials/node_js/scraping_urls_list_from_google_sheets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ sidebar_position: 15
55
slug: /node-js/scraping-urls-list-from-google-sheets
66
---
77

8-
You can export URLs from [Google Sheets](https://www.google.com/sheets/about/) such as [this one](https://docs.google.com/spreadsheets/d/1GA5sSQhQjB_REes8I5IKg31S-TuRcznWOPjcpNqtxmU) directly into an [actor](/platform/actors)'s Start URLs field.
8+
You can export URLs from [Google Sheets](https://www.google.com/sheets/about/) such as [this one](https://docs.google.com/spreadsheets/d/1-2mUcRAiBbCTVA5KcpFdEYWflLMLp9DDU3iJutvES4w) directly into an [actor](/platform/actors)'s Start URLs field.
99

1010
1. Make sure the spreadsheet has one sheet and a simple structure to help the actor find the URLs.
1111

12-
2. Add the `/gviz/tq?tqx=out:csv` query parameter to the Google Sheet URL base, right after the long document identifier part. For example, <https://docs.google.com/spreadsheets/d/1GA5sSQhQjB_REes8I5IKg31S-TuRcznWOPjcpNqtxmU/gviz/tq?tqx=out:csv>. This automatically exports the spreadsheet to CSV format.
12+
2. Add the `/gviz/tq?tqx=out:csv` query parameter to the Google Sheet URL base, right after the long document identifier part. For example, <https://docs.google.com/spreadsheets/d/1-2mUcRAiBbCTVA5KcpFdEYWflLMLp9DDU3iJutvES4w/gviz/tq?tqx=out:csv>. This automatically exports the spreadsheet to CSV format.
1313

1414
3. In the actor's input, click Link remote text file and paste the URL there:
1515

0 commit comments

Comments
 (0)