Rank::BingAnalytics - Scraper for website data from Edge browser analytics

Overview of the scraper
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 scraper 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 which allows applying additional logic to results and outputting data in various formats, including JSON, SQL, and CSV.
Collected data
For different sites, not all data may be displayed
- Site title and description
- Site 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
- Site rating assessment
- Traffic estimation
- Obtaining information about traffic sources
- Determining site 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 results formatting thanks to the built-in Template Toolkit, which allows it to output results in any form, as well as in structured formats like CSV or JSON
Default output
Result format:
$query: $title ($desc)\nGlobal rank: $globalRank\nRegional rank: $countryRank $country\n
The result displays the site 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 |