Check::RosKomNadzor - Checking a website in the Roskomnadzor database
Scraper overview
Check::RosKomNadzor – checks for the presence of a domain in the Roskomnadzor database. Automated collection of all data: the date of the foundation for inclusion in the registry, the number of the foundation, the authority that made the decision.The functionality of A-Parser allows you to save the scraping settings of the GooglePlay::Apps scraper for future use (presets), set a scraping schedule, and much more.
Saving results is possible in the form and structure that you need, thanks to the built-in powerful template engine Template Toolkit which allows you to apply additional logic to the results and output data in various formats, including JSON, SQL, and CSV.
Collected data
The scraper checks for the presence of a domain or link in the site's database.
To operate the scraper, you need to configure and connect Util::AntiGate.
- Checks for the presence of a domain\link in the registry (0 - not in the registry, 1 - in the registry)
- The date of the foundation for inclusion in the registry
- The number of the foundation for inclusion in the registry
- The authority that made the decision to include in the registry
- Access restriction
Use cases
- Allows checking the presence of websites in the Roskomnadzor's list of banned sites
Queries
As queries, you need to specify the domains of the websites you want to check, for example:
a-parser.com
vulkanklub1.bet
Output results examples
A-Parser supports flexible formatting of results thanks to the built-in template engine Template Toolkit, which allows it to output results in an arbitrary form, as well as in structured formats, such as CSV or JSON
Default output
Result format:
$query: $exists\n
Example of result:
a-parser.com: 0
vulkanklub1.bet: 1
Possible settings
Parameter | Default value | Description |
---|---|---|
AntiGate preset | default | The preset of the Util::AntiGate scraper. It is necessary to pre-configure the Util::AntiGate scraper - specify your access key and other parameters, after which select the created preset here. |