Wrightson Parser Spider avatar
Wrightson Parser Spider

Pricing

$30.00/month + usage

Go to Apify Store
Wrightson Parser Spider

Wrightson Parser Spider

Developed by

GetDataForMe

GetDataForMe

Maintained by Community

The Wrightson Parser Spider extracts structured product data from PGG Wrightson store pages, including product names, IDs, prices, descriptions, tax info, and purchase URLs. Ideal for price tracking, inventory management, e-commerce analytics, and automated data collection tasks.

0.0 (0)

Pricing

$30.00/month + usage

0

1

1

Last modified

10 days ago

🕷️ Wrightson Parser Spider

Wrightson Parser Spider is an Apify Actor designed to extract detailed product information from PGG Wrightson Store.
It retrieves key product data such as product ID, name, pricing details, tax info, description, and direct cart/add URLs — all in a clean, structured JSON format.


🚀 Features

  • Scrapes detailed product information (name, ID, prices, tax info, etc.)
  • Supports Apify residential proxies for reliable data collection
  • Automatically detects current and old pricing
  • Extracts add-to-cart links and product URLs
  • Returns data in a simple, structured JSON output for easy integration

🧩 Input Example

Below is a sample input configuration for the Actor:

{
"Urls": [
"https://store.pggwrightson.co.nz/rxp-ldpe-pipe-00192"
],
"proxy": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
],
"apifyProxyCountry": "US"
}
}

Input Parameters

ParameterTypeRequiredDescription
UrlsArray of strings✅ YesList of product page URLs to scrape from PGG Wrightson Store.
proxyObject✅ YesApify proxy configuration (recommended to use Residential proxy).
proxy.useApifyProxyBoolean✅ YesEnables the use of Apify Proxy.
proxy.apifyProxyGroupsArrayOptionalDefines which proxy group to use (e.g., "RESIDENTIAL").
proxy.apifyProxyCountryStringOptionalSets the preferred proxy country (e.g., "US").

📦 Output Example

Example output for the input above:

[
{
"product_id": "3158",
"product_name": "rxp-ldpe-pipe",
"price": "79.99",
"old_price": null,
"price_label": "From",
"currency": "NZD",
"tax_info": "Incl GST",
"description": "RX Plastic’s Low-Density SN6 Pipe is tough and durable, offering flexibility in cool conditions. The pipe is suitable for irrigation applications in rural, horticultural, commercial and domestic settings. Compatible with compression fittings 15 mm to 40 mm and low-density fittings 15 mm to 50 mm.",
"add_to_cart_url": "https://store.pggwrightson.co.nz/checkout/cart/add/uenc/aHR0cHM6Ly9zdG9yZS5wZ2d3cmlnaHRzb24uY28ubnovcnhwLWxkcGUtcGlwZS0wMDE5Mg~~/product/3158/",
"product_url": "https://store.pggwrightson.co.nz/rxp-ldpe-pipe-00192"
}
]

Each product object contains:

  • product_id — Unique identifier of the product
  • product_name — Product name or title
  • price / old_price — Current and previous price (if available)
  • price_label — Price display type (e.g., “From”)
  • currency — Currency code
  • tax_info — Tax inclusion information
  • description — Full product description
  • add_to_cart_url — Direct URL for adding product to cart
  • product_url — Original source URL

💡 Use Cases

  • Product catalog and price comparison tracking
  • E-commerce data aggregation for market research
  • Monitoring product availability or updates
  • Creating structured feeds for price intelligence tools
  • Automating bulk product data extraction for inventory management

🧠 Tips

  • Use Residential proxies for higher success rates.
  • Test with a few product URLs before large-scale runs.
  • Enable Apify dataset storage to automatically save structured output.

🛠️ Support

For custom output formats, feature requests, or bug reports, please contact our support team:

📩 Email: support@getdataforme.com 🌐 Contact Form: https://getdataforme.com/contact/

Please include a clear subject line (e.g., “Wrightson Parser Spider – Support Request”) when emailing us.

Thank you for using Wrightson Parser Spider! 🙌 Your feedback helps us make this tool even better.