Step 2: Detail Page Extraction
Extract specific fields from each detail page
How It Works
In Step 2, you define **field-level CSS selectors** to extract data from each detail page.
Adding Fields
For each field you want to extract, provide:
- **Field Name** — e.g., "title", "price", "description"
- **CSS Selector** — e.g., `h1.product-name`, `.price-tag`, `.description p`
Example Configuration
For a blog scraper:
- Title: `h1` or `.article-title`
- Author: `.author-name` or `span.byline`
- Date: `time[datetime]` or `.publish-date`
- Content: `.article-body` or `main article`
Testing
Click **Test Scrape** to test against a single detail URL. This helps you verify your selectors before running the full batch.
Viewing Results
After running the task, go to **Scrape Tasks → [Your Task] → Results** to see all extracted data in a table format.