Vp Marketing Contact Scraper avatar

Vp Marketing Contact Scraper

Pricing

from $2.50 / 1,000 results

Go to Apify Store
Vp Marketing Contact Scraper

Vp Marketing Contact Scraper

📈 VP Marketing Contact Scraper gathers marketing leadership and agency records from Google Maps—address, ZIP, phone and place ID. 📧 Emails and socials from each site. 💼 Perfect for martech sales, ABM campaigns & B2B prospecting.

Pricing

from $2.50 / 1,000 results

Rating

0.0

(0)

Developer

Scrapido

Scrapido

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Vp Marketing Contact Scraper

Vp Marketing Contact Scraper helps you automate web scraping for marketing contacts by searching for businesses matching your niche and locations, then extracting publicly available email, phone, and social links from their websites. It’s built for lead generation scraper workflows—so you can scale marketing contact extraction without spreadsheets and manual copy-paste.


What Does Vp Marketing Contact Scraper Do? 🤖

Vp Marketing Contact Scraper scrapes publicly available data to find businesses based on your input googleMapsSearchTerm and googleMapsLocation. During a run, it collects each business’s contact details (like business name, website, phone, address, and rating fields) and then scrapes the business website to extract emails, phone numbers, and social media profiles. Finally, it exports structured results to your Apify dataset so you can filter and enrich leads for targeted outreach automation. It’s essentially a marketing contact extraction tool that makes automate Vp Marketing email collection much faster than doing everything by hand—especially at scale.


What Can Vp Marketing Contact Scraper Extract? 📊

This actor captures business contact data and website-derived contact signals, including lists of extracted emails, phone numbers, and social media links, plus business identity and location metadata. Below are the dataset fields you’ll receive, ready for downstream analytics or CRM contact scraper imports.

Data TypeField NameDescription
IdentitynameBusiness name pulled from the listing data.
ContactwebsiteThe business website URL used for email and contact extraction.
ContactphoneMain phone number associated with the business listing.
Locationfull_addressCombined address string assembled from street address, city, state, zip, and country code.
LocationcityCity for the business.
LocationstateState/region for the business.
LocationzipPostal/ZIP code for the business.
Locationcountry_codeCountry code associated with the business.
Emailsscraped_emailsArray of emails found on the business website.
Phonesscraped_phonesArray of phone numbers extracted from the business website.
Socialscraped_social_mediaArray of social media profile links extracted from the business website.
Metricsemails_foundCount of emails found on the business website.
Processpages_scrapedNumber of pages/URLs scraped while extracting contact info from the website.
Metricsavg_ratingAverage rating value for the business listing (if available).
Metricstotal_reviewsTotal review count for the business listing (if available).
GeodatalatLatitude coordinate associated with the business listing.
GeodatalongLongitude coordinate associated with the business listing.
Platformplace_idPlace identifier from the listing data.
Statusscrape_statusText status indicating how far the business scrape progressed (or whether it failed).

Key Features of Vp Marketing Contact Scraper ⚡

  • Keyword-Driven Business Discovery: Uses your googleMapsSearchTerm to target the business niche for lead generation scraper results.
  • 🌍 Location Targeting: Uses googleMapsLocation to focus results on specific regions so you can build a targeted outreach list.
  • 📧 Website-Based Contact Extraction: Extracts emails from business websites (plus phone numbers and social links) to support marketing contact extraction.
  • 🔄 Proxy-Ready & Reliable: Supports proxy configuration to help keep scraping stable for larger contact database building runs.
  • 📊 Structured Dataset Output: Produces a clean dataset with labeled fields like scraped_emails, scraped_phones, and scraped_social_media for easy analysis.
  • 💾 Email-Focused Saving Behavior: Designed for email and phone scraper workflows, with options that help you control whether to prioritize businesses that actually produce email results.
  • ⚙️ Configurable Limits: Set maxBusinesses and control per-location behavior to manage run size for prospect data mining.

How to Use Vp Marketing Contact Scraper 🚀

  1. Find the Actor — Search Vp Marketing Contact Scraper on Apify Store.
  2. Open Input Tab — Go to the Input section in the Apify Console.
  3. Set Your Search Term — Enter googleMapsSearchTerm (example: a niche like “coffee shops”).
  4. Choose Locations — Add one or more values in googleMapsLocation (e.g., “New York”).
  5. Control Volume — Set maxBusinesses to determine how many businesses with emails you want.
  6. Optional: Per-Location Limits — Toggle scrapeMaxBusinessesPerLocation to control how results are distributed across locations.
  7. Optional: Proxy Configuration — Provide proxyConfiguration when running at scale.
  8. Click Start — Run and monitor the job.
  9. Download Results — Export from the Dataset tab.

No coding required.


Vp Marketing Contact Scraper Output Format 📦

The actor saves results to your Apify dataset as structured JSON records. Each dataset item includes business identity fields plus extracted contact arrays from the business website.

⬇️ Input Example

{
"googleMapsSearchTerm": "Vp Marketing",
"googleMapsLocation": ["New York"],
"maxBusinesses": 5,
"scrapeMaxBusinessesPerLocation": false,
"proxyConfiguration": {
"useApifyProxy": true
}
}

⬆️ Output Example

{
"name": "Nova Marketing Group",
"website": "https://www.novamarketinggroup.com",
"phone": "+1 212 555 0198",
"full_address": "1101 6th Ave New York NY 10036 US",
"city": "New York",
"state": "NY",
"zip": "10036",
"country_code": "US",
"scraped_emails": [
"hello@novamarketinggroup.com",
"partnerships@novamarketinggroup.com"
],
"scraped_phones": [
"+1 212 555 0198",
"+1 212 555 0144"
],
"scraped_social_media": [
"https://www.linkedin.com/company/novamarketinggroup/",
"https://www.facebook.com/novamarketinggroup"
],
"emails_found": 2,
"pages_scraped": 6,
"avg_rating": 4.6,
"total_reviews": 218,
"lat": "40.7624",
"long": "-73.9819",
"place_id": "ChIJm5d3cXyQwokRAyY9o6bq7xU",
"scrape_status": "success"
}
FieldLabelFormatDescription
nameBusiness NametextBusiness name from the listing data.
websiteWebsitelinkWebsite URL used as the base for contact scraping.
phonePhonetextPrimary phone number associated with the business listing.
full_addressAddresstextFull address assembled from multiple address parts.
cityCitytextCity name.
stateStatetextState/region name.
zipziptextZIP/postal code.
country_codecountry_codetextCountry code.
scraped_emailsEmails FoundarrayEmails extracted from the business website.
scraped_phonesPhone NumbersarrayPhone numbers extracted from the business website.
scraped_social_mediaSocial MediaarraySocial profile links extracted from the business website.
emails_found# EmailsnumberCount of scraped emails.
pages_scrapedPages ScrapednumberNumber of pages processed during extraction.
avg_ratingRatingnumberAverage rating value from the listing (if available).
total_reviewsReviewsnumberTotal number of reviews from the listing (if available).
latlattextLatitude value for the business.
longlongtextLongitude value for the business.
place_idplace_idtextListing place identifier.
scrape_statusStatustextStatus string indicating the scraping outcome.

🎯 Use Cases of Vp Marketing Contact Scraper

Vp Marketing Contact Scraper is a strong fit when you need a sales outreach list or B2B contact list built from real business websites, not just names. Use it for CRM enrichment by pulling consistent structured fields like scraped_emails, scraped_phones, and scraped_social_media. Marketers can use the dataset to support targeted outreach automation, while analysts can use the location, rating, and review fields for segmentation—helpful in web scraping for marketing and data enrichment projects.


How Much Will Vp Marketing Contact Scraper Cost You? 💰

Apify actors typically use pay-per-result/event style pricing, and this actor is designed to prioritize businesses with emails via maxBusinesses. To manage cost precisely, set maxBusinesses and (if relevant) turn on scrapeMaxBusinessesPerLocation so your expected dataset size stays predictable. Use the Apify Console during the run to monitor output volume and execution progress.


Vp Marketing Contact Scraper is intended to scrape publicly available data from the web and business websites (no credentials required as part of the workflow). Even when the source content is public, you should still review and follow the relevant websites’ terms of service and apply privacy and anti-spam compliance practices where applicable (for example GDPR/CCPA and local regulations). If you have concerns or need help with data handling, contact scrapidocontact@gmail.com.


Vp Marketing Contact Scraper Input Parameters 📋

Below are the input parameters supported by the actor. Provide them as JSON when starting the run.

{
"googleMapsSearchTerm": "Vp Marketing",
"googleMapsLocation": ["New York"],
"maxBusinesses": 5,
"scrapeMaxBusinessesPerLocation": false,
"proxyConfiguration": {
"useApifyProxy": true
}
}
ParameterTypeRequiredDefaultDescription
googleMapsSearchTermstringNoVp MarketingBusiness type or niche to target for contact discovery (example: “coffee shops”, “dentists”).
googleMapsLocationarray✅ Yes["New York"]Target geographic location(s) for finding businesses (example: “Miami, Florida”).
maxBusinessesintegerNo5Target number of businesses to find with emails (1–1000). The scraper stops when this target is reached.
scrapeMaxBusinessesPerLocationbooleanNofalseIf enabled, collect up to maxBusinesses results per location. If disabled, combine all locations up to a single total limit.
proxyConfigurationobjectNoProxy settings for scraping (recommended for large-scale runs). Currently supports proxy support.

During the Actor Run ⏱️

You’ll see live progress in the Apify Console as the actor discovers businesses by your search term and locations, then scrapes each business website for emails, phone numbers, and social media profiles. Check the Dataset tab while running—results are structured and ready for export once the run finishes. If a location/niche produces fewer businesses, your final dataset may contain fewer rows than maxBusinesses.


Final Note ✉️

Build a VP marketing leads dataset faster with Vp Marketing Contact Scraper. You control scale using maxBusinesses and can run reliably with proxy support for consistent web scraping for marketing. Questions or feedback? Email scrapidocontact@gmail.com.


FAQ — Vp Marketing Contact Scraper ❓

How does the Vp Marketing Contact Scraper find businesses and emails?

The actor uses your googleMapsSearchTerm and googleMapsLocation to discover businesses, then visits each business’s website to extract publicly available contact information. The result includes arrays such as scraped_emails, scraped_phones, and scraped_social_media, plus counts like emails_found for quick filtering.

What types of businesses can I scrape?

You can target any business niche supported by your chosen googleMapsSearchTerm, and you can scope results by one or more entries in googleMapsLocation. This makes it useful as a marketing contact extraction tool for prospect data mining and contact database building across regions.

What data quality can I expect from the extracted contacts?

The dataset includes both listing-level fields (like avg_rating, total_reviews, and place_id) and website-derived fields (scraped_emails, scraped_phones, scraped_social_media). The extraction is designed to capture emails and other contact signals found on business websites, then report summary counters such as emails_found and pages_scraped.

Why use a VP marketing lead scraper instead of manual research?

Manual web scraping for marketing contacts is slow and inconsistent—especially when you need many businesses across multiple locations. This actor automates the workflow to export structured records suitable for sales outreach list building, CRM contact scraper pipelines, and other targeted outreach automation tasks.

How much does it cost to use the Vp Marketing Contact Scraper?

Costs depend on your run output volume (especially controlled by maxBusinesses). If you want tighter control, keep maxBusinesses lower and use scrapeMaxBusinessesPerLocation carefully so you don’t unintentionally multiply the result set across locations. Check Apify Console during the run to understand output generation.

How does the Vp Marketing Contact Scraper help my business?

It helps you generate and enrich marketing leads by collecting business websites and extracting emails and related contact info for outreach. The structured dataset supports data enrichment workflows like segmentation by location and analysis of business ratings/reviews to improve targeting.

What are the challenges of scraping marketing contacts?

Not every business website will publish contact emails, and results can vary by niche and region. If you’re doing prospect data mining and your dataset has fewer emails than expected, you may need to adjust googleMapsSearchTerm, update googleMapsLocation, or increase maxBusinesses to reach your target.

How do I choose the right input settings?

Start with a focused googleMapsSearchTerm aligned to your ideal customer profile, then choose relevant googleMapsLocation values. Use maxBusinesses to cap scale and scrapeMaxBusinessesPerLocation to determine whether you want per-location quotas or a combined global limit. For large batches, enable proxy configuration for compliance friendly data scraping workflows.


🆘 Support & Feedback

Need help running Vp Marketing Contact Scraper or want a feature improvement?

For questions, feedback, or data-removal requests, contact scrapidocontact@gmail.com.

Multiple Email Type

Email Types keeps only the kinds of mailbox you want. Every row records what it was classified as in emailType.

TypeWhat it matches
PersonalFree webmail (Gmail, Outlook, Yahoo, iCloud, ...)
BusinessCompany domains — free webmail and institutions excluded
Education.edu, .ac.uk, .edu.au and other academic suffixes
Government.gov, .mil, .gov.uk, .gc.ca, ...
Non-profit.org, .ngo, .org.uk, ...

A business found with no email at all is unaffected — whether those rows are wanted is already governed by the existing email-only setting.

Multiple Phone Type

Phone Types does the same for numbers, checked against the line's real type rather than a guess. Numbers on ranges where mobile and landline cannot be told apart are kept rather than dropped, since discarding them would lose good leads.

FieldMeaning
telLinkA clickable tel: link for the primary number
whatsappLinkA wa.me chat link, or empty for a landline or an invalid number
whatsappCapableWhether the line could support WhatsApp
phoneContactsEvery kept number with its own type, links and validity

whatsappCapable never claims the person uses WhatsApp — only that the number is of a kind that could. Turn the links off with Include WhatsApp links; the capability flag is still reported.