Antheta.com is an work in progress web scraper for scraping all kinds of different data. You can currently download data in .JSON format.
Antheta automatically attempts to scrape multiple different types of data:
{
"ipAddresses": [
{
"ip-address": "177.75.97.128",
"port": "3128",
"match": "177.75.97.128",
"ip": "177.75.97.128:3128",
"protocol": "socks5",
"anonymity": "elite",
"speed": "31ms"
}
]
}
The robot also has more capabilities that have not yet been implemented on the frontend:
The whole idea of this web scraper is to provide a service where you can automate almost any task online, for example login to a service and post something or gather data from specific websites automatically and access it via Antheta's API.
You can also use CSS element selectors to specify the data you wish to scrape. Example: ".container .links a->href" will get the "href" attribute from that element along with other common attributes (class, id, name, html, text etc)
Read more about the types of data on Antheta.com
Antheta.com will have a full dashboard that anyone can use and specify exactly what they wish to scrape. Heres what the upcoming Anheta Editor currently looks like:
Dark version:
The user will have the ability to create their own datasets where they can specify their own columns and this would act sort of like database tables. Say you want to gather emails from thousands of sites, you can make a dataset for it and later on connect to it using our API or just export the list.
Light version: