# TechBehemoths Agency Scraper (`67-labs/techbehemoths-agency-scraper`) Actor

Scrape agencies from TechBehemoths by service and country: website, team size, hourly rate, founded year, services.

- **URL**: https://apify.com/67-labs/techbehemoths-agency-scraper.md
- **Developed by:** [Mokksh Bhatt](https://apify.com/67-labs) (community)
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $4.00 / 1,000 result (one agency)s

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/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
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.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## 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.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

## TechBehemoths Agency Scraper — agencies by service and country, with website, team size and hourly rate

Get a clean list of agencies from TechBehemoths, the agency directory. Pick a service (Google Ads, SEO, Web Development and more) and a country or city. Get one row per agency: name, website, city, country, team size, hourly rate, founded year, services and profile link. Export to CSV, JSON, Excel or Google Sheets.

**Who uses this:** agencies looking for partners or white-label help, sales teams building lead lists, recruiters, buyers who compare vendors, researchers who map a market.

### What you get per agency

| Field | What it is |
|---|---|
| `rank` | Position on the TechBehemoths listing |
| `name` | Agency name |
| `website` | The agency's own website, without tracking parameters |
| `country`, `city` | Head office location |
| `teamSize` | Range shown on the profile, for example `50-249` |
| `hourlyRate` | Range shown on the profile, for example `$30-70/h` |
| `foundedYear` | Founding year |
| `services`, `servicesText` | All listed services, as a list and as one cell for spreadsheets |
| `tagline`, `description` | Short line from the listing, and the full profile text |
| `verified` | `true` if TechBehemoths marks the company as verified |
| `profileUrl` | Link to the TechBehemoths profile |
| `scrapedAt` | When the row was collected |

### Price

**$0.01 per run + $4 per 1,000 agencies.** That is two pay-per-event charges: `actor-start` ($0.01) once per run and `result` ($0.004) per agency. There are no compute fees on top. The free Apify plan ($5 per month credit) covers about 1,200 agencies a month at no cost. A run that TechBehemoths blocks before it returns anything is not charged.

### How to use

1. Open the Input tab. Type a **Service** (for example `Google Ads`) and a **Country or city** (for example `India`). Or paste a TechBehemoths listing URL.
2. Set **Max agencies**. This is also your cost cap.
3. Click Start. When it is done, open the Output tab and export the table as CSV, JSON or Excel, or send it to Google Sheets with Apify's Google Sheets integration.

### Input examples

Google Ads agencies in India:

```json
{ "service": "Google Ads", "country": "India", "maxResults": 100 }
```

Every SEO agency in Berlin, fast list without opening profiles:

```json
{ "service": "SEO", "country": "Berlin", "maxResults": 200, "includeProfileDetails": false }
```

A listing URL you copied from the website:

```json
{ "listingUrl": "https://techbehemoths.com/companies/pay-per-click/united-states", "maxResults": 50 }
```

Service and country names become the site's address (`Pay Per Click` becomes `pay-per-click`). If the site has no such page, the run stops with a clear message and costs nothing. Open the listing in your browser and paste its URL instead.

### Output example

```json
{
    "rank": 3,
    "name": "UnoSearch",
    "website": "https://unosearch.io",
    "country": "India",
    "city": "Navi Mumbai",
    "teamSize": "50-249",
    "hourlyRate": "$70-150/h",
    "foundedYear": 2014,
    "services": ["SEO", "Digital Marketing", "Pay Per Click", "Web Development", "SMM", "Content Marketing", "UX/UI Design", "No-Code Development"],
    "servicesText": "SEO, Digital Marketing, Pay Per Click, Web Development, SMM, Content Marketing, UX/UI Design, No-Code Development",
    "tagline": "Leading ROI-driven PPC, SEO and GEO Company in India Helping Brands Rank Higher and Drive Organic Growth.",
    "description": "UnoSearch is a leading ROI-driven PPC, SEO and GEO company in India, helping businesses achieve sustainable digital growth since 2014. ...",
    "verified": true,
    "profileUrl": "https://techbehemoths.com/company/unosearch-roi-driven-seo-company-in-india",
    "scrapedAt": "2026-09-26T06:00:12.177Z"
}
```

### Limits

- Only public data from TechBehemoths listings and profiles. No login, no e-mail addresses, no phone numbers.
- Team size and hourly rate are ranges, as the site shows them. Some agencies leave them empty.
- With **Open each profile** turned off you get the fast list, but `website` is empty for most agencies and `foundedYear` and `description` are always empty.
- The site sometimes answers a request with a 403. The actor waits and tries again. If a run still fails, turn on **Proxy** and choose Residential.
- The actor keeps to about 2 requests a second, to be polite to the site.

### FAQ

**How many agencies can I get?** As many as the listing has. The Google Ads listing for India has more than 2,000. Set **Max agencies** to what you need.

**Can I run it every month to find new agencies?** Yes. Schedule the actor in Apify with the same input and compare `profileUrl` values between runs.

**Can an AI agent use it?** Yes. It works through Apify's API and MCP server. Give it a service, a country and a `maxResults` limit.

**Something is missing or wrong. What now?** Open an issue on the Issues tab with the input you used. Field requests are welcome.

### Changelog

- **0.1** First release: service and country search, listing URL input, profile details, pay per event.

# Actor input Schema

## `service` (type: `string`):

What the agencies do, for example Google Ads, SEO, Web Development. Leave empty for all services.

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

Where the agencies are, for example India, United States, Berlin. Leave empty for the whole world.

## `listingUrl` (type: `string`):

A TechBehemoths listing page, for example https://techbehemoths.com/companies/google-ads/india. If set, Service and Country are ignored.

## `maxResults` (type: `integer`):

Stop after this many agencies. You pay per agency, so this is also your cost cap.

## `includeProfileDetails` (type: `boolean`):

Adds website, founded year, all services and the full description. Needs one extra request per agency, so runs are slower. Turn off for a fast list.

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

Leave off unless the site blocks Apify servers (errors 403 or 429). Then turn on Apify Proxy.

## Actor input object example

```json
{
  "service": "Google Ads",
  "country": "India",
  "maxResults": 20,
  "includeProfileDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# Actor output Schema

## `agencies` (type: `string`):

One row per agency: name, website, country, city, team size, hourly rate, founded year, services, profile URL.

## `agenciesCsv` (type: `string`):

Same rows as CSV for Google Sheets or Excel.

# 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 = {
    "service": "Google Ads",
    "country": "India",
    "maxResults": 20
};

// Run the Actor and wait for it to finish
const run = await client.actor("67-labs/techbehemoths-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 = {
    "service": "Google Ads",
    "country": "India",
    "maxResults": 20,
}

# Run the Actor and wait for it to finish
run = client.actor("67-labs/techbehemoths-agency-scraper").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 '{
  "service": "Google Ads",
  "country": "India",
  "maxResults": 20
}' |
apify call 67-labs/techbehemoths-agency-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,67-labs/techbehemoths-agency-scraper"
        }
    }
}
```

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/d4fd77K1i83HWiJgy/builds/n1dl0lsyLIwbG4hOe/openapi.json
