How to automate web scraping guides
Learn how to make web scrapers to extract data with these step-by-step guides.
Stuck selecting the data you want? Ask an expert in our Reddit community. (opens new window)
# Web scraping and data extraction guides
- How to extract links and write to a Google Sheet
- How to extract data from HTML with an AI
- Start from blank, adding the following steps
- Prepare your Google Sheet
- Add a ‘Read data from Google Sheet’ step
- Add a ‘Loop through data’ step
- Add a ‘Go to page’ sub-step (Insert in the loop)
- Add a "Get data from bot's current page' sub-step
- Add a "Extract data with ChatGPT" step
- Add a "Write data to a Google Sheet" sub-step
- Add a ‘Delete rows from a Google Sheet’ sub-step
- Wrapping up
- Loop through website links scraping data
- Start from blank, adding the following steps
- Prepare your Google Sheet
- Add a ‘Read data from Google Sheet’ step
- Add a ‘Loop through data’ step
- Add a ‘Go to page’ sub-step (Insert in the loop)
- Add a "Get data from bot's current page' sub-step
- Add a "Write data to a Google Sheet" sub-step
- Add a ‘Delete rows from a Google Sheet’ sub-step
- Wrapping up
- How to extract links and write to a CSV