Skip to main content

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

  1. You submit a product page URL
  2. Bright Data fetches the page (handling JavaScript rendering, CAPTCHAs, and geo-restrictions)
  3. The scraper extracts: title, description, images, price, brand, specifications
  4. Extracted data is mapped to the Alana product schema (Bronze)
  5. Silver normalizes the result automatically
  6. The product appears in your catalog

Scraping methods


Import a single URL

Via UI

  1. Open your catalog
  2. Click Add ProductsImport from URL
  3. Paste the product page URL
  4. Select the scraping method (default: web_scraper)
  5. Click Import
  6. 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 the crawl 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 SettingsIntegrationsBright Data.

Best practices

Always test one URL first to confirm the scraper correctly extracts the fields you need. Different retailers have different page structures.
Sites like Amazon, Walmart, and major fashion retailers have bot detection. Use web_unlocker to avoid failed imports.
When you want all products in a category, crawl is more efficient than pasting each product URL individually.
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.
Last modified on March 18, 2026