Easily gather contact information with this friendly Apify actor! Simply enter your search queries, and it will automatically extract email addresses and details from business listings, personal websites, and other public sources. It's like having a personal assistant for all your needs!.
Search Results Email & Contact Info Scraper
Overview
This Apify Actor is designed to perform searches using DuckDuckGo and extract contact information, including email addresses and phone numbers, from the results. It supports a variety of searches, such as text, video, and news, and utilizes Apify's proxy services to ensure privacy and effectiveness.
Key Features
Input Configuration
Here’s how to input your parameters in JSON format:
1{ 2 "search": "lawyers in lahore", 3 "searchType": "text", 4 "maxResults": 100, 5 "filterEmailProvider": null, 6 "linkedSites": null 7}
Input Parameters
Parameter | Type | Description |
---|---|---|
search | String | The query for search (e.g., "lawyers in Lahore"). |
searchType | String | Search type: text , video , or news . |
maxResults | Integer | Number of results (default: 100). |
filterEmailProvider | String | Optional: Filter based on email providers (e.g., gmail.com ). |
linkedSites | String | Optional: Search within a specific domain (e.g., example.com ). |
Output Format
The results are stored in an Apify dataset and structured as shown below:
1[ 2 { 3 "title": "Sample Title", 4 "link": "https://example.com", 5 "emails": ["example@example.com"], 6 "phone_numbers": ["+1234567890"] 7 } 8]
Output Fields
Field Name | Type | Description |
---|---|---|
title | String | Title of the search result. |
link | String | URL of the result. |
emails | Array | List of extracted emails. |
phone_numbers | Array | List of extracted phone numbers. |
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!