Behance Projects Scraper
Pricing
from $4.99 / 1,000 results
Go to Apify Store
Behance Projects Scraper
Scrape design projects from Behance. Extracts project title, creator, appreciations, views, categories, and cover images.
Pricing
from $4.99 / 1,000 results
Rating
0.0
(0)
Developer
codingfrontend
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
2
Monthly active users
23 days ago
Last modified
Categories
Share
An Apify actor that scrapes design projects from Behance. Uses HTTP-based CheerioCrawler (no browser required) since Behance serves server-side rendered HTML for search results.
Features
- Search projects by keyword or creative field
- Extracts project title, URL, project ID, creator(s), appreciations count, view count, and cover thumbnail
- Supports pagination (up to 500 results)
- No proxy required for most use cases (Behance is publicly accessible)
Input
| Field | Type | Default | Description |
|---|---|---|---|
query | string | required | Search keyword (e.g. "ui design", "branding", "illustration") |
category | string | Optional creative field filter (e.g. ui-ux, branding, illustration) | |
maxItems | integer | 48 | Maximum number of projects to return (max 500) |
proxyConfiguration | object | Optional proxy settings |
Output Fields
| Field | Description |
|---|---|
rank | Position in search results |
projectId | Behance project ID |
title | Project title (may be truncated if very long) |
url | Project page URL |
owners | Creator name(s); shows "Multiple Owners" for collaborative projects |
appreciations | Total appreciations count |
views | Total view count |
fields | Creative field categories (when available) |
thumbnail | Cover image URL |
isFeatured | Whether the project has a featured ribbon |
searchQuery | The query used for the search |
scrapedAt | ISO timestamp when data was scraped |
Limitations
- Project titles in search results may be truncated by Behance (full title visible on project page)
- Owner profile links are rendered client-side and not available in HTTP-only mode
- Tools/software used per project requires visiting individual project pages
Example
{"query": "mobile app design","maxItems": 50}