Effortlessly extract and download emails, phone numbers, and social media profiles (Facebook, Twitter, LinkedIn, Instagram) from any website with our free email extractor. You can export the data in your preferred format—Excel, CSV, JSON, HTML, or XML—for easy analysis and integration.
The Contact Details Scraper is designed to extract contact information from a specified URL. The actor retrieves email addresses, phone numbers, and social media links (e.g., Twitter, LinkedIn, Instagram) associated with the input URL.
The actor accepts the following input parameters:
Parameter Name | Type | Description |
---|---|---|
url | String | The URL to scrape for contact details. Example: https://example.com . |
limit | Number | The maximum number of results to return for each category. Default is 10. |
1const { 2 url = 'https://example.com', 3 limit = 10 4} = input;
The actor returns a JSON object containing the extracted contact details.
1{ 2 "emails": [ 3 "oscarterr@example.com", 4 "sauravb@example.com", 5 "olivergon@example.com", 6 "jakubfer@example.com", 7 "mdf@example.com", 8 "ma@example.com", 9 "ka@example.com", 10 "nata@example.com", 11 "jhar@example.com", 12 "vlada_@example.com" 13 ], 14 "phones": [], 15 "twitter": [ 16 "https://twitter.com/example" 17 ], 18 "linkedIn": [ 19 "https://www.linkedin.com/in/oscar-0b59b448", 20 "https://www.linkedin.com/in/sauainrd", 21 "https://www.linkedin.com/in/lompgrd", 22 "https://www.linkedin.com/in/b4ernan", 23 "https://www.linkedin.com/in/kate-44878891", 24 "https://www.linkedin.com/in/jan-b455647b", 25 "https://linkedin.com/company/apitech" 26 ], 27 "instagram": [] 28}
Q: Does this actor only scrape public information?
A: Yes, it only retrieves information publicly available on the input URL.
Q: What if there are no contact details on the page?
A: The response will include empty arrays for categories without available data.
Q: Can I scrape contact details from subpages?
A: No, this actor is designed to scrape only the main page specified by the input URL.
Q: Are the phone numbers extracted in a specific format?
A: Phone numbers (if available) are extracted in the format they appear on the page.
Q: Is it possible to filter by email domain?
A: No, domain filtering is not currently supported.
Q: Can I use this actor to collect bulk data across multiple URLs?
A: Yes, by running the actor in a batch process, you can collect data from multiple URLs.
Q: What happens if the provided limit exceeds the available data?
A: The actor will return all available data within the specified categories.
Q: How reliable are the social media links?
A: Social media links are directly extracted from the page metadata and content.
Start streamlining your contact discovery with the Contact Details Scraper! 🚀
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!