DesignRush Scraper [$2.50💰] | B2B Agency Leads | Email & Phone avatar

DesignRush Scraper [$2.50💰] | B2B Agency Leads | Email & Phone

Pricing

from $2.20 / 1,000 results

Go to Apify Store
DesignRush Scraper [$2.50💰] | B2B Agency Leads | Email & Phone

DesignRush Scraper [$2.50💰] | B2B Agency Leads | Email & Phone

Extract agency profiles from DesignRush — names, ratings, reviews, hourly rates, team sizes, locations and contact details. Build B2B agency lead lists for outreach and market research.

Pricing

from $2.20 / 1,000 results

Rating

0.0

(0)

Developer

Ahmed Jasarevic

Ahmed Jasarevic

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

4 days ago

Last modified

Share

DesignRush Agency Directory Scraper

Extract thousands of agency profiles, contact details, ratings, and reviews from DesignRush. The cheapest DesignRush agency scraper for B2B lead generation — pay only $0.005 per result.

Use Cases

  • Lead Generation: Scrape agency directories for B2B sales outreach with contact info
  • Market Research: Analyze agency ratings, specializations, and pricing across industries
  • Competitor Analysis: Compare agencies by reviews, portfolios, and service categories
  • Agency Database Building: Build your own searchable database of marketing, web design, and branding agencies
  • Investment Research: Identify top-performing agencies for acquisition or partnership opportunities
  • Content Aggregation: Curate agency lists for newsletters, directories, or comparison platforms

How It Works

  1. You provide DesignRush category URLs or specific agency page URLs
  2. The scraper crawls the directory pages, collecting agency listings
  3. Each agency profile is extracted — name, description, services, ratings, contact info
  4. Optional: reviews and detailed contact information are pulled per profile
  5. Results are returned as structured JSON, ready to import into your CRM or data pipeline

Input

FieldTypeDefaultDescription
startUrlsarrayDesignRush category or agency URLs to start scraping from
categoriesarray[]Category slugs to scrape (e.g. marketing, web-design, branding)
maxAgenciesint100Maximum number of agency profiles to extract
maxPagesPerCategoryint5Maximum pages to crawl per category
includeContactDetailsboolfalseExtract email, phone, and social links
includeReviewsboolfalseExtract agency reviews and ratings
maxRequestsPerCrawlint1000Max HTTP requests per crawl session
maxConcurrencyint10Max concurrent browser instances
proxyConfigurationobjectApify proxy settings (residential recommended)

Output

The scraper returns a dataset of agency objects, each containing:

FieldDescription
nameAgency name
urlDesignRush profile URL
descriptionAgency bio or tagline
categoriesService categories (e.g. "Digital Marketing", "Web Design")
ratingDesignRush rating (if available)
reviewsCountNumber of reviews
locationCity / country
employeesTeam size range
minProjectSizeMinimum project budget
hourlyRatePricing tier or hourly rate
contactEmail, phone, social links (if includeContactDetails: true)
reviewsArray of review objects (if includeReviews: true)

Example Input

{
"startUrls": [
"https://www.designrush.com/agency/digital-marketing"
],
"categories": ["marketing", "web-design"],
"maxAgencies": 200,
"maxPagesPerCategory": 10,
"includeContactDetails": true,
"includeReviews": false,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Example Output

[
{
"name": "WebFX",
"url": "https://www.designrush.com/agency/webfx",
"description": "Full-service digital marketing agency with 20+ years of experience",
"categories": ["Digital Marketing", "SEO", "Web Design"],
"rating": 4.8,
"reviewsCount": 42,
"location": "Harrisburg, PA, USA",
"employees": "250-999",
"minProjectSize": "$1,000+",
"hourlyRate": "$100-$149/hr",
"contact": {
"email": "info@webfx.com",
"phone": "+1 717-609-0512",
"website": "https://www.webfx.com"
}
},
{
"name": "Disruptive Advertising",
"url": "https://www.designrush.com/agency/disruptive-advertising",
"description": "Performance marketing agency focused on ROI",
"categories": ["Digital Marketing", "PPC", "Social Media"],
"rating": 4.9,
"reviewsCount": 38,
"location": "Pleasant Grove, UT, USA",
"employees": "50-249",
"minProjectSize": "$5,000+",
"hourlyRate": "$150-$199/hr",
"contact": {
"email": "hello@disruptiveadvertising.com",
"phone": "+1 801-555-0123",
"website": "https://www.disruptiveadvertising.com"
}
}
]

Integrations

IntegrationHow to use
Google SheetsPush dataset items directly via Apify integration
HubSpot / SalesforceMap output fields to CRM contacts for automated lead import
SlackNotify your sales team when new leads are extracted
AirtableSync agency data to a visual database for team collaboration
WebhooksTrigger downstream workflows on dataset completion
Zapier / MakeConnect scraped data to 5,000+ apps automatically

FAQ

Is DesignRush public data?

Yes. DesignRush is a public business directory. This scraper extracts publicly available agency listings and profile data.

How many agencies can I scrape?

The default limit is 100 per run, but you can set maxAgencies higher. For best results with large volumes, use residential proxies.

Do I need proxies?

Residential proxies are recommended to avoid rate limiting on DesignRush. The actor works without proxies for small runs, but large scrapes benefit from proxy rotation.

Can I scrape specific categories only?

Yes. Use the categories input to target specific agency types — marketing, web-design, branding, seo, app-development, ecommerce, and more.

What about contact details?

Set includeContactDetails: true to extract publicly listed email addresses, phone numbers, and social media links from agency profiles.

Does this work with the DesignRush API?

No. DesignRush does not offer a public API. This actor scrapes the directory pages directly.

SEO Keywords

DesignRush scraper, DesignRush agency data, B2B agency leads, agency directory scraper, DesignRush company data, marketing agencies, web design agencies, branding agencies, agency lead generation, DesignRush alternative, B2B lead generation, agency market research, agency directory export, agency ratings, digital agency database, DesignRush profile scraper, agency contact data, SEO agency list, agency comparison tool, scrape DesignRush directory

For AI Agents

This actor accepts structured JSON input and returns a structured JSON dataset. Use it as a tool in multi-step research pipelines.

Tool definition (OpenAI function calling):

{
"name": "designrush_agency_scraper",
"description": "Scrape agency profiles, ratings, and contact data from DesignRush directory",
"parameters": {
"startUrls": { "type": "array", "items": { "type": "string" }, "description": "DesignRush category or profile URLs" },
"categories": { "type": "array", "items": { "type": "string" }, "description": "Category slugs to target" },
"maxAgencies": { "type": "integer", "default": 100, "description": "Max agencies to extract" },
"includeContactDetails": { "type": "boolean", "default": false, "description": "Extract contact info" },
"includeReviews": { "type": "boolean", "default": false, "description": "Extract reviews" }
}
}

Agent workflow:

  1. Call the actor with target category URLs or category slugs
  2. Wait for completion and retrieve dataset items
  3. Filter or transform the output for your downstream task (CRM import, analysis, etc.)

This actor scrapes publicly available data from DesignRush. Users are responsible for compliance with applicable laws and terms of service. Do not use extracted data for spam, unsolicited outreach, or any purpose that violates DesignRush's terms or applicable regulations. Always verify data accuracy before business use.