LEGO Scraper — Sets, Parts & Minifigs
Pricing
from $3.00 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
3 days ago
Last modified
Categories
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
| Field | Type | Default | Description |
|---|---|---|---|
apiKey | string (secret) | — (required) | Your free Rebrickable API key |
searchTerms | array | — | Keywords to search sets (e.g. millennium falcon) |
setNumbers | array | — | Specific set numbers (10341, 75192-1) |
themeId | integer | — | Optional theme filter |
minYear / maxYear | integer | — | Optional release-year range |
includeParts | boolean | false | Embed the full part inventory per set |
includeMinifigs | boolean | false | Embed the minifigs per set |
maxSetsPerSearch | integer | 50 | Sets returned per search term |
maxParts | integer | 1000 | Cap 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.