Stanley1983 Parser Spider avatar

Stanley1983 Parser Spider

Pricing

from $9.00 / 1,000 results

Go to Apify Store
Stanley1983 Parser Spider

Stanley1983 Parser Spider

The Stanley1983 Parser Spider is an Apify Actor that scrapes comprehensive product data from Stanley1913.com, including titles, prices, descriptions, images, variants, and reviews....

Pricing

from $9.00 / 1,000 results

Rating

0.0

(0)

Developer

GetDataForMe

GetDataForMe

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 months ago

Last modified

Share


Stanley1983 Parser Spider

Introduction

The Stanley1983 Parser Spider is a powerful Apify Actor designed to scrape and extract detailed product information from Stanley1913.com. It efficiently parses product pages to gather comprehensive data including titles, prices, descriptions, images, variants, and reviews, making it an essential tool for e-commerce data collection. Whether you're conducting market research or monitoring product availability, this Actor delivers reliable, structured data to streamline your workflows.

Features

  • Comprehensive Data Extraction: Captures key product details such as title, price, color, description, features, specifications, images, videos, variants, and customer reviews.
  • Flexible URL Input: Accepts a list of product URLs for batch processing, allowing you to scrape multiple items in a single run.
  • High-Quality Output: Provides clean, JSON-formatted data with consistent structure, ensuring easy integration into databases or analytics tools.
  • Fast and Reliable: Built on Apify's robust infrastructure for efficient scraping with minimal downtime.
  • Variant Handling: Extracts all product variants, including colors, SKUs, and URLs, for complete catalog insights.
  • Review Aggregation: Includes average ratings and review counts to gauge product popularity.
  • Error-Resilient: Handles common web scraping challenges like dynamic content and rate limits gracefully.

Input Parameters

ParameterTypeRequiredDescriptionExample
UrlsarrayYesA list of URLs pointing to Stanley1913 product pages to scrape. Each URL must be a valid HTTP or HTTPS link.["https://www.stanley1913.com/products/the-cheers-cheer-easy-fill-flask-8-oz?variant=53973541552488"]

Example Usage

Input Configuration

{
"Urls": [
"https://www.stanley1913.com/products/the-cheers-cheer-easy-fill-flask-8-oz?variant=53973541552488"
]
}

Example Output

[
{
"title": "The Cheers & Cheer Easy Fill Flask | 8 OZ",
"price": {
"Value": "19.50",
"Currency": "USD"
},
"color": "Holly Berry Gloss",
"info": {
"description": "Time to hang the tinsel, cue the lights and pick out perfect gifts for friends, family, and friends who are family. Celebrate everyone with new sips in deep hues with woodgrains, patterns, and glimmering accents. Just like the people, stories, mayhem and laughter of the holidays, they\u2019re all keepers.\nThe 8-ounce Easy Fill Flask is made to slide right into your pocket or bag. The wide opening makes filling simple, no funnel required. With stainless steel construction and a leakproof tethered cap, for durability and storage you can count on.",
"features": [
"18/8 stainless steel",
"Leakproof",
"Packable",
"Never-lose cap",
"Wide opening",
"BPA-free"
],
"specs": {
"Weight": "0.4 lb.",
"Dimensions": "1.25 x 2.75 x 5.87 in."
},
"display_image": "https://www.stanley1913.com/cdn/shop/files/Web_PNG_Square-The_Easy_Fill_Flask_8OZ_-_Holly_Berry_Gloss_-_Front.png?v=1761004728&width=700"
},
"sku": "10-00837-0051",
"video_urls": [],
"image_urls": [
"https://www.stanley1913.com/cdn/shop/files/Web_PNG_Square-The_Easy_Fill_Flask_8OZ_-_Holly_Berry_Gloss_-_Front.png",
"https://www.stanley1913.com/cdn/shop/files/Web_PNG_Square-The_Easy_Fill_Flask_8OZ_-_Holly_Berry_Gloss_-_Hero_Open.png",
"https://www.stanley1913.com/cdn/shop/files/Web_PNG_Square-The_Easy_Fill_Flask_8OZ_-_Holly_Berry_Gloss_-_Hero_Back.png"
],
"size": "8 OZ",
"variants": [
{
"color": "Holly Berry Gloss",
"variant_id": "53973541552488",
"sku": "10-00837-0051",
"url": "https://www.stanley1913.com/products/the-cheers-cheer-easy-fill-flask-8-oz?variant=53973541552488"
},
{
"color": "Redwood Woodgrain",
"variant_id": "53973541585256",
"sku": "10-00837-0053",
"url": "https://www.stanley1913.com/products/the-cheers-cheer-easy-fill-flask-8-oz?variant=53973541585256"
}
],
"review": {
"rating": 4.6111,
"counts": 18
},
"actor_id": "5qyaLMbxV4PabxJfe",
"run_id": "K3GpFJqFVJK2lRkop"
}
]

Use Cases

  • Market Research and Analysis: Gather detailed product data to analyze trends, pricing strategies, and consumer preferences in the outdoor gear market.
  • Competitive Intelligence: Monitor competitors' product offerings, including variants and reviews, to inform your own product development.
  • Price Monitoring: Track price changes and availability for dynamic pricing strategies or inventory management.
  • Content Aggregation: Collect product descriptions, images, and specs for creating catalogs, blogs, or e-commerce platforms.
  • Academic Research: Study consumer behavior through review data and product features in retail studies.
  • Business Automation: Integrate scraped data into workflows for automated reporting, alerts, or data visualization tools.

Installation and Usage

  1. Search for "Stanley1983 Parser Spider" in the Apify Store
  2. Click "Try for free" or "Run"
  3. Configure input parameters
  4. Click "Start" to begin extraction
  5. Monitor progress in the log
  6. Export results in your preferred format (JSON, CSV, Excel)

Output Format

The Actor outputs data in JSON format, with each scraped product represented as an object in an array. Key fields include:

  • title: Product name.
  • price: Object with value and currency.
  • color: Product color variant.
  • info: Nested object containing description, features (array), specs (object), and display image URL.
  • sku: Stock keeping unit.
  • video_urls and image_urls: Arrays of media URLs.
  • size: Product size.
  • variants: Array of variant objects with color, ID, SKU, and URL.
  • review: Object with rating and count.
  • actor_id and run_id: Metadata for the Apify run.

This structure ensures easy parsing and integration.

Support

For custom/simplified outputs or bug reports, please contact:

We're here to help you get the most out of this Actor!