MerriamWebster Product Scraper avatar
MerriamWebster Product Scraper

Pricing

$25.00/month + usage

Go to Store
MerriamWebster Product Scraper

MerriamWebster Product Scraper

Developed by

GetDataForMe

GetDataForMe

Maintained by Community

The MerriamWebster Product Scraper extracts detailed product data from the Merriam-Webster shop, including name, price, images, description, SKU, brand, and availability. Ideal for e-commerce research and product monitoring using residential proxy for reliable data extraction.

0.0 (0)

Pricing

$25.00/month + usage

0

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

4 days ago


πŸ“š MerriamWebster Product Scraper

The MerriamWebster Product Scraper is an Apify Actor designed to extract structured product data from the [Merriam-Webster Shop]. Given one or more product URLs, this actor fetches detailed information such as name, description, images, price, stock availability, and more.


βœ… Input

Provide a JSON input with the following fields:

{
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
},
"urls": [
"https://shop.merriam-webster.com/products/merriam-websters-collegiate-dictionary-eleventh-edition"
]
}

Input Fields

FieldTypeRequiredDescription
proxyConfigurationobjectβœ…Proxy configuration. Use Apify Residential proxy for reliability.
urlsstring[]βœ…List of Merriam-Webster product page URLs to scrape.

🧾 Output

The actor returns an array of structured product objects. Here's an example output:

[
{
"name": "Merriam-Webster's Collegiate Dictionary, Eleventh Edition",
"url": "https://shop.merriam-webster.com/products/merriam-websters-collegiate-dictionary-eleventh-edition",
"image": [
"https://shop.merriam-webster.com/cdn/shop/products/Merriam-Webster_s-Collegiate-Dictionary-Eleventh-Edition-cover-update.jpg?v=1680122076&width=744"
],
"description": "Newly Revised & Updated! ... (truncated for brevity)",
"sku": "8095 M-W's Collegiate Dict 11th Ed Indexed",
"brand": "Merriam Webster",
"offers": [
{
"sku": "8095 M-W's Collegiate Dict 11th Ed Indexed",
"availability": "http://schema.org/InStock",
"price": 27.95,
"priceCurrency": "USD",
"url": "https://shop.merriam-webster.com/products/merriam-websters-collegiate-dictionary-eleventh-edition?variant=39821101269175"
},
{
"sku": "8071 M-W's Collegiate Dict 11th Ed Laminated",
"availability": "http://schema.org/OutOfStock",
"price": 24.95,
"priceCurrency": "USD",
"url": "https://shop.merriam-webster.com/products/merriam-websters-collegiate-dictionary-eleventh-edition?variant=39821101301943"
}
]
}
]

Output Fields

FieldTypeDescription
namestringFull product name.
urlstringSource URL of the product.
imagestring[]Array of product image URLs.
descriptionstringFull HTML-cleaned product description.
skustringSKU identifier of the main variant.
brandstringProduct brand name.
offersobject[]Variants with price, availability, and direct buy URLs.

πŸ”§ Use Cases

  • E-commerce market research
  • Competitor price tracking
  • Dictionary or book product aggregator
  • Content enrichment for product catalogs

πŸ“¬ Support

For custom data formatting, feature requests, or bug reports, feel free to contact us:

We're here to help you get the data you need!


Let me know if you'd like this exported as a Markdown file or want to add code samples, Apify SDK usage, or webhook integration instructions.