VOOZH about

URL: https://apify.com/fortuitous_pirate/lego-product-catalog

โ‡ฑ Lego Product Catalog ยท Apify


Pricing

from $3.50 / 1,000 results

Go to Apify Store

Lego Product Catalog

Lego Product Catalog. Structured data export for lead generation, enrichment, and competitive research.

Pricing

from $3.50 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Fortuitous Pirate

Fortuitous Pirate

Maintained by Community

Actor stats

0

Bookmarked

8

Total users

1

Monthly active users

a month ago

Last modified

Share

LEGO Product Catalog Scraper

Overview

Scrape LEGO product catalog with set numbers, names, themes, piece counts, years, and images. Data sourced from Rebrickable's comprehensive LEGO database (26,000+ sets). Supports keyword search, filters (Theme Filter).

Features

  • Search by keywords to find specific results
  • Filter results by category or type
  • Export data in JSON, CSV, or Excel formats
  • Captures pricing information
  • Captures images and media URLs
  • Control output volume with configurable result limits

Use Cases

  • Monitor - Monitor competitor pricing and product availability
  • Track - Track MAP (Minimum Advertised Price) compliance
  • Build - Build product catalogs for comparison shopping
  • Analyze - Analyze product assortment and inventory trends

Input Parameters

ParameterTypeDescriptionDefault
searchQuerystringSearch for sets by name (e.g., 'Star Wars', 'Millennium Falcon', 'City Police')
themeFilterstringFilter by theme name (e.g., 'Star Wars', 'City', 'Technic', 'Creator')
yearMinintegerFilter sets from this year onwards
yearMaxintegerFilter sets up to this year
minPiecesintegerFilter sets with at least this many pieces
maxPiecesintegerFilter sets with at most this many pieces
maxItemsintegerMaximum number of sets to return100

Output Example

Each result contains structured data like this:

{
"name":"LEGO Product Catalog Sample Item",
"price":29.99,
"originalPrice":29.99,
"brand":"Brand Name",
"sku":"SKU-12345",
"rating":4.5,
"reviewCount":127,
"availability":"In Stock",
"url":"https://example.com/item/12345",
"image":"https://example.com/images/sample.jpg"
}

Pricing

This actor uses pay-per-result pricing:

  • $0.001 per result
  • $1.00 per 1,000 results

No monthly fees. You only pay for what you scrape. Apify Free plan includes $5/month in platform credits.

How to Run

Apify Console

  1. Go to the LEGO Product Catalog Scraper actor page
  2. Configure your input parameters
  3. Click Start and wait for the results
  4. Download data in JSON, CSV, or Excel format

API

curl-X POST "https://api.apify.com/v2/acts/fortuitous_pirate~lego-product-catalog/runs?token=YOUR_API_TOKEN"\
-H"Content-Type: application/json"\
-d'{"maxItems": 10}'

Python SDK

from apify_client import ApifyClient
client = ApifyClient("YOUR_API_TOKEN")
run = client.actor("fortuitous_pirate/lego-product-catalog").call(
run_input={"maxItems":10}
)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

Integration

Connect LEGO Product Catalog Scraper with your existing tools and workflows:

  • API access - Programmatic access via Apify API
  • Webhooks - Get notified when scraping completes
  • Scheduling - Set up recurring runs on any schedule
  • Zapier / Make - Connect with 5,000+ apps via Apify integrations
  • Python / Node.js SDKs - Native client libraries for easy integration

You might also like

BrickLink LEGO Part & Minifig Price Guide Scraper

jungle_synthesizer/bricklink-lego-part-minifig-price-scraper

Scrape BrickLink Price Guide data for LEGO parts, minifigures, and sets. Returns 6-month sold history and current for-sale stats split by New/Used condition.

๐Ÿ‘ User avatar

BowTiedRaccoon

7

Rebrickable LEGO Set Scraper

parseforge/rebrickable-lego-scraper

Search the LEGO set catalog on Rebrickable by keyword, theme, or year. Each set returns its name, set number, release year, theme, part count, and an image. Useful for collectors tracking releases, resellers building inventories, and fans researching themes across decades.

AliExpress Products Scraper - Prices & Catalog Data

fascinating_lentil/aliexpress-products-scraper

Collect public AliExpress product catalog data including titles, prices, discounts, ratings, sold counts, images, and product URLs.

๐Ÿ‘ User avatar

Md Jakaria Mirza

3

Amazon Product Details Scraper

igview-owner/amazon-product-data-scraper

Fetch Amazon product details from ASINs or product URLs in one click. Get title, price, rating, images, availability and key product info for multiple marketplaces. Perfect for product research, catalog enrichment, price tracking and analytics.

๐Ÿ‘ User avatar

Sachin Kumar Yadav

261

1.0