Behance Creator History & Analytics Scraper avatar

Behance Creator History & Analytics Scraper

Pricing

from $5.00 / 1,000 creator profile & histories

Go to Apify Store
Behance Creator History & Analytics Scraper

Behance Creator History & Analytics Scraper

Get a Behance creator's full portfolio history & analytics: every project in chronological order with views, appreciations and comments, plus a year-by-year career timeline, engagement trend, top projects and the fields, tools and colors that define their work.

Pricing

from $5.00 / 1,000 creator profile & histories

Rating

0.0

(0)

Developer

Haketa

Haketa

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Behance Creator History & Analytics Scraper ๐ŸŽจ๐Ÿ“ˆ

Creators Timeline Engagement Analytics Format No login Pay per result Maintained Support

Most Behance scrapers hand you a flat list of projects. This one reconstructs a creator's entire career. Give it a username and get the full chronological portfolio, per-project engagement (views, appreciations, comments), a year-by-year timeline, and ready-made analytics โ€” growth trend, top projects, and the tools, fields and colors that define their work.

Built for talent research, creator scouting, competitive analysis, trend studies and portfolio benchmarking. No login, no setup โ€” enter a username and press Start.


โœจ What makes this different

Other scrapers give you what a creator posted. This one tells you how their career evolved:

  • ๐Ÿ•ฐ๏ธ Full chronological history โ€” every project from the first to the latest, with exact publish dates.
  • ๐Ÿ“Š Per-project engagement โ€” views, appreciations and comments for each piece.
  • ๐Ÿ“ˆ Career timeline โ€” projects and engagement aggregated by year, so you can see rise, peak and pace.
  • ๐Ÿง  Derived analytics โ€” total & average engagement, most-viewed & most-appreciated projects, an engagement trend (rising / stable / declining), publishing frequency and active-years.
  • ๐ŸŽจ Creative breakdown โ€” the fields, tools and dominant colors that characterize the creator's body of work.
  • ๐Ÿ‘ค Profile snapshot โ€” followers, location, company, occupation, website and Creator-Pro status.

๐Ÿ“ฆ Output per creator (one record)

{
"username": "pixelbuddha",
"url": "https://www.behance.net/pixelbuddha",
"profile": {
"displayName": "Pixelbuddha",
"location": "โ€ฆ", "country": "โ€ฆ", "company": "โ€ฆ", "occupation": "โ€ฆ",
"website": "โ€ฆ", "avatar": "โ€ฆ", "isCreatorPro": true,
"followers": 120000, "following": 42,
"profileAppreciations": 350000, "profileViews": 5200000,
"fields": ["Graphic Design", "UI/UX"]
},
"career": {
"totalProjects": 87,
"firstProjectDate": "2013-04-11Tโ€ฆ", "lastProjectDate": "2026-07-30Tโ€ฆ",
"activeYears": 13, "avgProjectsPerYear": 6.7, "featuredProjects": 24
},
"engagement": {
"totalViews": 2400000, "totalAppreciations": 180000, "totalComments": 5400,
"avgViewsPerProject": 27586, "avgAppreciationsPerProject": 2069,
"mostViewedProject": { "name": "โ€ฆ", "url": "โ€ฆ", "views": 210000, "appreciations": 9800, "year": 2019 },
"mostAppreciatedProject": { "name": "โ€ฆ", "url": "โ€ฆ", "appreciations": 12400, "year": 2018 },
"engagementTrend": "rising"
},
"timeline": [
{ "year": 2013, "projects": 4, "views": 82000, "appreciations": 3100, "comments": 90 },
{ "year": 2014, "projects": 9, "views": 210000, "appreciations": 9800, "comments": 240 }
],
"topProjects": [ { "name": "โ€ฆ", "url": "โ€ฆ", "views": 210000, "appreciations": 12400, "year": 2018 } ],
"breakdown": {
"topFields": [ { "name": "Graphic Design", "count": 61 }, { "name": "UI/UX", "count": 22 } ],
"topTools": [ { "name": "Photoshop", "count": 40 } ],
"topColors": ["#1c1963", "#f4f4f4"]
},
"projects": [
{
"id": 54614713, "name": "โ€ฆ", "url": "โ€ฆ",
"publishedOn": "2017-07-24Tโ€ฆ", "year": 2017,
"views": 14598, "appreciations": 682, "comments": 0,
"fields": ["Branding"], "tools": ["Illustrator"], "colors": ["#1c1963"],
"isFeatured": true, "coverImage": "โ€ฆ"
}
]
}

๐Ÿš€ Quick start

  1. Enter one or more Behance usernames (or paste profile URLs).
  2. Optionally turn off Include full project list if you only want the analytics.
  3. Click Start and export to JSON, CSV, Excel โ€” or fetch via API.

Example input

{
"usernames": ["pixelbuddha", "adobe"],
"includeProjectList": true,
"maxProjectsPerCreator": 0
}

๐Ÿ’ก Use cases

  • Talent scouting & recruiting โ€” evaluate a designer's real output, consistency and momentum, not just a follower count.
  • Creator/influencer vetting โ€” verify engagement quality and career trajectory before a collaboration.
  • Competitive & market analysis โ€” benchmark studios and creators by output, engagement and focus areas.
  • Trend research โ€” see which fields, tools and styles a cohort of creators leans on over time.
  • Portfolio analytics โ€” build dashboards of a creator's growth and best-performing work.

๐Ÿ”Œ Run via API

Python

from apify_client import ApifyClient
client = ApifyClient("<YOUR_API_TOKEN>")
run = client.actor("YOUR_ACTOR_ID").call(run_input={
"usernames": ["pixelbuddha"],
"includeProjectList": True,
})
for creator in client.dataset(run["defaultDatasetId"]).iterate_items():
print(creator["username"], creator["career"]["totalProjects"],
creator["engagement"]["engagementTrend"])

JavaScript / Node.js

import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: '<YOUR_API_TOKEN>' });
const run = await client.actor('YOUR_ACTOR_ID').call({ usernames: ['adobe'] });
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items[0].timeline);

โ“ FAQ

What do I provide? Just Behance usernames (or profile URLs). Each creator becomes one rich record.

How far back does the history go? The entire public portfolio โ€” from the first published project to the most recent.

How is the engagement trend calculated? By comparing average appreciations across the newer half of the career versus the older half (rising / stable / declining). It needs at least four projects to be meaningful.

Can I get only the analytics without every project? Yes โ€” turn off Include full project list to keep just the profile, career, engagement, timeline and breakdown.

Does it need a login or API key? No.


This actor collects publicly available portfolio information for legitimate purposes such as talent research, analytics and market research. It does not access private or personal data beyond what creators publish publicly. It is not affiliated with, endorsed by, or connected to Behance or Adobe โ€” all product and company names are trademarks of their respective owners.

You are responsible for how you use the collected data. Use it in compliance with applicable laws (including the GDPR), the target website's Terms of Service, and relevant data-protection rules. Respect rate limits and use the data ethically.


๐Ÿ’ฌ Support & feedback

Want extra metrics, a different aggregation, or another creative platform covered? Open an issue or send a message โ€” feature requests are welcome and the actor is actively maintained.