Search Results Email & Contact Info Scraper

Search Results Email & Contact Info Scraper

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!.

LEAD_GENERATIONSEO_TOOLSSOCIAL_MEDIAApify

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

  • Text Search: Extracts email addresses and phone numbers from text-based search results.
  • Site-Specific Search: Targets contact information from a specific website domain.
  • Video Search: Retrieves relevant video search results along with associated contact info.
  • News Search: Collects contact details from news articles related to a specific query.
  • Proxy Support: Leverages Apify’s residential proxies to maintain search anonymity.
  • Data Export: Saves data in Apify datasets, with export options available in multiple formats.

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

ParameterTypeDescription
searchStringThe query for search (e.g., "lawyers in Lahore").
searchTypeStringSearch type: text, video, or news.
maxResultsIntegerNumber of results (default: 100).
filterEmailProviderStringOptional: Filter based on email providers (e.g., gmail.com).
linkedSitesStringOptional: 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 NameTypeDescription
titleStringTitle of the search result.
linkStringURL of the result.
emailsArrayList of extracted emails.
phone_numbersArrayList of extracted phone numbers.

Frequently Asked Questions

Is it legal to scrape job listings or public data?

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.

Do I need to code to use this scraper?

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.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

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!