Overview
URL Import lets you create products by pasting a product page URL. Alana uses Bright Data’s scraping infrastructure to extract structured data from the page, map it to the Alana schema, and run it through the Bronze → Silver pipeline automatically.How it works
- You submit a product page URL
- Bright Data fetches the page (handling JavaScript rendering, CAPTCHAs, and geo-restrictions)
- The scraper extracts: title, description, images, price, brand, specifications
- Extracted data is mapped to the Alana product schema (Bronze)
- Silver normalizes the result automatically
- The product appears in your catalog
Scraping methods
| Method | Description | Best for |
|---|---|---|
web_scraper | Full-page JavaScript rendering, structured data extraction | Product pages with dynamic content |
web_unlocker | Bypasses anti-bot protections | Retailers with aggressive bot detection |
crawl | Follows links to extract multiple products from a category page | Category or collection pages |
Import a single URL
Via UI
- Open your catalog
- Click Add Products → Import from URL
- Paste the product page URL
- Select the scraping method (default:
web_scraper) - Click Import
- A job is created — the product appears in the catalog within 30–90 seconds
Via API
Response
Import multiple URLs (bulk)
Crawl a category page
Use thecrawl method to import all products from a category or collection page:
Check job status
Job status values
| Status | Description |
|---|---|
processing | Bright Data is fetching and parsing the page |
success | Product created in catalog |
partial | Product created with some fields missing |
failed | Page could not be scraped (see error field) |
Rate limits and cost
| Metric | Limit |
|---|---|
| Single URL imports | 100/hour per workspace |
| Bulk imports | 500 URLs/request |
| Crawl max products | 500/crawl |
| Concurrent jobs | 10 per workspace |
| Method | Approximate cost |
|---|---|
web_scraper | 0.001 credits/page |
web_unlocker | 0.005 credits/page |
crawl | 0.001 credits/product found |
Best practices
Test with a single URL before bulk import
Test with a single URL before bulk import
Always test one URL first to confirm the scraper correctly extracts the fields you need. Different retailers have different page structures.
Use web_unlocker for major retailers
Use web_unlocker for major retailers
Sites like Amazon, Walmart, and major fashion retailers have bot detection. Use
web_unlocker to avoid failed imports.Use crawl for category-level imports
Use crawl for category-level imports
When you want all products in a category,
crawl is more efficient than pasting each product URL individually.Check partial results
Check partial results
A
partial status means the product was created but some fields couldn’t be extracted. Review these products in Canvas and fill missing fields manually.