Cvs Scraper avatar

Cvs Scraper

Try for free

2 hours trial then $12.00/month - No credit card required now

Go to Store
Cvs Scraper

Cvs Scraper

getdataforme/cvs-scraper
Try for free

2 hours trial then $12.00/month - No credit card required now

A CVS scraper automatically collects data from CVS.com, including product prices, promotions, medication costs, store inventory, and ExtraCare deals. It helps track pharmacy prices, monitor weekly sales, and gather retail data for price comparison and market analysis across CVS locations.

CVS Scraper Documentation

Overview

The CVS Scraper is an Apify actor designed to extract detailed product information from CVS.com. By providing a list of product URLs as input, the scraper retrieves essential details, including product name, price, image, description, and more.


Input Configuration

The input for the CVS Scraper should be a JSON object containing one key:

  • urls: An array of CVS product URLs to scrape.

Input Example

1{
2    "urls": [
3        "https://www.cvs.com/shop/blossom-moisturizing-lip-gloss-set-prodid-689484"
4    ]
5}

Output

The scraper returns a JSON array of objects, where each object contains the following fields:

  • product_name: The name of the product.
  • product_price: The price of the product (including the currency).
  • product_image: The URL of the product image.
  • product_url: The URL of the product provided in the input.
  • description: A detailed description of the product.

Output Example

1[
2    {
3        "product_name": "Blossom Moisturizing Lip Gloss Set",
4        "product_price": "13.99 USD",
5        "product_image": "https://www.cvs.com/bizcontent/merchandising/productimages/high_res/79556500036.jpg",
6        "product_url": "https://www.cvs.com/shop/blossom-moisturizing-lip-gloss-set-prodid-689484",
7        "description": "Get three of our most popular lip glosses. Our strawberry, raspberry, and mango scented Moisturizing Lip Glosses hydrate and nourish with natural fruitiness. The ultra-easy slanted design applicator makes it convenient to glide a high gloss look on the go. Infused with real, dried flowers so it's super cute and fun to look at as well. Includes strawberry, raspberry and mango-scented lip glossesUses natural fruitsHydrates and nourishesInfused with real dried flowersSlanted applicator glides smoothly across lips"
8    }
9]

Usage Instructions

  1. Input Preparation: Create a JSON file containing the urls array with the product URLs you want to scrape.
  2. Actor Execution: Run the CVS Scraper actor on the Apify platform, providing the input JSON file.
  3. Retrieve Results: After the execution, download the output JSON containing the scraped data.

Support

For custom outputs, simplified formats, or to report any issues, please contact:

When reaching out, please include a clear subject line and detailed description of your request or issue.


Thank you for using the CVS Scraper!

Developer
Maintained by Community

Actor Metrics

  • 2 monthly users

  • 0 No stars yet

  • Created in Jan 2025

  • Modified 12 hours ago

Categories