neuron_extract_data
Extract structured data from repeating page patterns like listings or tables. Provide an optional CSS selector; otherwise auto-detection captures text, links, images, and data attributes.
Instructions
Extract structured data from repeating page patterns (product listings, search results, social feeds, tables). If a CSS selector is provided, extracts from those elements. Otherwise auto-detects repeating patterns (articles, cards, list items) and extracts text, links, images, data attributes. Returns up to 200 items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | Yes | Chrome tab ID | |
| selector | No | CSS selector to extract from (optional — auto-detects if omitted) |