Getting Started
Installation
You can install PageSieve from the Mozilla Add-on Store or by downloading the latest release from GitHub.
Development Build
To build the extension from source:
- Clone the repository
- Install dependencies:
pnpm install - Build the project:
pnpm run build - Load the
dist/folder as a temporary extension in your browser.
Basic Usage
- Open the PageSieve sidebar from your browser’s extension menu.
- Define Fields: Add field names for the data you want to extract.
- Select Elements: Use the point-and-click selector to identify the elements on the page.
- Pagination: Configure how the extension should navigate to the next page (optional).
- Extract: Click the “Scrape” button to start the process.
- Export: Download your results in JSON, CSV, or other supported formats.