Hi,
I have build a scrape scenario to scrape a few websites with real estate listings.
Start with ‘HTML make a request’ and parse etc. This works great. (then extract individual URL’s)
On 2 of the target website the listings are on multiple ‘pages’. However these pages aren’t filtered in the URL but in the website element it self. shortcoded I presume.
How can I call these specific ‘pages’ with make an HTML request?
The only refferece I see are the 6 buttons to acces the pages
In data it looks like this:
1
2
3
4
5
6