How to get data from web without using scrapping

https://books.toscrape.com/
this is the web and get all books names into excel sheet but there is condition without using an scrapping and counter

I do not believe it is possible without a scraper, can I ask why you cannot use one?

Hi @Suraj_Gaikwad_Nuvama_Grou

You can get all the book names using the ‘Find Children’ activity. Indicate the main division & use a ‘Get Attribute’ activity to get each book’s name.

Edit: Since the data has been spread across multiple pages, combination of find children and page changing clicks can be implemented.

Hope this helps,
Best Regards.

Okay let me try

Thanks

1 Like

I think this not possible but one my friend has done this so now I’m trying

Thanks

Maybe ask them? But i do not think this is possible

have u try this

Hey @Suraj_Gaikwad_Nuvama_Grou ,
Please check this wokflow .Iam able to get the output using find children and Get attribute.
Main.zip (4.6 KB)

Output:
image

4 Likes

@Suraj_Gaikwad_Nuvama_Grou

As I already mentioned, it is possible to extract the data from the visible page using Find Children & Get Attribute. You can refer to the workflow @Jithesh_R just shared using the same concept.

But, your data is spanning across 50 pages & you might have to implement a click activity or something similar to change the page every time before the find children get executed.

Best Regards.

2 Likes

great bro

thanks

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.