CodeCanyon Item Scraper avatar

CodeCanyon Item Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
CodeCanyon Item Scraper

CodeCanyon Item Scraper

Scrape CodeCanyon (Envato Market) for scripts, plugins, themes, and code items. Search by keyword, browse by category, get top sellers, new releases, or enrich specific item URLs. Returns price, sales count, ratings, author info, tags, compatibility, and more

Pricing

from $3.00 / 1,000 results

Rating

5.0

(7)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

7

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Share

Extract script, plugin, and code item data from CodeCanyon (Envato Market) — prices, sales counts, ratings, author info, tags, compatibility details, and more.

What You Can Scrape

  • Search results — find items by keyword across all or specific categories
  • Category browsing — browse PHP Scripts, WordPress, JavaScript, eCommerce, Mobile, and more
  • Top sellers — most popular selling items in any category
  • New releases — newest items added to any category
  • Individual items — enrich specific CodeCanyon item URLs with full details
  • Pricing — current item price in USD
  • Sales & ratings — total sales count, star rating, number of reviews
  • Author info — author name, profile URL, total lifetime sales
  • Metadata — tags, last update date, publish date, compatible software versions, file type, file size
  • Preview availability — whether a live demo is available

Input

FieldTypeDefaultDescription
modeSelectsearchsearch — keyword search; byCategory — browse a category; topSellers — popular items; newReleases — newest items; byItemUrls — scrape specific URLs
searchQueryTextwordpress pluginKeywords to search (used in search mode)
categorySelectphpCategory: PHP Scripts, WordPress, JavaScript, CSS & Design, HTML Templates, Mobile, Plugins, Forms, eCommerce, Social Networking, Utilities, Components & Libraries, Miscellaneous
sortBySelectsalesSort order: Best Sellers, Top Rated, Newest First, Price Lowest, Price Highest, Relevance
minPriceIntegerMinimum item price in USD
maxPriceIntegerMaximum item price in USD
startUrlsListCodeCanyon item URLs for byItemUrls mode
maxItemsInteger50Maximum number of items to return (1–5000)

Output

Each record in the dataset contains:

FieldTypeDescription
itemIdStringCodeCanyon item ID
titleStringItem title
urlStringFull CodeCanyon item URL
thumbnailUrlStringItem thumbnail image URL
previewUrlStringLive preview URL (if available)
priceFloatItem price in USD
salesCountIntegerTotal number of sales
ratingFloatAverage star rating (0–5)
ratingCountIntegerNumber of ratings/reviews
authorStringAuthor username
authorUrlStringAuthor profile URL
authorSalesIntegerAuthor's total lifetime sales
categoryStringItem category
tagsListItem tags
descriptionStringShort item description
lastUpdateStringDate of last update
publishDateStringDate item was published
compatibleWithListCompatible software (e.g., "PHP 7.4+", "MySQL 5.6+")
fileTypeStringFile type (e.g., "PHP", "JavaScript")
fileSizeStringDownload file size
hasLiveDemoBooleanWhether a live preview is available
recordTypeStringAlways "codeCanyon Item"
scrapedAtStringISO 8601 timestamp when scraped

Example Output

{
"itemId": "812145",
"title": "Slider Revolution Responsive WordPress Plugin",
"url": "https://codecanyon.net/item/slider-revolution/812145",
"thumbnailUrl": "https://i.envato.com/images/slider-thumb.jpg",
"previewUrl": "https://slider-revolution.net/",
"price": 29.0,
"salesCount": 890000,
"rating": 4.52,
"ratingCount": 12500,
"author": "ThemePunch",
"authorUrl": "https://codecanyon.net/user/themepunch",
"authorSales": 1200000,
"category": "WordPress",
"tags": ["slider", "wordpress", "responsive", "jquery"],
"description": "Slider Revolution is an innovative, responsive WordPress Slider Plugin.",
"lastUpdate": "2024-01-15",
"publishDate": "2012-06-21",
"compatibleWith": ["WordPress 5.0+", "PHP 7.2+"],
"fileType": "PHP",
"fileSize": "18 MB",
"hasLiveDemo": true,
"recordType": "codeCanyon Item",
"scrapedAt": "2026-05-15T10:30:00+00:00"
}

FAQ

Q: What categories can I search? A: CodeCanyon covers PHP Scripts, WordPress plugins/themes, JavaScript, CSS & Design, HTML Templates, Mobile apps, Plugins/Extensions, Forms, eCommerce, Social Networking, Utilities, Components & Libraries, and Miscellaneous.

Q: What's the difference between topSellers and byCategory? A: topSellers returns the all-time bestselling items in a category sorted by total sales. byCategory lets you browse a category with your chosen sort order (e.g., newest, highest rated, price).

Q: Can I search for free items? A: Set maxPrice to 0 to find free items. Note that CodeCanyon has very few free items — most are paid.

Q: How many items can I scrape? A: Up to 5,000 items per run using maxItems. CodeCanyon paginates at ~15 items per page.

Q: Can I scrape a specific item I found on CodeCanyon? A: Yes, set mode to byItemUrls and add the item URLs (like https://codecanyon.net/item/slider-revolution/812145) to startUrls.

Q: How reliable are the sales counts? A: Sales counts are scraped from the item listings as shown publicly on CodeCanyon. Very high numbers (like 800,000+) are rounded/abbreviated on the site; the scraper extracts the displayed value.

Q: What data is available on category pages vs. search results? A: Search results, category pages, top sellers, and new releases all return similar card-level data (title, price, sales, rating, author). Individual item pages (byItemUrls) provide additional detail like compatible software, file size, tags, and live preview links.

Q: Does the scraper require authentication? A: No. All scraped data is publicly visible on CodeCanyon without login.