itch.io Game Assets Scraper avatar

itch.io Game Assets Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
itch.io Game Assets Scraper

itch.io Game Assets Scraper

Scrape game asset listings from itch.io, the open marketplace for indie games and game assets. Browse by tag (animation, 2D, 3D, characters, audio, etc.) or by category (new & popular, top rated, etc.). Returns asset name, author, price, description, tags, and URL.

Pricing

from $3.00 / 1,000 results

Rating

5.0

(4)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

4

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Fab Marketplace Scraper

Extract asset listings from Fab.com — Epic Games' marketplace for game-ready assets, Unreal Engine plugins, 3D models, environments, characters, audio, and more.

Features

  • Search by keyword (e.g. "character animation", "sci-fi environment", "RPG")
  • Browse by category (3D Assets, Blueprints, Plugins, Audio, Animations, VFX, and more)
  • Returns: listing name, seller, categories, price, rating, review count, URL, thumbnail
  • Automatic API interception for fast result retrieval
  • Pagination support for large result sets
  • Apify Proxy support for reliable access

Input

FieldTypeDescription
modeselectsearch (keyword) or byCategory (browse category)
searchQuerystringKeyword to search for (e.g. "character animation")
categoryselectAsset category filter (14 categories available)
maxItemsintegerMax assets to return (1–200, default 20)
proxyConfigurationproxyProxy settings (recommended: Apify AUTO)

Output

FieldDescription
listingIdFab.com listing ID or slug
nameAsset name
descriptionShort description
sellerSeller/publisher name
categoriesArray of categories
pricePrice (e.g. "29.99", "Free")
currencyCurrency code (USD)
ratingAverage rating (0–5)
reviewCountNumber of reviews
downloadCountNumber of downloads/purchases
urlFab.com listing URL
thumbnailUrlCover image URL
scrapedAtISO 8601 timestamp

Example Input

{
"mode": "search",
"searchQuery": "character animation",
"maxItems": 10,
"proxyConfiguration": {"useApifyProxy": true}
}

Example Output

{
"listingId": "fab-abc123",
"name": "RPG Character Pack",
"description": "High-quality RPG characters with full animation sets",
"seller": "EpicStudio",
"categories": ["3D Assets", "Characters"],
"price": "29.99",
"currency": "USD",
"rating": 4.8,
"reviewCount": 240,
"url": "https://www.fab.com/listings/abc123",
"thumbnailUrl": "https://cdn.fab.com/thumb.jpg",
"recordType": "asset",
"scrapedAt": "2026-05-22T10:00:00+00:00"
}

Supported Categories

3D Assets, 2D Assets, Blueprints, Plugins & Extensions, Materials & Shaders, Audio, Animations, Environments, Characters, VFX, HDRI, Fonts, Code Plugins.

FAQ

What is Fab.com? Fab is Epic Games' marketplace for game assets, replacing the Unreal Engine Marketplace and Sketchfab Store. It launched in October 2024 and hosts 60,000+ assets for Unreal Engine, Unity, and other platforms.

Do I need an Epic Games account? No — browsing and search on Fab.com is public. No login required.

Why use a proxy? Fab.com blocks datacenter IP addresses for plain HTTP requests. The Apify AUTO proxy group provides access from varied IPs.

How many results per search? Fab.com typically shows 24–50 assets per page. With pagination, you can collect up to 200 per run.

Are free assets included? Yes. The scraper captures both paid and free assets.