Envato Elements Asset Scraper avatar

Envato Elements Asset Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Envato Elements Asset Scraper

Envato Elements Asset Scraper

Scrape Envato Elements, search or browse fonts, graphic templates, presentations, web templates, video, music, photos, add-ons, and 3D assets. Extract titles, authors, tags, thumbnails, previews, and full asset metadata.

Pricing

from $3.00 / 1,000 results

Rating

5.0

(7)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

7

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Extract creative asset metadata from Envato Elements — the subscription-based creative library with millions of fonts, graphic templates, presentations, web templates, video, music, photos, add-ons, and 3D assets. All metadata is publicly accessible without authentication.

What it scrapes

  • Asset title and author
  • Asset type (font, graphic template, presentation, web template, video, music, photo, add-on, 3D)
  • Thumbnail and preview images
  • Tags (up to 15 keywords per item)
  • Publish date (when the asset was made available)
  • License type (Envato Elements License)
  • File formats (AI, EPS, PSD, etc. when available)
  • Compatible software versions (where applicable)
  • Supported languages (for fonts)
  • Author profile URL
  • Canonical asset URL
  • New/featured flags

Modes

ModeDescription
searchSearch for assets by keyword across all types or a specific asset type
byCategoryBrowse all assets of a specific type (fonts, templates, photos, etc.)
byItemUrlsEnrich specific item page URLs with full metadata

Input

FieldTypeDescriptionDefault
modeSelectScraping modesearch
searchQueryTextSearch keyword (mode=search)logo design
assetTypeSelectAsset type filter: all, fonts, graphic-templates, presentations, web-templates, video, music, photos, add-ons, 3dall
sortBySelectSort order: relevance, newest, popular, trendingrelevance
startUrlsListItem page URLs for byItemUrls mode
maxItemsIntegerMaximum number of assets (1–5000)50

Output

Each item in the dataset contains:

FieldTypeDescription
itemIdStringEnvato Elements humane ID (e.g., 6DUJ7AF)
titleStringAsset title
urlStringCanonical asset page URL
thumbnailUrlStringMain thumbnail image URL
previewUrlStringPreview image URL
assetTypeStringAsset type slug (e.g., fonts, graphic-templates)
categoryStringHuman-readable asset type name (e.g., Fonts)
authorStringCreator username
authorUrlStringAuthor profile URL
tagsArrayAsset tags/keywords
publishDateStringDate when asset was published (YYYY-MM-DD)
licenseString"Envato Elements License"
fileFormatsArrayAvailable file formats (e.g., ["AI", "EPS"])
compatibleWithArrayCompatible software versions
supportedLanguagesArraySupported languages (fonts only)
isNewBooleanWhether this is a recently added asset
isFeaturedBooleanWhether this is a featured asset
isFreeBooleanWhether this is currently free to download
recordTypeStringAlways "envatoElement"
scrapedAtStringISO 8601 timestamp of scrape

Example output

{
"itemId": "6DUJ7AF",
"title": "Binders Stylish Signature",
"url": "https://elements.envato.com/binders-stylish-signature-6duj7af",
"thumbnailUrl": "https://elements-resized.envatousercontent.com/elements-cover-images/6983a221...",
"assetType": "fonts",
"category": "Fonts",
"author": "aqrstudio",
"authorUrl": "https://elements.envato.com/user/aqrstudio",
"tags": ["signature", "script", "fashion", "branding", "vintage", "logo"],
"publishDate": "2021-10-04",
"license": "Envato Elements License",
"supportedLanguages": ["Czech", "Danish", "Dutch", "English"],
"isNew": false,
"isFeatured": false,
"isFree": false,
"recordType": "envatoElement",
"scrapedAt": "2026-05-15T12:00:00+00:00"
}

FAQ

Q: Does this scraper require an Envato Elements subscription? A: No. All metadata (titles, authors, thumbnails, tags, publish dates) is publicly accessible without any subscription or login.

Q: What is the Envato Elements License? A: All assets on Envato Elements are covered by the Envato Elements License, which permits use in unlimited projects for subscribers. The scraper returns this standard license for all items.

Q: How many assets are on Envato Elements? A: Millions. The library grows daily. Individual categories like fonts have 1,000+ items; graphic templates have tens of thousands.

Q: Can I download assets with this scraper? A: No. This actor scrapes metadata only (titles, thumbnails, tags, author info). Actual file downloads require an Envato Elements subscription.

Q: What asset types can I scrape? A: Fonts, Graphic Templates, Presentation Templates, Website Templates, Video Templates, Music & Audio, Photos, Add-ons, and 3D assets.

Q: How do I find assets by a specific author? A: Use mode=search with searchQuery set to the author's username. Alternatively, use mode=byItemUrls to enrich specific known URLs.

Q: Can I use sortBy=newest to track newly added assets? A: Yes. Set mode=byCategory, assetType=fonts (or any type), and sortBy=newest to get the most recently added assets first.