How can I count total number of companies from this html page?
https://www.technologyrecord.com/Directory/Find-a-partner/pager/1/cat/0/pub/0
Hi nshukla,
Please get below highlighted value from html page for number of companies.
Regards,
Mahesh
1 Like
I want to fetch number of companies on first page, second page, third page … like wise separately. Not the total number of companies.
Hi nshukla,
-First get total number of pages.
-Get total number of hrefs available div class normal.
-Traverse all pages one by one.
-You will get total number of companies on first page,second page.
There are 10 companies on every page except the last page.
1 Like