# DesignRush Agency Scraper — B2B Leads, Email & Phone (`scrapersdelight/designrush-agency-scraper`) Actor

Scrape DesignRush agency listings into clean B2B leads: agency name, real website, email, phone, address, project budget band, hourly rate, employees, founded year and rating — by category and country. From the public profile JSON-LD. No login.

- **URL**: https://apify.com/scrapersdelight/designrush-agency-scraper.md
- **Developed by:** [Scrapers Delight](https://apify.com/scrapersdelight) (community)
- **Categories:** Automation, Lead generation, Agents
- **Stats:** 2 total users, 1 monthly users, 0.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$4.00 / 1,000 per agency returneds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

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

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use 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

## 🏢 DesignRush Agency Scraper — B2B Leads, Email & Phone

**Export DesignRush agency listings as structured B2B leads — agency name, real website, email, phone, location, project budget band and rating.**

> 🕒 Last updated: 2026-07-07 · 📊 20+ fields per agency · 🌎 Global + US/UK/CA/IN/AU · 🚫 No login · 🔑 Straight from the public profile JSON-LD · ⚡ A Clutch alternative

Turn the DesignRush agency directory into a clean, ready-to-use lead list in minutes. Pick your categories (web development, digital marketing, SEO, logo design, IT services, and 60+ more), and every agency comes back as a flat record with the fields a sales or partnerships team actually needs. Export to JSON, CSV, Excel, or Google Sheets, or pull it straight into your CRM via API.

---

### 🎯 What you get

Each agency is one flat record. The money fields:

| Field | Type | Example |
|---|---|---|
| 🏢 `agency_name` | text | `Anadea` |
| 🌐 `website` | link | `https://anadea.info` |
| ✉️ `email` | text | `sales@anadea.info` |
| ☎️ `phone` | text | `702 899 3918` |
| 📍 `city` / `country` | text | `Alicante` / `Spain` |
| 🏠 `street_address` / `postal_code` | text | `C. Clara Campoamor, 12` / `03540` |
| 💰 `price_range` | text | `$10,000 - $25,000` |
| 💵 `min_project_budget` | text | `$10,000` |
| ⏱️ `hourly_rate` | text | `$50 - $99 / hr` |
| 👥 `employee_count` | text | `50 - 249` |
| 📅 `founded_year` | text | `2000` |
| ⭐ `rating` / `review_count` | number | `4.3` / `1` |
| 🖼️ `logo_url` | link | `https://media.designrush.com/…/Anadea-logo…webp` |
| 🏷️ `categories` / `source_category` | list/text | `["web-development-companies"]` |
| 🔗 `designrush_profile_url` | link | `https://www.designrush.com/agency/profile/anadea` |

Outcome keywords: *agency leads, marketing agency list, web development companies, email + phone, min project budget, agency directory export, Clutch alternative.*

<details><summary>🏢 Sample agency record</summary>

```json
{
  "agency_name": "Anadea",
  "designrush_profile_url": "https://www.designrush.com/agency/profile/anadea",
  "website": "https://anadea.info",
  "email": "sales@anadea.info",
  "phone": "702 899 3918",
  "street_address": "C. Clara Campoamor, 12",
  "city": "Alicante", "postal_code": "03540", "country": "Spain",
  "price_range": "$10,000 - $25,000", "min_project_budget": "$10,000",
  "rating": 4.3, "review_count": 1,
  "categories": ["web-development-companies"],
  "source_category": "web-development-companies",
  "scraped_at": "2026-07-07T00:00:00Z"
}
````

</details>

***

### 💡 Use cases

- 🛠️ **Sell-to-agency SaaS outbound** — white-label, project-management, proposal, hosting and PM tools targeting agencies. The `price_range` / `min_project_budget` field pre-segments prospects by deal size.
- 🧲 **Agency recruiting & sourcing** — build a shortlist of agencies by category, location and size.
- 📊 **Competitive & market research** — map an entire category (who's listed, where, at what budget band and rating).
- 🤝 **Partner sourcing** — find agencies to refer, resell through, or co-market with.

### ⚙️ How it works

1. Click **Try for free**.
2. Enter one or more **category slugs** (from `designrush.com/agency`) — e.g. `web-development-companies`, `digital-marketing`, `seo-agencies`, `logo-design`, `it-services`.
3. *(Optional)* pick a **country**, set **Max agencies** and **Max pages per category**.
4. Click **Start**. Export from the **Dataset** tab (JSON, CSV, Excel, Google Sheets) or via API.

#### Example input

```json
{
  "categories": ["web-development-companies", "digital-marketing"],
  "country": "",
  "maxItems": 100,
  "maxPagesPerCategory": 5,
  "proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}
```

You can also paste direct category or `/agency/profile/` URLs into **Start URLs** to override the category list.

***

### 🔎 Honesty — where the contact data comes from

Emails and phones are taken **directly from the public DesignRush profile page** — specifically the schema.org `LocalBusiness` JSON-LD that DesignRush itself publishes. There is **no email-guessing, no enrichment, and no verification** in this version: a field comes back `null` when the agency didn't publish it on DesignRush. Most profiles carry a phone and/or email, plus the agency's real website (which makes a clean seed for your own enrichment step). We don't claim appended or verified emails.

### 💳 Pricing

**Pay-per-result** — you pay per agency record delivered. A targeted category run stays small and cheap, and it's free to try. Records that a buyer's cap can't cover are never delivered unbilled.

### ❓ FAQ

**Do I need a login or API key?** No. It reads DesignRush's public directory — no account, no key, no captcha.

**Is this a Clutch alternative?** Yes — same kind of agency lead row (name, website, contact, budget band, rating) from the DesignRush directory instead.

**Which categories can I scrape?** Any slug on `designrush.com/agency` (60+), e.g. `web-development-companies`, `digital-marketing`, `seo-agencies`, `ecommerce`, `logo-design`, `it-services`, `ai-companies`, `cybersecurity`.

**Can I filter by country?** Yes — set `country` to `us`, `uk`, `ca`, `in`, `au`, or leave it empty for the global listing.

**Can I export to Excel or Google Sheets?** Yes — the dataset exports to JSON, CSV, Excel, or Google Sheets, or pull it via API.

### 📝 Changelog

- **0.1** — Initial release: category enumeration + pagination, profile JSON-LD parsing (name, email, phone, address, budget band, rating), external website extraction, firmographic sidebar fields, dedupe by profile + root domain.

### Notes & fair use

You are responsible for complying with DesignRush's Terms of Service. This Actor reads publicly available agency listings.

# Actor input Schema

## `categories` (type: `array`):

DesignRush category slugs from /agency (e.g. web-development-companies, logo-design, it-services, digital-marketing, seo-agencies). Each is paginated and scraped.

## `country` (type: `string`):

Optional geo filter appended to each category path (e.g. /agency/web-development-companies/us). Leave empty for the global listing.

## `maxItems` (type: `integer`):

Cap on total agency records this run (cost/speed guard). 0 = no cap (up to a safety backstop).

## `maxPagesPerCategory` (type: `integer`):

Pagination depth per category (each page ~50 agencies). Stops early when a page returns no new profiles.

## `startUrls` (type: `array`):

Optional. Direct DesignRush category or /agency/profile/ URLs to scrape instead of the categories above.

## `proxyConfiguration` (type: `object`):

Proxy settings. RESIDENTIAL (US) is the safe default for a lead directory; datacenter usually works too.

## Actor input object example

```json
{
  "categories": [
    "web-development-companies",
    "digital-marketing",
    "seo-agencies"
  ],
  "country": "",
  "maxItems": 100,
  "maxPagesPerCategory": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# Actor output Schema

## `records` (type: `string`):

The dataset of scraped DesignRush agency leads (one item per agency).

# 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 = {
    "categories": [
        "web-development-companies",
        "digital-marketing",
        "seo-agencies"
    ],
    "country": "",
    "maxItems": 100,
    "maxPagesPerCategory": 5,
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("scrapersdelight/designrush-agency-scraper").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 = {
    "categories": [
        "web-development-companies",
        "digital-marketing",
        "seo-agencies",
    ],
    "country": "",
    "maxItems": 100,
    "maxPagesPerCategory": 5,
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

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

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

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

```

## CLI example

```bash
echo '{
  "categories": [
    "web-development-companies",
    "digital-marketing",
    "seo-agencies"
  ],
  "country": "",
  "maxItems": 100,
  "maxPagesPerCategory": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call scrapersdelight/designrush-agency-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=scrapersdelight/designrush-agency-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "DesignRush Agency Scraper — B2B Leads, Email & Phone",
        "description": "Scrape DesignRush agency listings into clean B2B leads: agency name, real website, email, phone, address, project budget band, hourly rate, employees, founded year and rating — by category and country. From the public profile JSON-LD. No login.",
        "version": "0.1",
        "x-build-id": "6H2m70OlNmzoMoLt1"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/scrapersdelight~designrush-agency-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-scrapersdelight-designrush-agency-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/scrapersdelight~designrush-agency-scraper/runs": {
            "post": {
                "operationId": "runs-sync-scrapersdelight-designrush-agency-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/scrapersdelight~designrush-agency-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-scrapersdelight-designrush-agency-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "categories": {
                        "title": "Categories",
                        "type": "array",
                        "description": "DesignRush category slugs from /agency (e.g. web-development-companies, logo-design, it-services, digital-marketing, seo-agencies). Each is paginated and scraped.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "country": {
                        "title": "Country",
                        "enum": [
                            "",
                            "us",
                            "uk",
                            "ca",
                            "in",
                            "au"
                        ],
                        "type": "string",
                        "description": "Optional geo filter appended to each category path (e.g. /agency/web-development-companies/us). Leave empty for the global listing.",
                        "default": ""
                    },
                    "maxItems": {
                        "title": "Max agencies",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Cap on total agency records this run (cost/speed guard). 0 = no cap (up to a safety backstop).",
                        "default": 100
                    },
                    "maxPagesPerCategory": {
                        "title": "Max pages per category",
                        "minimum": 1,
                        "maximum": 100,
                        "type": "integer",
                        "description": "Pagination depth per category (each page ~50 agencies). Stops early when a page returns no new profiles.",
                        "default": 5
                    },
                    "startUrls": {
                        "title": "Start URLs (optional)",
                        "type": "array",
                        "description": "Optional. Direct DesignRush category or /agency/profile/ URLs to scrape instead of the categories above.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "proxyConfiguration": {
                        "title": "Proxy",
                        "type": "object",
                        "description": "Proxy settings. RESIDENTIAL (US) is the safe default for a lead directory; datacenter usually works too.",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": [
                                "RESIDENTIAL"
                            ]
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
