LEGO Scraper — Sets, Parts & Minifigs avatar

LEGO Scraper — Sets, Parts & Minifigs

Pricing

from $3.00 / 1,000 results

Go to Apify Store
LEGO Scraper — Sets, Parts & Minifigs

LEGO Scraper — Sets, Parts & Minifigs

Scrape LEGO set, part and minifig data via the Rebrickable API. Search by keyword, theme or year, with full part inventories. Bring your own free key.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Ponderable Hydrometer

Ponderable Hydrometer

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

3 days ago

Last modified

Share

LEGO Catalogue Scraper (Rebrickable)

Pull structured LEGO catalogue data — sets, part inventories and minifigs — via the Rebrickable API. Search sets by keyword, theme or year, or look up specific set numbers, and get clean structured data in bulk.

Bring your own key. This actor uses the official Rebrickable API, which needs a free API key (rebrickable.com → Account → Settings → API). You enter your key in the input; it's stored as a secret.

Who it's for

  • Collectors & AFOLs — export set and part data for inventory and wishlists.
  • MOC builders — pull full part lists for sets you're parting out or rebuilding.
  • Resellers — bulk set/part data for listings and part-out planning.
  • Apps & pipelines — structured LEGO catalogue data with no API plumbing.

Input

FieldTypeDefaultDescription
apiKeystring (secret)— (required)Your free Rebrickable API key
searchTermsarrayKeywords to search sets (e.g. millennium falcon)
setNumbersarraySpecific set numbers (10341, 75192-1)
themeIdintegerOptional theme filter
minYear / maxYearintegerOptional release-year range
includePartsbooleanfalseEmbed the full part inventory per set
includeMinifigsbooleanfalseEmbed the minifigs per set
maxSetsPerSearchinteger50Sets returned per search term
maxPartsinteger1000Cap on parts per set

Provide at least one of searchTerms or setNumbers.

Output

One row per set:

{
"setNum": "10341-1",
"name": "NASA Artemis Space Launch System",
"year": 2024,
"themeId": 171,
"numParts": 3601,
"image": "https://cdn.rebrickable.com/media/sets/10341-1/…",
"url": "https://rebrickable.com/sets/10341-1/…",
"parts": [
{ "partNum": "3001", "name": "Brick 2 x 4", "color": "White", "quantity": 6, "image": "…" }
],
"minifigs": [ { "figNum": "fig-…", "name": "…", "quantity": 1 } ]
}

parts / minifigs are present only when their options are enabled.

Notes & limits

  • Data is the Rebrickable catalogue (sets, parts, minifigs). It does not include retail or secondary-market prices — those aren't available from a clean public API.
  • Rebrickable enforces per-key rate limits; large part-inventory pulls are paginated.
  • Public catalogue data used under Rebrickable's API terms; you are responsible for compliant use of your key and the output.