Page Details

The Page Details tool lets you scrape the same set of fields from multiple different URLs and combine the results into a single dataset. Perfect for extracting product details, profile information, or any page-level data across many pages.

How it works

1
Enter your URLs

Paste a list of URLs in the Setup tab, one per line. These are the pages you want to scrape data from.

2
Define fields on the current page

Use the element picker to select the data points you want to extract. The same selectors will be applied to all URLs in your list.

3
Preview on the current page

Test your field selectors on the page you're currently viewing to make sure they capture the right data.

4
Scrape all URLs

Click "Scrape All URLs" to process each page sequentially. The extension navigates to each URL, waits for it to load, and extracts the data.

Use cases

  • Product details — scrape price, description, specs from a list of product pages
  • Profile pages — extract name, bio, contact info across multiple profiles
  • Article metadata — gather titles, authors, dates from a list of articles
  • Job listings — collect salary, location, requirements from individual job pages

Output

Each row in the results represents one URL. The output automatically includes:

  • _url — the source URL for each row
  • _error — error message if scraping fails for a specific URL
  • All your defined fields with extracted values

Progress tracking

During multi-URL scraping, the status bar shows real-time progress (e.g. "Scraping 3/15"). The extension waits for each page to fully load before extracting data, ensuring accurate results.

Tip: Use the List Extraction tool first to gather URLs from a search results page, then feed those URLs into Page Details to scrape individual pages.