get domain word count from domain url [does this service exist ?]

Kissmyskunk

Junior Member
Joined
Mar 1, 2017
Messages
108
Reaction score
36
Greeting members,

I am working with a big csv of 3.5 milions domain that i pulled from ahrefs. I m filtering the list based on some metrics such as Organic Traff etc.
Unfortunatly, there is some metric which I need to add before I could manually prpcess the list.

The metrics im looking for are : overall domain word count and the number of pages. Is there any tool/api which could provide these data ?

I started to write a python piece of code, but I wouldn't like to invest time in reinventing the wheel.

Cheers.
 
I'm working on a solution using python by parsing domain sitemap. If someone know a ready to use solution, i'm still interested in it !

Cheers.
 
Greeting members,

I am working with a big csv of 3.5 milions domain that i pulled from ahrefs. I m filtering the list based on some metrics such as Organic Traff etc.
Unfortunatly, there is some metric which I need to add before I could manually prpcess the list.

The metrics im looking for are : overall domain word count and the number of pages. Is there any tool/api which could provide these data ?

I started to write a python piece of code, but I wouldn't like to invest time in reinventing the wheel.

Cheers.

What metrics are you trying to 'add'? The CSV files can be manupulated quite easily with excel, not sure exactly what you're doing.
 
u mean the no of cases/letters in the domain and the no of indexed pages in Google?
 
I nees to add the number of indexed page (site: ) or the overall word count on the website.

What Im looking for here is a metric which could indicate me an estimation of the time spend to build the website.

These metric can be found with a simple script, but for 3.5 millions website, I would prefer to use an API.

Otherwise I ll need to scrap google SERP (site: ) which are not reliable at all. An alternative would be to scrap sitemap.xml file and count the number of link (more relieble and fast imo)
 
Back
Top