Digital Agency Network Scraper avatar

Digital Agency Network Scraper

Pricing

from $5.00 / 1,000 listings

Go to Apify Store
Digital Agency Network Scraper

Digital Agency Network Scraper

The Digital Agency Network Scraper extracts agency listings and enriched profiles from DigitalAgencyNetwork.com, capturing names, ratings, budgets, services, industries, partnerships, contact details, reviews, and portfolio data — ideal for B2B lead generation and market research.

Pricing

from $5.00 / 1,000 listings

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

Digital Agency Network Scraper

Extract digital agency listings and detailed profiles from Digital Agency Network (DAN) — a global directory of 4,000+ verified digital agencies across 120+ cities.

Features

  • Listing extraction: Scrape agency cards from any DAN listing page — name, location, rating, budget, and more.
  • Profile enrichment: Optionally follow each agency link to extract rich profile data — website, services, industries, partnerships, employees, contact info, reviews, and portfolio.
  • Flexible filtering: Target agencies by location, service category, or provide your own URLs.
  • Sitemap discovery: Crawl the entire directory (~4,000 agencies) via XML sitemaps.
  • Fast & lightweight: Uses CheerioCrawler (pure HTTP + HTML parsing) — no browser needed.

How It Works

  1. Choose your mode — Provide listing/profile URLs directly, use location + service filters, or enable sitemap mode for a full crawl.
  2. Run the scraper — The Actor extracts agency data from listing pages and optionally enriches each result by visiting individual profile pages.
  3. Get structured data — Receive clean JSON output with agency details ready for analysis, lead generation, or CRM import.

Input

FieldTypeDefaultDescription
startUrlsarrayDAN listing or agency profile URLs to scrape. Auto-detects whether each URL is a listing or profile page.
locationstringLocation slug (e.g. new-york, london, sydney). Used to build a listing URL when startUrls is empty.
servicestringService slug (e.g. web-development, seo, branding). Combined with location to filter results.
scrapeProfilesbooleanfalseFollow links to individual agency profile pages for enriched data (website, services, contact, reviews, etc.).
maxItemsinteger100Maximum number of agencies to scrape.
maxPagesinteger10Maximum number of listing pages to paginate through per listing URL.
useSitemapbooleanfalseUse XML sitemaps for full directory discovery (~4,000 agencies) instead of listing pages.

Sample Output Data

Listing mode (scrapeProfiles: false)

{
"name": "SEO Brand",
"slug": "seo-brand",
"profileUrl": "https://digitalagencynetwork.com/agency/seo-brand/",
"description": "SEO Brand empowers forward-thinking companies to dominate AI-enhanced search and e-commerce.",
"hqLocation": "Miami",
"region": "USA",
"additionalCities": ["Boston", "Los Angeles", "New York", "Philadelphia"],
"employees": "51-200",
"minProjectBudget": "$10,000+",
"rating": 4.9,
"awardsCount": 2,
"isPremium": true,
"sourceUrl": "https://digitalagencynetwork.com/agencies/new-york/web-development/",
"scrapedAt": "2026-02-22T17:21:41.537Z"
}

Profile-enriched mode (scrapeProfiles: true)

{
"name": "SEO Brand",
"slug": "seo-brand",
"profileUrl": "https://digitalagencynetwork.com/agency/seo-brand/",
"description": "SEO Brand empowers forward-thinking companies to dominate AI-enhanced search and e-commerce.",
"hqLocation": "Miami",
"region": "USA",
"additionalCities": ["Boston", "Los Angeles", "New York", "Philadelphia"],
"employees": "51-200",
"minProjectBudget": "$10,000+",
"rating": 4.9,
"awardsCount": 2,
"isPremium": true,
"sourceUrl": "https://digitalagencynetwork.com/agencies/new-york/web-development/",
"scrapedAt": "2026-02-22T17:21:19.432Z",
"logo": "https://digitalagencynetwork.com/wp-content/uploads/2019/06/seobrand-digital-agency.png",
"website": "https://www.seobrand.com/",
"founded": 2008,
"fullDescription": "SEO Brand empowers forward-thinking companies to dominate AI-enhanced search and e-commerce through technical SEO, AI, and strategic expertise.",
"services": ["Branding", "Content Marketing", "Ecommerce", "Email Marketing", "PPC Marketing", "SEO", "Social Media Marketing", "Web Development", "Web Design", "B2B Marketing", "AI Marketing"],
"industries": ["Healthcare", "Fashion & Retail", "Finance", "Travel & Tourism", "Luxury", "Hospitality", "Nonprofit", "IT & Technology"],
"partnerships": ["Amazon", "Shopify", "Wordpress", "Google", "Meta", "Linkedin"],
"locations": [
{ "city": "Miami", "isHQ": true },
{ "city": "Boston" },
{ "city": "Los Angeles" },
{ "city": "New York" },
{ "city": "Philadelphia" }
],
"phone": "800-262-5023",
"email": "info@seobrand.com",
"socials": { "linkedin": "https://www.linkedin.com/company/seo-brand/", "instagram": "https://www.instagram.com/seobrand/" },
"awards": [{ "title": "Top SEO Agency 2024", "year": "2024", "description": "Recognized for outstanding SEO performance" }],
"clients": ["HP", "Ferrari", "Birkenstock", "Marriott Bonvoy"],
"reviews": [
{
"summary": "Outstanding SEO Results",
"text": "SEO Brand has helped clients achieve strong organic visibility, earning first-page rankings for key terms and driving a significant uptick in qualified traffic and inbound leads."
}
],
"portfolio": []
}

Pricing

This Actor uses the Pay Per Event pricing model. You are only charged for the data you actually receive.

EventPriceDescription
Listing scraped$0.005Charged for each agency extracted from a listing page (basic data: name, location, budget, rating).
Profile scraped$0.02Charged for each agency profile page scraped with enriched data (website, services, industries, partnerships, contact info, reviews).