DesignRush Agencies & B2B Company Leads Scraper
Pricing
from $17.00 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
13 days ago
Last modified
Categories
Share
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
Table of contents
- What it does
- Quickstart
- Input reference
- Output reference
- Example output record
- Run via API and CLI
- Fetch results
- Billing and limits
- FAQ and troubleshooting
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
| Field | Type | Required | Default | Description | Example |
|---|---|---|---|---|---|
category | string | no | digital-marketing | The directory category slug. From designrush.com/agency/digital-marketing the slug is digital-marketing. | seo-companies |
maxAgencies | integer | no | 10 | Maximum number of agencies to collect. | 50 |
scrapeProfiles | boolean | no | true | Open each agency profile to add direct phone, public email, social handles, and founding year. Turn off for a faster list-only run. | false |
enrichContacts | boolean | no | false | Paid 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 |
enrichContactsMax | integer | no | 50 | Cap how many results the add-on tries to enrich. Free Apify accounts are capped at 3. | 20 |
withProfileSummary | boolean | no | false | AI add-on. Generate a concise sales-oriented overview of each agency. Billed per successful summary. Disabled on free plans. | true |
withLeadScore | boolean | no | false | AI 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 |
withCategorize | boolean | no | false | AI 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.
| Field | Type | Description |
|---|---|---|
agencyName | string | Agency name. |
description | string | Agency description from its DesignRush listing. |
location | string | Primary location (city, state/country). |
minBudget | string | Minimum project budget when published, else null. |
hourlyRate | string | Published hourly rate, for example $100/hr. |
teamSize | string | Team size band, for example 100 - 249. |
services | string[] | Services the agency lists. |
rating | number | Average review rating, or null. |
reviewCount | integer | Number of reviews. |
website | string | Agency website URL. |
designrushUrl | string | DesignRush profile URL. |
phone | string | Direct phone from the profile (enrichment on), else null. |
email | string | Public email from the profile (enrichment on), else null. |
socialLinks | object | Social handles (facebook, twitter, linkedin, instagram, youtube) when found, else null. |
founded | integer | Founding year (enrichment on), else null. |
agencyId | string | DesignRush internal agency ID. |
aiProfileSummary | string | AI sales overview (opt-in), else null. |
aiLeadScore | integer | AI lead score 0 to 100 (opt-in), else null. |
aiLeadTier | string | AI lead tier hot/warm/cold (opt-in), else null. |
aiLeadRationale | string | Short AI rationale for the score (opt-in), else null. |
aiCategory | string | AI primary specialization (opt-in), else null. |
aiTags | string[] | AI service/vertical tags (opt-in), else null. |
enrichedEmail | string | Contact-enrichment email when the add-on is enabled and one is found. |
enrichedContactName | string | Contact-enrichment person name when found. |
enrichedJobTitle | string | Contact-enrichment job title when found. |
enrichedEmailStatus | string | Deliverability status of the enriched email. |
enrichedSource | string | Source URL the enriched contact was found on. |
enrichedConfidence | number | Confidence score of the enriched contact. |
source | string | Data source label. Always DesignRush. |
observedAt | string | ISO 8601 timestamp of when the record was collected. |
error | string | Present 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:
# JSONcurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"# CSVcurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"# Paginate large datasetscurl "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 (
resultevent). 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
errorfield and does not charge for it. Empty runs cost nothing. - Spend cap respected. Set
maxTotalChargeUsdon 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.
Related scrapers
- Clutch Agencies Scraper: B2B agency leads from Clutch.
- GoodFirms Agencies Scraper: Agency leads from GoodFirms.
- Goodfirms Agencies Scraper: Software and agency directory leads.
- Google Maps Business Leads Scraper: Local business leads with contacts.
- Capterra Scraper: Software vendor listings and reviews.
- Website Contacts Scraper: Emails and socials from any website.
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.
