Naked Domains Analyzer
No credit card required
Naked Domains Analyzer
No credit card required
Crawls and downloads web pages running on a list of provided naked domains e.g. "example.com". The actor stores HTML snapshot, screenshot, text body, and HTTP response headers of all the pages. It also extracts email addresses, phones, social handles for Facebook, Twitter, LinkedIn, and Instagram.
You can access the Naked Domains Analyzer programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "domains": "example.com\\niana.org\\napify.com",
3 "maxRequestRetries": 2,
4 "crawlLinkCount": 5
5}' |
6apify call jancurn/analyze-domains --silent --output-dataset
Naked Domains Analyzer API through CLI
The Apify CLI is the official tool that allows you to use Naked Domains Analyzer locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include:
- 24 monthly users
- 5 stars
- 100.0% runs succeeded
- Created in Nov 2018
- Modified over 1 year ago