Skip to main content

Rank::Mustat - Website traffic estimation, domain cost and rating

Mustat parser overview

img

Mustat parser allows you to get an estimate of website traffic, as well as domain cost and rating.

Results can be saved in the format and structure that you need, thanks to the built-in powerful Template Toolkit template engine that allows you to apply additional logic to the results and output data in various formats, including JSON, SQL, and CSV.

Collected data

  • Number of website visitors per day
  • Website cost in USD
  • Domain rating

Use cases

  • Estimation of traffic on a domain
  • Obtaining summary information about a domain

Queries

  • The query should specify the domain of the desired website, for example:
a-parser.com  
www.yahoo.com
google.com
vk.com
youtube.com

Results

  • As a result, the website, number of visitors, cost, and rating are displayed:
www.yahoo.com - traffic: 82823958, worth: 17004793863, rating: 100  
a-parser.com - traffic: 3232, worth: 3539, rating: 23
vk.com - traffic: 7938563, worth: 814943106, rating: 100
google.com - traffic: 160439571, worth: 32940249406, rating: 100
youtube.com - traffic: 103246297, worth: 12365357286, rating: 100

Output of all data

Result format:

$query: $traffic, $trafficWeek, $trafficMonth, $trafficYear, $worth, $rating\n

Result format for CSV:

[% tools.CSVline(query, traffic, trafficWeek, trafficMonth, trafficYear, worth, rating) %]

Example result:

a-parser.com: 3232, 22624, 100192, 1179680, 3539, 30

Result format in JSON:

[% data = {}; data.query = query; data.traffic = traffic;  data.trafficWeek = trafficWeek; data.trafficMonth = trafficMonth; data.trafficYear = trafficYear; data.worth = worth; data.rating = rating; data.json; %]

Example result:

{"traffic":"3232","worth":"3539","trafficWeek":"22624","query":"a-parser.com","trafficMonth":"100192","rating":"30","trafficYear":"1179680"}

Possible settings