Behance Projects Scraper avatar

Behance Projects Scraper

Pricing

Pay per usage

Go to Apify Store
Behance Projects Scraper

Behance Projects Scraper

Scrape design projects from Behance. Extracts project title, creator, appreciations, views, categories, and cover images.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

codingfrontend

codingfrontend

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

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

FieldTypeDefaultDescription
querystringrequiredSearch keyword (e.g. "ui design", "branding", "illustration")
categorystringOptional creative field filter (e.g. ui-ux, branding, illustration)
maxItemsinteger48Maximum number of projects to return (max 500)
proxyConfigurationobjectOptional proxy settings

Output Fields

FieldDescription
rankPosition in search results
projectIdBehance project ID
titleProject title (may be truncated if very long)
urlProject page URL
ownersCreator name(s); shows "Multiple Owners" for collaborative projects
appreciationsTotal appreciations count
viewsTotal view count
fieldsCreative field categories (when available)
thumbnailCover image URL
isFeaturedWhether the project has a featured ribbon
searchQueryThe query used for the search
scrapedAtISO 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
}