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
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
Rate limits and cost
Cost per import is deducted from your Bright Data credit balance. Costs vary by method:
View your Bright Data credit usage in Settings → Integrations → Bright Data.
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.