DesignRush Scraper avatar

DesignRush Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
DesignRush Scraper

DesignRush Scraper

Scrape DesignRush - top verified B2B agency directory with 27,000+ agencies. Get agency profiles, ratings, reviews, services, location, portfolio counts, and hourly rates.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

DesignRush Agency Scraper

Extract digital agency profiles, ratings, reviews, services, and contact details from designrush.com — the leading B2B agency directory. Find top agencies in categories like digital marketing, web development, SEO, branding, and more. No login or API key required.

Features

  • 15 Agency Categories — Digital marketing, web design, SEO, software development, mobile apps, branding, video production, ecommerce, social media, PR, content marketing, UI/UX, email marketing, advertising, and IT services
  • Rich Agency Profiles — Name, location, employee count, hourly rate, minimum budget, portfolio count, rating, review count, and services list
  • Direct URL Scraping — Provide specific DesignRush agency listing URLs to target exactly the pages you need
  • No Login Required — All data is publicly available

Use Cases

  • Agency competitive intelligence and market research
  • Vendor selection and RFP shortlisting
  • Marketing agency benchmarking
  • Lead generation for B2B service providers
  • Building agency directories and comparison tools

Input

FieldTypeRequiredDefaultDescription
modeSelectNobyCategoryScrape mode: byCategory or byUrl
categorySelectNodigital-marketingAgency category to scrape (15 options)
agencyUrlsArrayNoDirect DesignRush listing page URLs (byUrl mode only)
maxItemsIntegerNo50Maximum agencies to return (1–500)

Category Options

digital-marketing, website-design-development, software-development, seo, mobile-app-development, branding, video-production, ecommerce, social-media-marketing, pr-firms, content-marketing, ui-ux-design, email-marketing, advertising, it-services

Example Input — Top SEO Agencies

{
"mode": "byCategory",
"category": "seo",
"maxItems": 50
}

Example Input — Direct URL

{
"mode": "byUrl",
"agencyUrls": ["https://www.designrush.com/agency/digital-marketing"],
"maxItems": 30
}

Output

FieldTypeDescription
agencyNameStringAgency display name
agencySlugStringURL slug (e.g., smartsites)
agencyIdIntegerDesignRush internal agency ID
profileUrlStringDesignRush profile page URL
websiteUrlStringAgency's own website URL
taglineStringAgency slogan or headline
descriptionStringShort agency description
servicesArrayList of service tags
locationStringCity and state (e.g., Paramus, NJ)
employeeCountStringTeam size range (e.g., 50-249)
hourlyRateStringHourly rate range (e.g., $100-$149/hr)
minBudgetStringMinimum project budget
portfolioCountStringNumber of portfolio items
ratingFloatAverage rating (e.g., 4.9)
reviewCountIntegerTotal number of reviews
featuredReviewHeadlineStringHeadline from top review
logoUrlStringAgency logo image URL
recordTypeStringAlways agency
scrapedAtStringISO 8601 timestamp
sourceUrlStringSource listing page URL

Example Output

{
"agencyName": "SmartSites",
"agencySlug": "smartsites",
"agencyId": 1234,
"profileUrl": "https://www.designrush.com/agency/profile/smartsites",
"websiteUrl": "https://www.smartsites.com",
"tagline": "Top Digital Marketing Agency",
"location": "Paramus, NJ",
"employeeCount": "50-249",
"hourlyRate": "$100-$149/hr",
"rating": 4.9,
"reviewCount": 87,
"services": ["SEO", "PPC", "Web Design"],
"recordType": "agency",
"scrapedAt": "2025-01-15T10:23:45+00:00",
"sourceUrl": "https://www.designrush.com/agency/digital-marketing"
}

FAQ

Does this require an API key or login? No. All data is publicly available on DesignRush.

How many agencies can I scrape per category? DesignRush lists thousands of agencies per category. Set maxItems to control how many records to return per run.

Can I scrape multiple categories in one run? Use mode: byUrl and provide multiple category listing URLs in agencyUrls to cover multiple categories in a single run.

What does the rating field represent? It is the average star rating from verified client reviews on DesignRush (scale of 1–5).

Are the hourly rates accurate? Rates are self-reported by agencies and displayed publicly on DesignRush. They reflect the agency's listed pricing at the time of scraping.

Can I get agencies from a specific city? DesignRush's location filtering is URL-based. Use mode: byUrl with a location-filtered URL from the DesignRush website.