Extract Product Data From Website
Skill ActiveExtract product name, price, availability, description, and specifications from a public product page.
E-commerce teams can use this skill to efficiently extract and normalize product information from public webpages into structured catalog records, saving manual effort and avoiding the need for custom web scraping selectors.
Features
- Extract product name
- Extract price
- Extract availability
- Extract description
- Extract specifications
Use Cases
- Normalizing product data for an e-commerce catalog
- Monitoring competitor product pricing and availability
- Populating product databases from supplier websites
Non-Goals
- Scraping data from behind login walls or paywalls
- Extracting data from non-product pages (e.g., homepages, blog posts)
- Modifying website content or interacting with website forms
Security
- warning:Secret ManagementThe API key is a secret that is exposed in code examples. While not strictly hardcoded in the skill's core logic, it's shown in examples without clear instructions on how to securely manage it (e.g., via environment variables or a secure vault).
Compliance
- info:GDPRThe skill extracts data from public websites. While personal data might be present on these pages, the tool itself does not specifically target or operate on personal data. The handling of potentially personal data by the Iteration Layer API is beyond the scope of this skill's direct evaluation but should be considered.
Installation
First, add the marketplace
/plugin marketplace add iterationlayer/skills/plugin install skills@iterationlayer-skillsQuality Score
Trust Signals
Similar Extensions
Extract Fleet Vehicle Registration
100Extract vehicle identification, owner details, registration dates, and technical specifications from vehicle registration documents.
Chatgpt Search
100Search ChatGPT and extract the full response + hydration JSON that powers the UI. Attaches to a running Chrome instance (port 9222 by default), opens ChatGPT, submits a query, waits for the streamed response, and returns structured data: messages, product cards, hydration JSON, and API calls. Use when asked to "search chatgpt", "ask chatgpt", "chatgpt search", "get chatgpt response", or "scrape chatgpt".
Website Extraction Api
100Extract typed JSON from public website pages using a schema.
Extract Supplier Catalog From Website
100Extract SKUs, product names, unit prices, availability, and minimum order quantities from a supplier catalog page.
Extract Public Registry Page
100Extract organization name, registration number, status, registration date, and officers from a public registry page.
Extract Resume Data
99Extract candidate name, contact details, work history, and skills from resumes.