DesignRush Agencies & B2B Company Leads Scraper avatar

DesignRush Agencies & B2B Company Leads Scraper

Pricing

from $17.00 / 1,000 results

Go to Apify Store
DesignRush Agencies & B2B Company Leads Scraper

DesignRush Agencies & B2B Company Leads Scraper

Scrape DesignRush agency listings into B2B company leads: agency name, description, location, minimum budget, hourly rate, team size, services, rating, website and profile link. Export to JSON, CSV or Excel.

Pricing

from $17.00 / 1,000 results

Rating

0.0

(0)

Developer

Scrapers Lat

Scrapers Lat

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

13 days ago

Last modified

Share

DesignRush Agencies & B2B Company Leads Scraper

DesignRush Agencies & B2B Company Leads Scraper

Here is one real result, with every field the actor returns (opt-in AI fields are null here because the AI add-ons were off for this run):

{
"agencyName": "SmartSites",
"description": "A results-driven digital marketing company, SmartSites provides expertise in PPC, SEO, email marketing, web design and development, and social media marketing backed by 15+ years of experience. Its accomplishments include serving 500+ clients and helping them raise $100M+ in revenue",
"location": "Paramus, New Jersey",
"minBudget": null,
"hourlyRate": "$100/hr",
"teamSize": "100 - 249",
"services": [
"Digital Marketing",
"SEO",
"PPC",
"Social Media Marketing",
"Email Marketing"
],
"rating": 5,
"reviewCount": 270,
"website": "https://www.smartsites.com/lp/digital-marketing-lp/",
"designrushUrl": "https://www.designrush.com/agency/profile/smartsites",
"phone": null,
"email": null,
"socialLinks": {
"facebook": "https://www.facebook.com/SmartSites",
"twitter": "https://x.com/SmartSitesNJ",
"linkedin": "https://www.linkedin.com/company/smartsites",
"instagram": "https://instagram.com/smartsitesnj",
"youtube": "https://www.youtube.com/channel/UC2ex4W9pofr2pnZubJEAeTQ"
},
"founded": 1997,
"aiProfileSummary": null,
"aiLeadScore": null,
"aiLeadTier": null,
"aiLeadRationale": null,
"aiCategory": null,
"aiTags": null,
"agencyId": "7518",
"source": "DesignRush",
"observedAt": "2026-08-10T14:28:37.368Z"
}

The most complete DesignRush agency scraper available. It returns every field the DesignRush directory and agency profiles expose (budget, hourly rate, team size, rating, reviews, services, website), enriches each profile with direct phone, public email, social handles and founding year, and adds opt-in AI lead scoring and contact enrichment so you can target exactly the B2B leads you need.

📥 Input · 📤 Output · 💰 Pricing · ▶️ Examples

Apify Coverage Output Billing

Table of contents

What it does

The actor reads a DesignRush directory category, paginates the agency listings, and writes one normalized record per agency to the run's dataset. Each record carries the agency name, description, location, minimum budget, hourly rate, team size, rating, review count, services, and website. With profile enrichment on (the default), it opens each agency profile to add direct phone, public email, social media handles (LinkedIn, Facebook, X, Instagram, YouTube), and founding year.

Missing source values are returned as null, never invented. Optional paid add-ons can attach an AI sales summary, an AI lead score and tier, an AI specialization category with tags, and a best-effort public contact email plus contact name.

Quickstart

Open the actor, paste this into the input, and press Run. It returns the first 10 digital marketing agencies with full profile enrichment.

{
"category": "digital-marketing",
"maxAgencies": 10,
"scrapeProfiles": true
}

Change category to any DesignRush directory slug, for example seo-companies, web-development-companies, or social-media-marketing. Turn off scrapeProfiles for a faster list-only run.

Input reference

FieldTypeRequiredDefaultDescriptionExample
categorystringnodigital-marketingThe directory category slug. From designrush.com/agency/digital-marketing the slug is digital-marketing.seo-companies
maxAgenciesintegerno10Maximum number of agencies to collect.50
scrapeProfilesbooleannotrueOpen each agency profile to add direct phone, public email, social handles, and founding year. Turn off for a faster list-only run.false
enrichContactsbooleannofalsePaid add-on. For each result without an email, attempt to find a public business contact email and a contact person's name. Billed per attempt, plus an extra charge only when an email is found.true
enrichContactsMaxintegerno50Cap how many results the add-on tries to enrich. Free Apify accounts are capped at 3.20
withProfileSummarybooleannofalseAI add-on. Generate a concise sales-oriented overview of each agency. Billed per successful summary. Disabled on free plans.true
withLeadScorebooleannofalseAI add-on. Qualify each agency lead (0-100 score, hot/warm/cold tier) from budget, team size, rating and contact completeness. Billed per successful scoring. Disabled on free plans.true
withCategorizebooleannofalseAI add-on. Classify each agency by primary specialization with service/vertical tags. Billed per successful classification. Disabled on free plans.true

Output reference

One dataset item per agency. Types: string, integer, object, string[], or null when the source value is absent.

FieldTypeDescription
agencyNamestringAgency name.
descriptionstringAgency description from its DesignRush listing.
locationstringPrimary location (city, state/country).
minBudgetstringMinimum project budget when published, else null.
hourlyRatestringPublished hourly rate, for example $100/hr.
teamSizestringTeam size band, for example 100 - 249.
servicesstring[]Services the agency lists.
ratingnumberAverage review rating, or null.
reviewCountintegerNumber of reviews.
websitestringAgency website URL.
designrushUrlstringDesignRush profile URL.
phonestringDirect phone from the profile (enrichment on), else null.
emailstringPublic email from the profile (enrichment on), else null.
socialLinksobjectSocial handles (facebook, twitter, linkedin, instagram, youtube) when found, else null.
foundedintegerFounding year (enrichment on), else null.
agencyIdstringDesignRush internal agency ID.
aiProfileSummarystringAI sales overview (opt-in), else null.
aiLeadScoreintegerAI lead score 0 to 100 (opt-in), else null.
aiLeadTierstringAI lead tier hot/warm/cold (opt-in), else null.
aiLeadRationalestringShort AI rationale for the score (opt-in), else null.
aiCategorystringAI primary specialization (opt-in), else null.
aiTagsstring[]AI service/vertical tags (opt-in), else null.
enrichedEmailstringContact-enrichment email when the add-on is enabled and one is found.
enrichedContactNamestringContact-enrichment person name when found.
enrichedJobTitlestringContact-enrichment job title when found.
enrichedEmailStatusstringDeliverability status of the enriched email.
enrichedSourcestringSource URL the enriched contact was found on.
enrichedConfidencenumberConfidence score of the enriched contact.
sourcestringData source label. Always DesignRush.
observedAtstringISO 8601 timestamp of when the record was collected.
errorstringPresent only on a failed item; carries the failure reason.

Example output record

Real record from a live run (input {"category": "web-development-companies", "maxAgencies": 2, "withProfileSummary": true, "withLeadScore": true, "withCategorize": true}):

{
"agencyName": "Digital Silk",
"description": "Digital Silk is an award-winning web development agency named Best Digital Agency of 2025, building custom websites, eCommerce platforms, and digital experiences for clients including Sony, P&G, Northwestern University, and Bang & Olufsen. A strong fit for mid-size to enterprise brands needing",
"location": "Miami, Florida",
"minBudget": null,
"hourlyRate": "$150/hr",
"teamSize": "100 - 249",
"services": ["Web Design", "eCommerce Development", "Branding", "Digital Strategy", "Digital Marketing"],
"rating": null,
"reviewCount": 37,
"website": "https://www.digitalsilk.com/",
"designrushUrl": "https://www.designrush.com/agency/profile/digital-silk",
"phone": null,
"email": null,
"socialLinks": null,
"founded": null,
"aiProfileSummary": "Digital Silk is an award-winning web development agency based in Miami, Florida, specializing in custom websites, eCommerce platforms, and digital experiences. They serve mid-size to enterprise brands, with notable clients including Sony, P&G, and Northwestern University.",
"aiLeadScore": 75,
"aiLeadTier": "warm",
"aiLeadRationale": "The agency has a strong reputation and notable clients, but lacks complete contact information which affects its overall score.",
"aiCategory": "Web Development",
"aiTags": ["eCommerce", "Digital Marketing", "Branding", "Digital Strategy"],
"agencyId": "8798",
"source": "DesignRush",
"observedAt": "2026-08-14T07:16:55.155Z"
}

Run via API and CLI

Start a run and wait for it to finish, then read the dataset. Replace <TOKEN> with your Apify API token.

Run synchronously and get dataset items in one call:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~designrush-agencies-scraper/run-sync-get-dataset-items?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"category":"digital-marketing","maxAgencies":10,"scrapeProfiles":true}'

Start a run asynchronously:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~designrush-agencies-scraper/runs?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"category":"seo-companies","maxAgencies":100,"withLeadScore":true}'

Apify CLI:

apify call scrapers_lat/designrush-agencies-scraper \
--input '{"category":"web-development-companies","maxAgencies":25}'

Fetch results

Every run writes to a dataset. Fetch items as JSON, CSV, or Excel by changing format:

# JSON
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"
# CSV
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"
# Paginate large datasets
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&offset=1000&limit=1000"

<DATASET_ID> is returned as defaultDatasetId in the run object. Use offset and limit to page through large result sets. clean=true drops empty and internal fields.

Billing and limits

  • Pay per result. You are charged per agency record returned (result event). See the pricing tab for the current per-result price.
  • Opt-in add-ons are billed separately. AI profile summary, AI lead score, AI categorization, and contact enrichment each charge only when they succeed and only when you enable them.
  • No charge on failure. If a run errors, the actor writes an item with a populated error field and does not charge for it. Empty runs cost nothing.
  • Spend cap respected. Set maxTotalChargeUsd on the run; once reached, the actor stops emitting and charging further billable results.
  • Free Apify plans are capped at 10 records per run, and contact enrichment is capped at 3 attempts. AI add-ons are disabled on free plans. Upgrade for higher limits.

FAQ and troubleshooting

How do I choose a category? Use the slug from the DesignRush directory URL. From designrush.com/agency/seo-companies the slug is seo-companies. Other examples: web-development-companies, social-media-marketing, digital-marketing.

Why are phone, email, or socialLinks null? Either scrapeProfiles was off, or the agency profile did not publish that detail. Turn on scrapeProfiles (the default) to enrich each profile, and enable the contact-enrichment add-on to attempt a public email.

How do I get a faster, cheaper run? Turn off scrapeProfiles. You still get name, budget, rate, team size, rating, services, and website from the listing, without opening each profile.

Can I qualify leads automatically? Yes. Enable withLeadScore to attach a 0 to 100 score and a hot/warm/cold tier per agency, based on budget, team size, rating, and contact completeness.

Is this an official DesignRush tool? No. This actor is independent and has no affiliation with DesignRush. It reads only data that is publicly available on the directory. Use it in accordance with the source's terms.

More scrapers at scrapers.lat

Built and maintained by scrapers.lat, where we publish scrapers for US and Latin American public platforms: company registries, government data, finance, e-commerce and more. Browse the catalog or request a custom scraper at scrapers.lat.


Independent tool, not affiliated with DesignRush. Accesses only publicly available directory data. Use in accordance with the source's terms of service.