Rank::BingAnalytics - Website data scraper from Edge browser analytics

Overview of the parser
Bing Analytics is a website analytics service available in the Edge browser sidebar. It allows you to obtain information about website traffic trends, its rating, similar sites, etc. The Rank::BingAnalytics parser allows you to collect all this data and output it in a convenient format.
Saving results is possible in the form and structure you need, thanks to the built-in powerful Template Toolkit templating engine, which allows you to apply additional logic to the results and output data in various formats, including JSON, SQL, and CSV.
Collected data
Not all data may be displayed for different sites
- Website title and description
- Website rating and information about when someone last voted
- Global rank and country rank (country cannot be selected, it is determined by the geo IP from which the request is made, so outputting country information is also available)
- Traffic trends for the entire site (monthly) and for the page (weekly)
- Traffic source sites
- Traffic source countries
- Page topic
- Similar sites
Use cases
- Website rating assessment
- Traffic estimation
- Obtaining information about traffic sources
- Determining the website topic
Queries
As queries, you must specify a list of domains or links for evaluation, for example:
google.com
https://ru.wikipedia.org/wiki/Parser
Output results examples
A-Parser supports flexible result formatting thanks to the built-in Template Toolkit templating engine, which allows it to output results in an arbitrary form, as well as in a structured one, such as CSV or JSON
Default output
Result format:
$query: $title ($desc)\nGlobal rank: $globalRank\nRegional rank: $countryRank $country\n
The result displays the website title and description, as well as information about the global rank and country rank:
google.com: Google (Google LLC is an American multinational technology company that specializes in Internet-related services and products, which include a search engine, online advertising technologies, cloud computing, …)
Global rank: Top 10
Regional rank: Top 10 in Germany last month
https://ru.wikipedia.org/wiki/Parser: Wikipedia (Wikipedia is a free online encyclopedia, created and edited by volunteers around the world and hosted by the Wikimedia Foundation.)
Global rank: Top 100
Regional rank: Top 100 in Germany last month
Possible settings
| Parameter name | Default value | Description |
|---|---|---|
| Language | English | Data language selection |