# Behance People Scraper (`easyapi/behance-people-scraper`) Actor

Unlock insights from Behance's creative community! This Actor effortlessly scrapes user data based on your search queries, providing valuable information for market research, talent scouting, and trend analysis in the design world. Discover top creators and potential collaborators with ease! 🎨🔍

- **URL**: https://apify.com/easyapi/behance-people-scraper.md
- **Developed by:** [EasyApi](https://apify.com/easyapi) (community)
- **Categories:** Lead generation, Social media
- **Stats:** 109 total users, 4 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.99 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#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

## Behance People Scraper 🎨👥

### Effortlessly extract user data from Behance search results! 🚀

This powerful Actor allows you to scrape detailed information about Behance users based on your search query. Perfect for researchers, marketers, and creatives looking to analyze trends or find potential collaborators in the design community.

#### 🌟 Key Features:

- 🔍 Search for Behance users by keyword
- 📊 Collect comprehensive user data
- 🔄 Automatic scrolling and data extraction
- ⚙️ Customizable maximum number of results

#### 📈 Use Cases:

- Market research in the creative industry
- Talent scouting for design agencies
- Analyzing design trends and popular creators
- Building a database of potential collaborators or clients

#### 🔧 How It Works:

1. Enter your search query and set the maximum number of results
2. The Actor navigates to Behance and performs the search
3. It scrolls through the results, extracting user data
4. Data is processed and saved in a structured format

#### 📦 Output:

The Actor provides detailed information about each user, including:

- Username
- Full name
- Location
- Occupation
- Project counts
- Follower and following counts
- And more!

Start exploring the vast world of Behance users today with this efficient and powerful scraping tool! 🎉

#### Input Example

A full explanation of an input example in JSON.

```
{
	"query": "mockup",
	"maxItems": 20
}
```

#### Output sample

The results will be wrapped into a dataset which you can always find in the **Storage** tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

```
[
	{
		"__typename": "User",
		"id": 283526555,
		"firstName": "Rakibul",
		"username": "rakibul62",
		"url": "https://www.behance.net/rakibul62",
		"isProfileOwner": false,
		"isFeaturedFreelancer": false,
		"isResponsiveToHiring": true,
		"country": "Bangladesh",
		"images": {
			"size_276": {
				"url": "https://mir-s3-cdn-cf.behance.net/user/276/f150a6283526555.659ff09e7ea96.jpg",
				"width": 276,
				"height": 276
			}
		},
		"displayName": "Rakibul Hasan🌏",
		"location": "Tangail, Bangladesh",
		"creativeFields": [
			{
				"name": "Branding",
				"id": "109",
				"url": "/search?field=109"
			},
			{
				"name": "Graphic Design",
				"id": "44",
				"url": "/search?field=44"
			},
			{
				"name": "Logo Design",
				"id": "199",
				"url": "/search?field=199"
			}
		],
		"isFollowing": false,
		"allowsContactFromAnyone": true,
		"subscriptionProduct": null,
		"isMessageButtonVisible": true,
		"availabilityInfo": {
			"isAvailableFullTime": true,
			"isOpenToRelocation": false,
			"isLookingForRemote": true,
			"isAvailableFreelance": true,
			"compensationMin": null,
			"currency": "USD",
			"availabilityTimeline": "within_next_few_weeks",
			"buttonCTAType": "hire_me",
			"hiringTimeline": {
				"key": "now",
				"label": "Now"
			}
		},
		"stats": {
			"appreciations": 41484,
			"views": 465265,
			"followers": 6934
		},
		"projects": {
			"nodes": [
				{
					"url": "https://www.behance.net/gallery/208749707/Khobar-Healthcare-Branding-Brand-Identity",
					"slug": "Khobar-Healthcare-Branding-Brand-Identity",
					"covers": {
						"size_202": {
							"url": "https://mir-s3-cdn-cf.behance.net/projects/202/86004a208749707.Y3JvcCwxMjAyLDk0MCw5OCw1Mw.jpg"
						},
						"size_404": {
							"url": "https://mir-s3-cdn-cf.behance.net/projects/404/86004a208749707.Y3JvcCwxMjAyLDk0MCw5OCw1Mw.jpg"
						},
						"size_808": {
							"url": "https://mir-s3-cdn-cf.behance.net/projects/808/86004a208749707.Y3JvcCwxMjAyLDk0MCw5OCw1Mw.jpg"
						},
						"size_202_webp": {
							"url": "https://mir-s3-cdn-cf.behance.net/projects/202_webp/86004a208749707.Y3JvcCwxMjAyLDk0MCw5OCw1Mw.jpg"
						},
						"size_404_webp": {
							"url": "https://mir-s3-cdn-cf.behance.net/projects/404_webp/86004a208749707.Y3JvcCwxMjAyLDk0MCw5OCw1Mw.jpg"
						},
						"size_max_808_webp": {
							"url": "https://mir-s3-cdn-cf.behance.net/projects/max_808_webp/86004a208749707.Y3JvcCwxMjAyLDk0MCw5OCw1Mw.jpg"
						}
					}
				}
			]
		},
		"freelanceProjectUserInfo": {
			"completedProjectCount": 2,
			"completedProjects": [
				{
					"id": 14957,
					"modifiedOn": 1719293531,
					"status": "COMPLETE",
					"hirer": {
						"username": "brandukk",
						"displayName": "Brand .uk",
						"id": 1842592017,
						"images": {
							"size_230": {
								"url": "https://mir-s3-cdn-cf.behance.net/user/230/534ddf1842592017.668459d2d5638.jpg"
							}
						},
						"url": "https://www.behance.net/brandukk"
					},
					"creator": {
						"username": "rakibul62",
						"displayName": "Rakibul Hasan🌏",
						"id": 283526555,
						"images": {
							"size_230": {
								"url": "https://mir-s3-cdn-cf.behance.net/user/230/f150a6283526555.659ff09e7ea96.jpg"
							}
						},
						"url": "https://www.behance.net/rakibul62"
					}
				}
			],
			"reviews": [
				{
					"review": "I highly recommend Rakibul for their exceptional work creating a logo and brand identity, I have had the pleasure of collaborating with Rakiibul on several projects. Their work exceeded my expectations every time.\n\nThe ability of Rakibul to turn my ideas into real designs is truly amazing. They have a keen eye for detail. Every aspect of their work, from the color schemes and page layouts to the typography and imagery, demonstrates their innovative approach to design. The ability of Rakibul to convey the essence of my brand in a visually appealing manner is what I value most about them.\n\nThey have excellent communication skills and are always attentive to my needs and worries while providing insightful commentary and recommendations. Because of Rakibul's exceptional professionalism, responsiveness, and dependability, the entire design process is easy and stress-free.\n\nI have complete faith that anyone who works with Rakibul will be pleased with their results, and I cannot speak highly ",
					"id": 131,
					"freelanceProject": {
						"id": 1115,
						"status": "COMPLETE",
						"modifiedOn": 1690048587
					},
					"reviewer": {
						"id": 1357718717,
						"username": "t-shirttextba",
						"displayName": "Rue Bennett",
						"images": {
							"size_230": {
								"url": "https://a5.behance.net/26daabc5d235964fd9854364ed0358b683b8eaea/img/profile/avatars/datasets-230.png?cb=264615658"
							}
						},
						"url": "https://www.behance.net/t-shirttextba"
					}
				}
			]
		},
		"creatorPro": {
			"initialSubscriptionDate": null,
			"isActive": false
		}
	},	
    ...
]
```

#### Related Actors

- 🎨 [Pinterest Search Scraper](https://apify.com/easyapi/pinterest-search-scraper) - Discover visual content on Pinterest with customizable search options and detailed data retrieval.
- 👥 [LinkedIn Email Scraper](https://apify.com/easyapi/linkedin-email-scraper) - Find professionals matching your keywords and extract their email addresses for B2B outreach.
- 🎨 [Adobe Stock Search Scraper](https://apify.com/easyapi/adobe-stock-search-scraper) - Extract comprehensive image, video, and illustration data from Adobe Stock.
- 📌 [Pinterest Profile Scraper](https://apify.com/easyapi/pinterest-profile-scraper) - Extract Pinterest user profiles data including follower count and public information.
- 🔍 [Dribbble Designer Scraper](https://apify.com/easyapi/dribbble-designer-scraper) - Discover designers on Dribbble based on keyword searches and expertise.
- 🎨 [AI Art Generator](https://apify.com/easyapi/ai-art-generator) - Generate stunning AI art with custom prompts and diverse styles.
- 🎨 [AI Art Prompt Generator](https://apify.com/easyapi/ai-art-prompt-generator) - Generate creative AI art prompts for various themes and concepts.
- 🔍 [Social Media Influencer Scraper](https://apify.com/easyapi/social-media-influencer-scraper) - Discover top influencers across multiple social media platforms.
- 📌 [Pinterest Followers Scraper](https://apify.com/easyapi/pinterest-followers-scraper) - Extract detailed follower data from any Pinterest user profile.
- 👥 [Pinterest Following Scraper](https://apify.com/easyapi/pinterest-following-scraper) - Extract detailed profile information from Pinterest users' following lists.
- 🔍 [Instagram Profile Scraper](https://apify.com/easyapi/instagram-profile-scraper) - Extract comprehensive Instagram profile data and statistics.
- 🎨 [Pinterest Boards Scraper](https://apify.com/easyapi/pinterest-boards-scraper) - Discover and explore creative collections on Pinterest.
- 🔍 [Instagram Email Scraper](https://apify.com/easyapi/instagram-email-scraper) - Find Instagram creators matching your keywords and extract their email addresses.
- 🔍 [Facebook Email Scraper](https://apify.com/easyapi/facebook-email-scraper) - Extract email addresses from Facebook profiles and pages.
- 📊 [Social Media Hashtag Generator](https://apify.com/easyapi/social-media-hashtag-generator) - Generate relevant hashtags for multiple social media platforms.

# Actor input Schema

## `query` (type: `string`):

Enter the keyword to search for Behance users

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

Set the maximum number of user profiles to scrape (min: 100, max: 5000)

## Actor input object example

```json
{
  "query": "mockup",
  "maxItems": 10
}
```

# 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 = {};

// Run the Actor and wait for it to finish
const run = await client.actor("easyapi/behance-people-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 = {}

# Run the Actor and wait for it to finish
run = client.actor("easyapi/behance-people-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 '{}' |
apify call easyapi/behance-people-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,easyapi/behance-people-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/pJwYCpgPNbFBDr3ZU/builds/8aeuTi6MgjxWWfaIt/openapi.json
