AgencySpotter Scraper avatar

AgencySpotter Scraper

Pricing

from $5.00 / 1,000 results

Go to Apify Store
AgencySpotter Scraper

AgencySpotter Scraper

The AgencySpotter Scraper extracts agency listings and enriched profiles from AgencySpotter.com directories, capturing agency names, ratings, reviews, project budgets, staff size, contact details, social links, services, and notable clients — ideal for B2B lead generation and market research.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

FalconScrape

FalconScrape

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

AgencySpotter Scraper

Extract structured data from 22,000+ marketing agencies listed on agencyspotter.com. Get contact info, services, ratings, budgets, client lists, and more — all from a single scrape with no profile page visits required.

Features

  • Contact Data: Email addresses and phone numbers for thousands of agencies
  • Rich Business Profiles: Services, client lists, staff size, affiliation, and budget ranges
  • Ratings & Reviews: Average ratings, review counts, and top review details with individual rating dimensions
  • Full Location Data: Street address, city, state, country, zip code, and GPS coordinates (lat/lng)
  • Social Links: Facebook, LinkedIn, and Twitter URLs
  • Fast & Efficient: Extracts ~30 agencies per page from Next.js RSC payloads — no individual profile visits needed for core data

How It Works

  1. Provide Start URLs — Use /search for all agencies or /search/{category} for a specific category.
  2. Run the Scraper — The scraper navigates search result pages using a headless browser, extracts agency data from React Server Component (RSC) payloads, and automatically paginates through all results.
  3. Get Structured Data — Receive clean, structured JSON output with 30+ fields per agency.

Input

FieldTypeDescriptionDefault
startUrlsArrayURLs to scrape. Use /search for all agencies or /search/{category} for categories.https://www.agencyspotter.com/search
maxPagesIntegerMax search result pages to scrape (0 = unlimited). Each page has ~30 agencies.5
maxRequestsPerCrawlIntegerMaximum total HTTP requests (0 = unlimited).0
proxyConfigurationObjectProxy settings. Residential proxies recommended to bypass Cloudflare.Apify Residential

Sample Output

[
{
"id": 29602,
"name": "SmartSites",
"slug": "smartsites",
"url": "https://www.smartsites.com",
"profileUrl": "https://www.agencyspotter.com/smartsites",
"aboutTitle": "SmartSites is America's Top Rated Digital Marketing Agency",
"email": "contact@smartsites.com",
"phone": "2018706000",
"street": "24123 Greenfield Rd Suite 204",
"city": "Southfield",
"state": "Michigan",
"stateCode": "MI",
"zip": "48075",
"country": "United States",
"countryCode": "US",
"latitude": 42.4679699,
"longitude": -83.2017803,
"size": "50 - 100",
"affiliation": "Independent",
"services": [
"Paid Search & Paid Social Advertising",
"Inbound Marketing",
"Social Media",
"SEO",
"Web Design"
],
"clientList": [
"Harvard University",
"BMW",
"Google",
"Microsoft",
"Amazon"
],
"budgetMin": 10000,
"budgetMid": 50000,
"annualBudgetMin": 10000,
"annualBudgetMid": 50000,
"avgRating": 5,
"reviewCount": 11,
"isVerified": true,
"isTopAgency": true,
"facebookUrl": "https://www.facebook.com/SmartSites",
"linkedInUrl": "https://www.linkedin.com/company/smartsites",
"twitterUrl": "http://twitter.com/SmartSitesNJ",
"topReview": {
"title": "Great Company",
"reviewerCompany": "Washnwerk",
"reviewerPosition": "CEO",
"reviewerIndustry": "Automotive",
"overallRating": 5,
"creativityRating": 5,
"qualityRating": 5,
"valueRating": 5,
"communicationRating": 5
}
}
]

Output Fields

FieldTypeDescription
idNumberAgencySpotter internal ID
nameStringAgency name
slugStringURL slug
urlStringAgency website URL
profileUrlStringAgencySpotter profile URL
aboutTitleStringAgency headline
aboutBodyStringFull agency description
emailStringContact email
phoneStringPhone number
streetStringStreet address
cityStringCity
stateStringState/province
stateCodeStringState code (e.g., "MI")
zipStringPostal/ZIP code
countryStringCountry name
countryCodeStringCountry code (e.g., "US")
latitudeNumberGPS latitude
longitudeNumberGPS longitude
sizeStringStaff size range (e.g., "50 - 100")
affiliationStringAgency affiliation (e.g., "Independent")
servicesArrayList of services offered
clientListArrayNotable clients
budgetMinNumberMinimum project budget
budgetMidNumberMid-range project budget
annualBudgetMinNumberMinimum annual budget
annualBudgetMidNumberMid-range annual budget
avgRatingNumberAverage rating (out of 5)
reviewCountNumberTotal number of reviews
overallRatingNumberOverall rating from stats
awardsNumberNumber of awards
isVerifiedBooleanVerified agency badge
isTopAgencyBooleanTop agency status
featuredBooleanFeatured listing
facebookUrlStringFacebook page URL
linkedInUrlStringLinkedIn page URL
twitterUrlStringTwitter/X profile URL
imageUrlStringAgency image URL
logoUrlStringAgency logo URL
topReviewObjectTop review with title, reviewer info, and 5 rating dimensions