Can I use string and Variable in Open Browser URL?

Hi everyone,

I am trying to design a project to scrap some information from a website. The data is in different URL. I need to change the URL every time by using a loop function. The website link is looking like below.

http://example.com/search/1
http://example.com/search/2
http://example.com/search/3
http://example.com/search/4
http://example.com/search/5

http://example.com/search/1000

Can someone help me to design a project for the above links

is there a UiElement (button/ link) to navigate from one page to another?

if not then you can loop through each URL and scrape the data and append to workbook every time.

Thanks,
Meg

No such link is available in the page :frowning:

they you can loop through the URLs

use the counter integer as 1

use the do while loop and put condition like counter > 100
on evry item do:

navigate to: http://example.com/search/ + counter.toString
scrape
append to workbook
increment counter

1 Like

Hello sir, Can you ping me rcmadept@gmail.com