Priceme Product Search Scraper
Pricing
from $2.00 / 1,000 results
Priceme Product Search Scraper
Scrape product listings from Prisradar.no search results with complete pricing and shop data. Collect titles, prices, discounts, promotional status, variants, and 20+ fields per product — ideal for price intelligence, market research, and competitive analysis.
Pricing
from $2.00 / 1,000 results
Rating
0.0
(0)
Developer
Stealth mode
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Priceme.co.nz Product Search Scraper: Extract NZ Retail Pricing Data Fast
What Is Priceme.co.nz?
Priceme.co.nz is New Zealand's leading price comparison platform, aggregating product listings and pricing information from hundreds of retailers across categories like electronics, fragrances, appliances, and more. With millions of product records and real-time price updates, it's a goldmine for competitive intelligence and market analysis. However, manually collecting product data is impractical at scale — the Priceme Product Search Scraper automates extraction of product details, pricing, ratings, and comparison URLs directly from search results.
Overview
The Priceme Product Search Scraper extracts detailed product information from Priceme.co.nz search result pages, converting unstructured listings into structured, machine-readable records. It captures 20+ fields per product, including prices, ratings, images, and merchant comparison links.
Ideal users:
- Price aggregators building competing price comparison services
- Retailers monitoring competitor pricing and availability
- E-commerce analysts studying NZ market trends and price elasticity
- Product researchers collecting data for market analysis and benchmarking
- Marketing teams tracking product launches and promotional trends
Key features:
- Configurable item limits per URL
- Flexible sorting and filtering through search parameters
- Graceful error handling via
ignore_url_failures - Rich output including product ratings, images, and multiple URL formats
Input Format
The scraper accepts a JSON configuration object defining which product listings to scrape:
{"urls": ["https://www.priceme.co.nz/fragrances/c-1285.aspx?sb=Clicks&view=tiles"],"ignore_url_failures": true,"max_items_per_url": 200}
| Parameter | Type | Description |
|---|---|---|
urls | Array | List of Priceme.co.nz product search/category URLs to scrape. Each URL should point to a search results or category listing page. |
ignore_url_failures | Boolean | If true, scraper continues even if some URLs fail. If false, the run stops on the first error. Default: true. |
max_items_per_url | Integer | Maximum number of products to extract per URL (e.g., 200). Useful for limiting data volume or testing. |
Output Format
Example output record:
{"product_id": 902251571,"product_name": "Armaf Club De Nuit Intense EDT 105ml","name_url": "/Armaf-Club-De-Nuit-Intense-EDT-105ml/p-902251571.aspx","name_url_target": "_self","compare_url": "/Armaf-Club-De-Nuit-Intense-EDT-105ml/p-902251571.aspx","compare_url_target": "_self","default_image": "https://s3.pricemestatic.com/Images/RetailerProductImages/StRetailer1216/0043793446_ms.jpg","image_alt": "Armaf Club De Nuit Intense EDT 105ml","price": 67.99,"price_string": "$67.99","rating_score_data_string": "","compare_prices_string": "Compare prices from 4 shops","buying_guide_html": null,"rating_hidden": "hidden","tag_class_name": "tagDiv bSeller","tag_text": "Bestseller","favs_class": "favourite-icon","favs_value": "1","favs_state": null,"svg_class_name": "hidden","my_url": null,"pre_load": null,"item_class_name": null,"from_url": "https://www.priceme.co.nz/fragrances/c-1285.aspx?sb=Clicks&view=tiles"}
Each product record includes 20+ fields capturing pricing, product details, ratings, and navigation data:
Product Identification
| Field | Description |
|---|---|
Product ID | Unique identifier for the product on Priceme |
Product Name | Full product title as displayed |
Name URL | Direct link to the product detail page |
Name URL Target | Link target attribute (typically _blank for external) |
My URL | Relative or canonical product URL |
Pricing & Comparison
| Field | Description |
|---|---|
Price | Current lowest price (numeric value) |
Price String | Formatted price display (e.g., "$45.99" or "$45.99 - $52.00") |
Compare URL | Direct link to the price comparison page |
Compare URL Target | Target attribute for comparison link |
Compare Prices String | Text summarizing available price range or merchant options |
Product Images & Media
| Field | Description |
|---|---|
Default Image | URL to the primary product image |
Image Alt | Alternative text for the image (accessibility/SEO) |
Ratings & Reviews
| Field | Description |
|---|---|
Rating Score Data String | Rating data in text format (e.g., "4.5/5 from 120 reviews") |
Rating Hidden | Boolean flag indicating if ratings are hidden for this product |
User Interactions & Favorites
| Field | Description |
|---|---|
Favs Class | CSS class name applied to the favorites button |
Favs Value | Numeric count of favorites or bookmark status |
Favs State | Current state of the favorite toggle (e.g., "favorited", "not-favorited") |
Tags & Categorization
| Field | Description |
|---|---|
Tag Class Name | CSS class applied to product tags (e.g., "hot-deal", "bestseller") |
Tag Text | Visible text of the tag (e.g., "Hot Deal", "New Arrival") |
Technical Fields
| Field | Description |
|---|---|
SVG Class Name | CSS class for SVG icons used in the listing |
Pre Load | Preload attribute for resource optimization |
Item Class Name | CSS class name of the product list item container |
Buying Guide HTML | Embedded HTML content or link to buying guide for the product |
How to Use
Step 1: Identify Your URLs
Navigate to Priceme.co.nz and find the category or search results page you want to scrape. Copy the full URL from your browser's address bar.
Step 2: Configure Input
Paste URLs into the urls array. You can add multiple URLs to scrape different categories or searches in one run.
{"urls": ["https://www.priceme.co.nz/fragrances/c-1285.aspx","https://www.priceme.co.nz/laptops/c-2101.aspx"],"max_items_per_url": 100,"ignore_url_failures": true}
Step 3: Set Item Limits
Adjust max_items_per_url to control data volume. For testing, use 20; for comprehensive scrapes, use 200 or higher.
Step 4: Run & Export
Execute the scraper. Results are available as JSON, CSV, or Excel. Filter and export based on your analysis needs.
Best practices:
- Test with a single URL before running multiple URLs
- Use URL parameters (
?sb=Clicks&view=tiles) for consistent page structure - Set reasonable
max_items_per_urlto avoid excessive data collection - Enable
ignore_url_failuresfor robustness in production runs
Troubleshooting:
- No results: Verify the URL points to a valid Priceme search or category page, not a product detail page
- Incomplete data: Some products may lack ratings or images; this reflects actual page content
- Rate limiting: Space out large-scale scrapes to avoid IP blocking
Use Cases & Benefits
Price monitoring: Track competitor pricing in real-time across categories (e.g., fragrances, electronics)
Market research: Analyze pricing trends, product availability, and merchant coverage in the NZ market
Retail intelligence: Benchmark your pricing against competitors and identify market gaps
Product aggregation: Feed Priceme data into your own price comparison tool or marketplace
Trend analysis: Study which products are trending (via favorites and ratings) and optimize inventory
The Priceme Product Search Scraper saves days of manual data collection, enabling data-driven decisions in e-commerce, retail strategy, and competitive analysis.
Conclusion
The Priceme.co.nz Product Search Scraper unlocks New Zealand's richest price comparison data in minutes. With 20+ structured fields per product, flexible URL configuration, and robust error handling, it's the fastest way to extract competitive pricing and product insights at scale. Start scraping today and gain a data advantage in the NZ retail market.