# Behance Scraper (`solidcode/behance-scraper`) Actor

\[💰 $4 / 1K] Extract creative projects and creator profiles from Behance — titles, appreciations, views, comments, cover images, tools, fields, and full creator details. Search by keyword or paste project/profile URLs.

- **URL**: https://apify.com/solidcode/behance-scraper.md
- **Developed by:** [SolidCode](https://apify.com/solidcode) (community)
- **Categories:** Developer tools, Social media, Other
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $4.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
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 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

## Behance Scraper

Pull creative projects, creator profiles, and full comment threads from Behance (Adobe's portfolio platform) at scale — complete with appreciation counts, view counts, creative-field tags, and the dominant color palette as hex per project. Search by keyword, browse a creative-field gallery, or paste a project or profile URL. Built for creative recruiters, design agencies, and trend researchers who need structured Behance portfolio data without browsing the site project by project.

### Why This Scraper?

- **Three record types in one run** — creative `projects`, creator `profiles`, and full `comment` threads, each emitted as its own clean, filterable row in a single dataset.
- **14 creative-field galleries** — browse Photography, Graphic Design, Illustration, UI/UX, 3D Art, Motion, Architecture, Product Design, Fashion, Advertising, Fine Arts, Crafts, Game Design, or Sound feeds directly.
- **5 sort orders** — Recommended, Recently Featured, Most Recent, Most Appreciated, and Most Viewed, so you can rank by curation, freshness, or popularity.
- **Engagement metrics on every project** — appreciations and view counts pulled for each work (plus comment count and the full tools list on project rows fetched by URL), ready for popularity and trend analysis.
- **Color palette extracted as hex** — each project carries its dominant color as a `#rrggbb` value for design-trend and palette research.
- **Creator profiles with reach signals** — username, display name, occupation, location, follower count, following count, and total appreciations per creator.
- **Search keyword or paste a URL** — keyword-search projects or creators, or drop in a `behance.net/gallery/...` project link or a `behance.net/username` profile link; the type is detected automatically.
- **Country-level filtering** — narrow projects and creators to any of 44 countries across the Americas, Europe, Asia-Pacific, and MENA.
- **Up to ~10,000 results per query** — paginates smoothly to Behance's own per-search ceiling, with creative-field tags on every project row.

### Use Cases

**Creative Recruitment & Talent Sourcing**
- Build shortlists of illustrators, UI/UX designers, or 3D artists by creative field and country
- Surface high-engagement creators by follower count and total appreciations
- Pull a candidate's full project list, occupation, and location before reaching out

**Design Trend & Market Research**
- Track which styles, tools, and color palettes are trending in a creative field
- Rank projects by appreciations or views to find what resonates this season
- Monitor a creative field's gallery feed over time for emerging aesthetics

**Agency Competitive Analysis**
- Benchmark a competitor's portfolio output, engagement, and featured work
- See which projects earn the most appreciations and comments in your niche
- Audit a studio's published-project count and audience reach

**Lead Generation for Creative Services**
- Find active creators in a target country and creative field
- Capture profile occupation and reach signals to qualify outreach lists
- Enrich a CRM with structured creator data instead of manual profile copying

**Audience & Sentiment Insight**
- Collect full comment threads to gauge community reaction to a project
- Analyze commenter language to understand how work is received
- Pair comment sentiment with appreciation and view counts for a fuller picture

### Getting Started

#### Basic Keyword Search

The simplest run — one topic, 50 projects:

```json
{
    "searchQueries": ["logo design"],
    "maxItems": 50
}
````

#### Sorted & Country-Filtered Search

Find the most-appreciated branding work from creators in Japan:

```json
{
    "searchQueries": ["brand identity"],
    "searchType": "projects",
    "sortBy": "appreciations",
    "country": "JP",
    "maxItems": 100
}
```

#### Browse a Creative-Field Gallery

Pull a full field gallery — leave `searchQueries` empty and pick a field:

```json
{
    "searchQueries": [],
    "creativeField": "photography",
    "maxItems": 0
}
```

#### Profiles, URLs, and Comments

Search for creators, scrape specific links, and collect comment threads:

```json
{
    "searchQueries": ["motion designer"],
    "searchType": "creators",
    "startUrls": [
        "https://www.behance.net/gallery/123456789/My-Project",
        "https://www.behance.net/janedoe"
    ],
    "includeComments": true,
    "maxItems": 200
}
```

### Input Reference

#### What to Scrape

| Parameter | Type | Default | Description |
|-----------|------|---------|-------------|
| `searchQueries` | string\[] | `["logo design"]` | Keywords to search on Behance, such as `logo design` or `3d illustration`. Each keyword produces its own set of results. Leave empty if you are only using URLs. |
| `startUrls` | string\[] | `[]` | Paste Behance project (`behance.net/gallery/...`) or creator-profile (`behance.net/username`) URLs directly. The type is detected automatically from the URL. |

#### Search Options

These refine keyword searches only — pasted URLs carry their own context.

| Parameter | Type | Default | Description |
|-----------|------|---------|-------------|
| `searchType` | string | `"projects"` | Whether keyword searches return `Creative Projects` or `Creators / Profiles`. |
| `sortBy` | string | `"recommended"` | Result order: Recommended, Recently Featured, Most Recent, Most Appreciated, or Most Viewed. Applies when searching projects. |

#### Browse & Filter

Browse a whole creative field's gallery instead of searching, and narrow results to one country.

| Parameter | Type | Default | Description |
|-----------|------|---------|-------------|
| `creativeField` | string | `""` (Any field) | Browse one creative field's gallery (Photography, UI/UX, Illustration, and 11 more). A creative field cannot be combined with a search keyword — if both are set, the keyword search runs and the field is ignored. To browse a field, leave `searchQueries` empty. |
| `country` | string | `""` (Any country) | Limit creators and projects to one of 44 countries. Leave as Any country for worldwide results. |

#### Limits

| Parameter | Type | Default | Description |
|-----------|------|---------|-------------|
| `maxItems` | integer | `50` | Maximum results per keyword, gallery, or URL. Set to `0` for no limit — Behance returns up to about 10,000 results per search, a platform ceiling we don't impose. |
| `includeComments` | boolean | `false` | Also collect the comments on each project as separate rows. Increases run size and cost, especially for popular projects with many comments. |

### Output

Every row carries a `recordType` field — `project`, `profile`, or `comment` — so you can filter cleanly downstream. Empty fields are omitted from each row.

#### Project (`recordType: "project"`)

> **Note:** `description`, `tools`, and `commentCount` are available only on project rows fetched by a direct project URL (a `behance.net/gallery/...` link in `startUrls`). Behance's keyword-search and creative-field gallery cards don't carry these three fields, so they're omitted from search/gallery rows. Every other field below is present on all project rows.

```json
{
    "recordType": "project",
    "id": 123456789,
    "url": "https://www.behance.net/gallery/123456789/Brand-Identity",
    "name": "Brand Identity — Aurora Coffee",
    "description": "A warm, minimal identity system for a specialty roaster.",
    "coverImage": "https://mir-s3-cdn-cf.behance.net/projects/808/abc123.jpg",
    "createdOn": "2025-03-14T09:22:00+00:00",
    "modifiedOn": "2025-03-16T11:05:00+00:00",
    "appreciations": 1840,
    "views": 27310,
    "commentCount": 64,
    "featured": false,
    "fields": ["Branding", "Graphic Design", "Logo Design"],
    "tools": ["Illustrator", "Photoshop"],
    "colors": ["#c4452a"],
    "ownerId": 555111,
    "ownerUsername": "janedoe",
    "ownerName": "Jane Doe",
    "ownerUrl": "https://www.behance.net/janedoe",
    "searchQuery": "brand identity"
}
```

| Field | Type | Description |
|-------|------|-------------|
| `recordType` | string | Always `"project"` |
| `id` | number | Behance project ID |
| `url` | string | Canonical project URL |
| `name` | string | Project title |
| `description` | string | Project description. **Project-URL rows only** (not search/gallery cards). |
| `coverImage` | string | Best-available cover image URL |
| `createdOn` | string | Publish date (ISO-8601 UTC) |
| `modifiedOn` | string | Last-modified date (ISO-8601 UTC) |
| `appreciations` | number | Appreciation (like) count |
| `views` | number | View count |
| `commentCount` | number | Number of comments on the project. **Project-URL rows only** (not search/gallery cards). |
| `featured` | boolean | `true` when the project is flagged as Behance premium (paid/gated) content; `false` for standard public projects |
| `fields` | string\[] | Creative-field tags |
| `tools` | string\[] | Tools used, when listed. **Project-URL rows only** (not search/gallery cards). |
| `colors` | string\[] | Dominant color as a `#rrggbb` hex value |
| `ownerId` | number | Creator user ID |
| `ownerUsername` | string | Creator username |
| `ownerName` | string | Creator display name |
| `ownerUrl` | string | Creator profile URL |
| `searchQuery` | string | The keyword, gallery, or URL that produced this row |

#### Profile (`recordType: "profile"`)

> **Note:** `website` is available only on profile rows fetched by a direct profile URL (a `behance.net/username` link in `startUrls`). Creator keyword-search cards don't carry it, so it's omitted from search rows.

```json
{
    "recordType": "profile",
    "id": 555111,
    "username": "janedoe",
    "url": "https://www.behance.net/janedoe",
    "displayName": "Jane Doe",
    "firstName": "Jane",
    "lastName": "Doe",
    "occupation": "Brand & Motion Designer",
    "avatarImage": "https://mir-s3-cdn-cf.behance.net/user/138/jane.jpg",
    "city": "Tokyo",
    "state": "Tokyo",
    "country": "Japan",
    "fields": ["Branding", "Motion"],
    "followers": 12400,
    "following": 310,
    "appreciations": 98200,
    "projectViews": 1450000,
    "website": "https://janedoe.design",
    "createdOn": "2014-07-01T00:00:00+00:00",
    "searchQuery": "motion designer"
}
```

| Field | Type | Description |
|-------|------|-------------|
| `recordType` | string | Always `"profile"` |
| `id` | number | Creator user ID |
| `username` | string | Behance username |
| `url` | string | Profile URL |
| `displayName` | string | Display name |
| `firstName` | string | First name, when present |
| `lastName` | string | Last name, when present |
| `occupation` | string | Stated occupation / headline |
| `avatarImage` | string | Avatar image URL |
| `city` | string | City |
| `state` | string | State / region |
| `country` | string | Country |
| `fields` | string\[] | Creative fields the creator works in |
| `followers` | number | Follower count |
| `following` | number | Following count |
| `appreciations` | number | Total appreciations received |
| `projectViews` | number | Total project views |
| `website` | string | Personal website, when public. **Profile-URL rows only** (not creator-search cards). |
| `createdOn` | string | Account creation date (ISO-8601 UTC) |
| `searchQuery` | string | The keyword or URL that produced this row |

#### Comment (`recordType: "comment"`)

Emitted only when `includeComments: true` — one row per comment.

```json
{
    "recordType": "comment",
    "projectId": 123456789,
    "projectUrl": "https://www.behance.net/gallery/123456789/Brand-Identity",
    "commentId": 99887766,
    "text": "The color system here is gorgeous — love the warm palette.",
    "createdOn": "2025-03-15T18:40:00+00:00",
    "authorId": 777222,
    "authorUsername": "marco_v",
    "authorName": "Marco Vidal"
}
```

| Field | Type | Description |
|-------|------|-------------|
| `recordType` | string | Always `"comment"` |
| `projectId` | number | Parent project ID |
| `projectUrl` | string | Parent project URL |
| `commentId` | number | Unique comment ID |
| `text` | string | Comment body |
| `createdOn` | string | Comment timestamp (ISO-8601 UTC) |
| `authorId` | number | Commenter user ID |
| `authorUsername` | string | Commenter username |
| `authorName` | string | Commenter display name |

### Tips for Best Results

- **Leave `maxItems` at 0 to pull a full creative-field gallery.** With a field set and `searchQueries` empty, a `maxItems` of 0 sweeps the entire gallery feed up to Behance's ~10,000 ceiling.
- **Don't combine a keyword with a creative field.** They're mutually exclusive — if you set both, the keyword wins and the field is ignored. To browse a field, leave `searchQueries` empty.
- **Pick the right sort order.** Use Most Appreciated or Most Viewed to find proven, popular work; use Most Recent to catch what creators just published.
- **Enable comments only when you need sentiment.** Each comment is billed as its own result, and a viral project can carry thousands — keep `includeComments` off unless you're doing audience analysis.
- **Start small to test, then scale.** Run with `maxItems` of 10–50 first to confirm your filters are right, then raise the cap for the full pull.
- **Batch many keywords in one run.** Each keyword in `searchQueries` produces its own result set, so you can survey several niches in a single invocation.
- **Use the country filter for talent sourcing.** Country filtering is exact for creator searches, making it ideal for building region-specific recruitment shortlists.

### Pricing

**From $4.00 per 1,000 results** — flat pay-per-result, well below the subscription rentals common for Behance data. Bronze, Silver, and Gold subscribers pay progressively less; the table below shows total cost at each discount tier.

| Results | No discount | Bronze | Silver | Gold |
|---------|-------------|--------|--------|------|
| 100 | $0.48 | $0.45 | $0.43 | $0.40 |
| 1,000 | $4.80 | $4.50 | $4.25 | $4.00 |
| 10,000 | $48.00 | $45.00 | $42.50 | $40.00 |
| 100,000 | $480.00 | $450.00 | $425.00 | $400.00 |

A "result" is any row in the output dataset — a project, a profile, or a comment. With `includeComments` on, each comment is billed as its own result. No compute or time-based charges — you pay per result, plus a small fixed per-run start fee.

### Integrations

Export data in JSON, CSV, Excel, XML, or RSS. Connect to 1,500+ apps via:

- **Zapier** / **Make** / **n8n** — Workflow automation
- **Google Sheets** — Direct spreadsheet export
- **Slack** / **Email** — Notifications on new results
- **Webhooks** — Trigger custom APIs on run completion
- **Apify API** — Full programmatic access

### Legal & Ethical Use

This actor collects publicly available data from Behance for legitimate research, recruitment, market analysis, and lead-generation purposes. Users are responsible for complying with applicable laws and with Behance's and Adobe's terms of service, including respecting rate limits, intellectual-property rights, and the privacy of any personal data. Do not use extracted data for spam, harassment, or any unlawful purpose. </content> </invoke>

# Actor input Schema

## `searchQueries` (type: `array`):

Keywords to search on Behance, such as 'logo design' or '3d illustration'. Each keyword produces its own set of results. Leave empty if you are only using URLs below.

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

Paste Behance project or profile URLs directly, for example a project page (behance.net/gallery/...) or a creator profile (behance.net/username). The type is detected automatically from the URL.

## `searchType` (type: `string`):

Whether keyword searches return creative projects or creator profiles. Only applies to Search Keywords — pasted URLs are detected automatically.

## `sortBy` (type: `string`):

Order for keyword search results. Only applies when searching for Creative Projects.

## `creativeField` (type: `string`):

Browse one creative field's gallery, for example Photography or UI/UX. Important: a creative field cannot be combined with a search keyword — if you set both, the keyword search runs and the creative field is ignored. To browse a field, leave Search Keywords empty and pick a field here. Leave as 'Any field' to skip field browsing.

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

Limit results to creators and projects from one country. Leave as 'Any country' for worldwide results.

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

Maximum number of results to collect per keyword, gallery, or URL. Set to 0 for no limit (Behance returns up to about 10,000 results per search — a platform limit, not one we impose). Tip: start with 10-50 to test, then increase.

## `includeComments` (type: `boolean`):

Also collect the comments on each project. This adds extra rows and increases the size and cost of the run, especially for popular projects with many comments.

## Actor input object example

```json
{
  "searchQueries": [
    "logo design"
  ],
  "startUrls": [],
  "searchType": "projects",
  "sortBy": "recommended",
  "creativeField": "",
  "country": "",
  "maxItems": 50,
  "includeComments": false
}
```

# Actor output Schema

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

Table of scraped Behance projects with key fields.

## `profiles` (type: `string`):

Table of scraped Behance creator profiles.

## `comments` (type: `string`):

Table of scraped project comments (when comments are included).

# 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 = {
    "searchQueries": [
        "logo design"
    ],
    "startUrls": [],
    "searchType": "projects",
    "sortBy": "recommended",
    "creativeField": "",
    "country": "",
    "maxItems": 50,
    "includeComments": false
};

// Run the Actor and wait for it to finish
const run = await client.actor("solidcode/behance-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 = {
    "searchQueries": ["logo design"],
    "startUrls": [],
    "searchType": "projects",
    "sortBy": "recommended",
    "creativeField": "",
    "country": "",
    "maxItems": 50,
    "includeComments": False,
}

# Run the Actor and wait for it to finish
run = client.actor("solidcode/behance-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 '{
  "searchQueries": [
    "logo design"
  ],
  "startUrls": [],
  "searchType": "projects",
  "sortBy": "recommended",
  "creativeField": "",
  "country": "",
  "maxItems": 50,
  "includeComments": false
}' |
apify call solidcode/behance-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Behance Scraper",
        "description": "[💰 $4 / 1K] Extract creative projects and creator profiles from Behance — titles, appreciations, views, comments, cover images, tools, fields, and full creator details. Search by keyword or paste project/profile URLs.",
        "version": "1.0",
        "x-build-id": "0HQ9JCuHST09Oc3OQ"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/solidcode~behance-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-solidcode-behance-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/solidcode~behance-scraper/runs": {
            "post": {
                "operationId": "runs-sync-solidcode-behance-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/solidcode~behance-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-solidcode-behance-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": {
                    "searchQueries": {
                        "title": "Search Keywords",
                        "type": "array",
                        "description": "Keywords to search on Behance, such as 'logo design' or '3d illustration'. Each keyword produces its own set of results. Leave empty if you are only using URLs below.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "startUrls": {
                        "title": "Behance URLs",
                        "type": "array",
                        "description": "Paste Behance project or profile URLs directly, for example a project page (behance.net/gallery/...) or a creator profile (behance.net/username). The type is detected automatically from the URL.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "searchType": {
                        "title": "Search For",
                        "enum": [
                            "projects",
                            "creators"
                        ],
                        "type": "string",
                        "description": "Whether keyword searches return creative projects or creator profiles. Only applies to Search Keywords — pasted URLs are detected automatically.",
                        "default": "projects"
                    },
                    "sortBy": {
                        "title": "Sort Results By",
                        "enum": [
                            "recommended",
                            "featured_date",
                            "published_date",
                            "appreciations",
                            "views"
                        ],
                        "type": "string",
                        "description": "Order for keyword search results. Only applies when searching for Creative Projects.",
                        "default": "recommended"
                    },
                    "creativeField": {
                        "title": "Creative Field",
                        "enum": [
                            "",
                            "graphic-design",
                            "photography",
                            "illustration",
                            "3d-art",
                            "ui-ux",
                            "motion",
                            "architecture",
                            "product-design",
                            "fashion",
                            "advertising",
                            "fine-arts",
                            "crafts",
                            "game-design",
                            "sound"
                        ],
                        "type": "string",
                        "description": "Browse one creative field's gallery, for example Photography or UI/UX. Important: a creative field cannot be combined with a search keyword — if you set both, the keyword search runs and the creative field is ignored. To browse a field, leave Search Keywords empty and pick a field here. Leave as 'Any field' to skip field browsing.",
                        "default": ""
                    },
                    "country": {
                        "title": "Country",
                        "enum": [
                            "",
                            "US",
                            "GB",
                            "CA",
                            "AU",
                            "FR",
                            "DE",
                            "ES",
                            "IT",
                            "NL",
                            "BE",
                            "PT",
                            "CH",
                            "AT",
                            "SE",
                            "NO",
                            "DK",
                            "FI",
                            "PL",
                            "IE",
                            "RU",
                            "UA",
                            "TR",
                            "JP",
                            "KR",
                            "CN",
                            "HK",
                            "TW",
                            "SG",
                            "MY",
                            "TH",
                            "ID",
                            "PH",
                            "VN",
                            "IN",
                            "BR",
                            "MX",
                            "AR",
                            "CL",
                            "CO",
                            "AE",
                            "SA",
                            "IL",
                            "ZA",
                            "EG"
                        ],
                        "type": "string",
                        "description": "Limit results to creators and projects from one country. Leave as 'Any country' for worldwide results.",
                        "default": ""
                    },
                    "maxItems": {
                        "title": "Max Results Per Query",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum number of results to collect per keyword, gallery, or URL. Set to 0 for no limit (Behance returns up to about 10,000 results per search — a platform limit, not one we impose). Tip: start with 10-50 to test, then increase.",
                        "default": 50
                    },
                    "includeComments": {
                        "title": "Include Project Comments",
                        "type": "boolean",
                        "description": "Also collect the comments on each project. This adds extra rows and increases the size and cost of the run, especially for popular projects with many comments.",
                        "default": false
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
