i checked “How to scrape data from a website” and it was nice content to understand thank you!
Discover two unique web scraping methods in this article: custom JavaScript for direct HTML interaction, and n8n, a low-code tool for seamless integration with ChatGPT, Google Sheets, and Excel.
but this tutorial doesn’t show how to scrape from multiple pages(pagination)
how can i do it?
please give me good Contents for lerning about Multiple Page Scrapring.
thank you.
Masa
n8n
10. November 2024 um 08:27
2
It looks like your topic is missing some important information. Could you provide the following if applicable.
n8n version:
Database (default: SQLite):
n8n EXECUTIONS_PROCESS setting (default: own, main):
Running n8n via (Docker, npm, n8n cloud, desktop app):
Operating system:
Jon
14. November 2024 um 16:26
3
Hey @Masanori ,
When it comes to multiple pages it really depends on the page you are working with so you would need to have a bit of knowledge of HTML and how the pages are linked to work it out.
Do you have an example page in mind?
Hi @Jon
I’m trying to Scrape this test website.
Scrape with Next button
https://books.toscrape.com/catalogue/category/books_1/index.html
do you know some tutorial for Scraping?
i want to try some tutorials.
thank you so much!!
Masanori