Hello everyone, i would like to know if there is any way to copy specific data needed from multiple pages on a site.
This are 3 examples of the pages I need to scrap de data from:
https://www.fundoodata.com/companies-detail/Akshaya-Furniture-Pvt-Ltd/65014.html?&pageno=298
https://www.fundoodata.com/companies-detail/Akshaya-Lakshmi-Comfort/104445.html?&pageno=299
https://www.fundoodata.com/companies-detail/Akshaya-Motors/114111.html?&pageno=300
And I only need to copy from each page, this data:
Company name
Contact number
Website
it should be formatted like this:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Company[/TD]
[TD]Phone number[/TD]
[TD]website[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Caan anyone help me?
This are 3 examples of the pages I need to scrap de data from:
https://www.fundoodata.com/companies-detail/Akshaya-Furniture-Pvt-Ltd/65014.html?&pageno=298
https://www.fundoodata.com/companies-detail/Akshaya-Lakshmi-Comfort/104445.html?&pageno=299
https://www.fundoodata.com/companies-detail/Akshaya-Motors/114111.html?&pageno=300
And I only need to copy from each page, this data:
Company name
Contact number
Website
it should be formatted like this:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Company[/TD]
[TD]Phone number[/TD]
[TD]website[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Caan anyone help me?