# DesignRush Scraper - Low-cost💲🔥🏢🌐 (`delectable_incubator/designrush-scraper-low-cost`) Actor

Scrape DesignRush agency listings 🔍🏢 with a powerful B2B directory scraper. Extract agency names, descriptions, locations, official websites, industries, and DesignRush profile data. Ideal for lead generation, agency discovery, competitor research, vendor sourcing, and market intelligence 📊🚀

- **URL**: https://apify.com/delectable\_incubator/designrush-scraper-low-cost.md
- **Developed by:** [Prime Scrape](https://apify.com/delectable_incubator) (community)
- **Categories:** Automation, Lead generation, E-commerce
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.00005 / actor start

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

<p align="center">
<img src="https://i.ibb.co/jkNS73wX/readme.png" alt="DesignRush Agency Search Scraper" width="100%">
</p>

***

## DesignRush Agency Search Scraper 🏢📊🔍

The DesignRush Agency Search Scraper is a powerful and scalable Apify Actor designed to extract structured agency listings directly from DesignRush search results.

It enables agency discovery, B2B lead generation, competitor monitoring, market intelligence, service provider research, directory building, and structured company dataset generation from one of the world's leading agency marketplaces.

***

### 🎯 What This Scraper Does

Simply provide a DesignRush search keyword and the scraper handles everything automatically.

✅ Extracts structured agency listings from DesignRush

✅ Supports keyword-based agency discovery

✅ Automatically processes search result pages

✅ Handles pagination automatically

✅ Applies maxItems limits

✅ Extracts company profile information

✅ Collects ratings and review metrics

✅ Captures agency size and founding year

✅ Extracts verified review information

✅ Generates clean and structured datasets

✅ Ready for analytics and lead generation workflows

✅ Export-ready output format

***

### 📊 Data Extracted

#### 🏢 Agency Information

| Field                        | Description                    |
| ---------------------------- | ------------------------------ |
| 🏢 `name`                    | Agency name                    |
| 🔗 `profileUrl`              | DesignRush profile URL         |
| 🌐 `websiteUrl`              | Official company website       |
| 🖼️ `logoUrl`                | Company logo image             |
| ⭐ `rating`                   | Average agency rating          |
| 📝 `reviewCount`             | Total number of reviews        |
| 📄 `description`             | Agency description             |
| 💲 `hourlyRate`              | Average hourly rate            |
| 👥 `employees`               | Company size                   |
| 📅 `founded`                 | Year founded                   |
| 📍 `location`                | Headquarters location          |
| ✅ `verifiedReviewRating`     | Verified review rating         |
| 💬 `verifiedReviewText`      | Verified review text           |
| 🏷️ `verifiedReviewProvider` | Review provider or client type |

***

### 🛠 How to Use

#### 1️⃣ Configure Input

Provide a DesignRush search keyword:

```
{
  "keyword": "web design",
  "maxItems": 50
}
```

#### 2️⃣ Run the Actor

• Loads DesignRush search results

• Processes agency listings automatically

• Extracts structured company information

• Collects ratings and review metrics

• Extracts verified review details

• Applies maxItems limits

• Stops automatically when limits are reached

#### 3️⃣ Export the Dataset

Download your results in multiple formats:

✅ JSON

✅ CSV

✅ Excel

✅ XML

✅ HTML

***

### ⚙️ Input Configuration

#### 📥 Input Example

```
{
  "keyword": "web design",
  "maxItems": 50
}
```

#### Input Fields

| Field      | Type    | Description                           |
| ---------- | ------- | ------------------------------------- |
| `keyword`  | string  | DesignRush search keyword             |
| `maxItems` | integer | Maximum number of agencies to collect |

***

### 📤 Output Example

```
{
  "name": "Example Web Solutions",
  "profileUrl": "https://www.designrush.com/agency/profile/example-web-solutions",
  "websiteUrl": "https://www.example.com",
  "logoUrl": "https://example.com/logo.png",
  "rating": "4.8",
  "reviewCount": "25",
  "description": "A leading web development and digital strategy company.",
  "hourlyRate": "$50 - $99 / hr",
  "employees": "10 - 49",
  "founded": "2015",
  "location": "London, United Kingdom",
  "verifiedReviewRating": "5.0",
  "verifiedReviewText": "Excellent communication and high-quality delivery.",
  "verifiedReviewProvider": "Enterprise Client"
}
```

***

### 📊 Output Explanation

| Use Case                     | Description                               |
| ---------------------------- | ----------------------------------------- |
| 📇 Agency Directory Building | Create structured agency databases        |
| 🧲 Lead Generation           | Discover qualified service providers      |
| 📊 Market Research           | Analyze agencies across industries        |
| 🏢 Competitor Analysis       | Benchmark agencies and competitors        |
| 🌍 Industry Intelligence     | Compare agencies by location and niche    |
| 🤖 Automation Pipelines      | Feed company data into CRMs and workflows |

***

### 🌍 Why Use This Scraper?

🏢 Discover agencies at scale

📊 Build structured B2B datasets

🧲 Generate qualified agency leads

⭐ Analyze ratings and customer feedback

🌍 Compare agencies across markets

⚡ Fast and automated extraction

🤖 Automation-ready output

📦 Bulk agency discovery support

🧠 Ideal for recruiters, marketers, consultants, researchers, and sales teams

🚀 Scalable for both small and enterprise workloads

***

### ❓ FAQ

#### How does this scraper work?

The scraper searches DesignRush using your keyword and extracts structured agency information including company details, ratings, reviews, locations, pricing information, and verified reviews.

#### Can I search any agency category?

Yes. You can use any keyword available on DesignRush, including industries, services, technologies, and locations.

#### Does the scraper collect ratings and reviews?

Yes. Ratings, review counts, and verified review information are extracted whenever available.

#### Can I use this scraper for lead generation?

Yes. The extracted data can be used to build prospect lists and identify agencies matching specific criteria.

#### Is the data collected live?

Yes. Data is extracted directly from DesignRush during every run.

#### What export formats are supported?

JSON, CSV, Excel, XML, and HTML.

#### Can I use the extracted data commercially?

Yes. The extracted data can be used for analytics, research, prospecting, automation, and commercial applications.

#### What happens if the scraper fails?

The Actor includes retry mechanisms and automated error handling to improve reliability.

#### How long does a run take?

Most extractions complete within minutes depending on the number of requested results.

***

### 🚀 How to Use

1️⃣ Sign up — Create a free Apify account

2️⃣ Find the tool — Search for "DesignRush Agency Search Scraper" in the Apify Store

3️⃣ Configure keyword — Enter your target agency search keyword

4️⃣ Run it — Start the Actor and wait for extraction

5️⃣ Export data — Download results in JSON, CSV, Excel, XML, or HTML

***

### ⚠️ Disclaimer

This tool is an independent solution and is not affiliated with, endorsed by, or sponsored by DesignRush.

***

### 💸 Pricing

This scraper runs on a **pay per events subscription model**.

You only pay for **successful runs**.

💳 **Price:** $2.99 / 1000 results

***

### Related Actors

If you're interested in other Agency, Company, Lead Generation, Marketplace, Research, Analytics, Jobs, Real Estate, or Business Intelligence scraping solutions, explore more tools:

(Coming soon)

***

### 📬 Support

⭐⭐⭐⭐⭐ Leave a 5-star rating if you like this tool

***

### 🌍 PrimeScrape

Built for scalable web data extraction & automation.

Contact us for custom scraping solutions or enterprise requests via Apify or by email.

# Actor input Schema

## `keywords` (type: `array`):

List of keywords to search for agencies on DesignRush.

The scraper will search and paginate through results for each keyword until the max items limit is reached or no more pages are available.

Examples:
• data
• marketing
• design
• development
• branding

## `maxItemsPerKeyword` (type: `integer`):

Maximum number of agencies to collect for EACH keyword.

## Actor input object example

```json
{
  "keywords": [
    "data",
    "marketing",
    "design"
  ],
  "maxItemsPerKeyword": 150
}
```

# Actor output Schema

## `overview` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "keywords": [
        "data",
        "marketing",
        "design"
    ],
    "maxItemsPerKeyword": 150
};

// Run the Actor and wait for it to finish
const run = await client.actor("delectable_incubator/designrush-scraper-low-cost").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "keywords": [
        "data",
        "marketing",
        "design",
    ],
    "maxItemsPerKeyword": 150,
}

# Run the Actor and wait for it to finish
run = client.actor("delectable_incubator/designrush-scraper-low-cost").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "keywords": [
    "data",
    "marketing",
    "design"
  ],
  "maxItemsPerKeyword": 150
}' |
apify call delectable_incubator/designrush-scraper-low-cost --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,delectable_incubator/designrush-scraper-low-cost"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/xUpepVyUttbGncbw4/builds/Fd0mCek4w3hKMyq7k/openapi.json
