Thrivemarket Actor avatar

Thrivemarket Actor

Try for free

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

Go to Store
Thrivemarket Actor

Thrivemarket Actor

getdataforme/thrivemarket-scraper
Try for free

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

Thrivemarket Scraper extracts product details from thrivemarket.com. Input product URLs to retrieve structured data, including names, prices, descriptions, and images

Thrivemarket Scraper Documentation

Thrivemarket Scraper is an Apify actor designed to scrape product details effortlessly from thrivemarket.com. This scraper extracts comprehensive product information, making it ideal for data analysis and tracking.


Input Format

The actor accepts a JSON input with the following structure:

1{
2    "urls": [
3        "https://thrivemarket.com/p/think-jerky-grass-fed-beef-jerky-sweet-chipotle"
4    ]
5}
  • urls: An array of product page URLs from thrivemarket.com that you want to scrape. Multiple URLs can be provided to scrape multiple products simultaneously.

How Thrivemarket Scraper Works

  1. Provide Input: Add the product URLs in the "urls" field of the input JSON.
  2. Run the Scraper: Start the actor to fetch and parse data from the provided URLs.
  3. Get Results: Once the scraper finishes its run, the extracted data is returned in a structured JSON format.

Output Format

When the scraper runs successfully, the output will have the following structure:

1[
2    {
3        "product_name": "Grass-Fed Beef Jerky, Sweet Chipotle",
4        "product_price": "6.99 USD",
5        "product_image": [
6            "https://img.thrivemarket.com/store/full/8/5/850941006384_sweet-chipotle-2.20oz_1_1.jpg"
7        ],
8        "product_url": "https://thrivemarket.com/p/think-jerky-grass-fed-beef-jerky-sweet-chipotle",
9        "description": "Made with grass-fed beef, raspberry juice concentrate & spices 12g protein & 70 calories per serving No nitrates, added hormones, or added antibiotics Gluten-free Recipe by Chef Matt Troost, a farm-to-table pioneer",
10        "sku": "850941006384"
11    }
12]

Explanation of Fields

  • product_name: The name of the product.
  • product_price: The price of the product, including the currency.
  • product_image: A list of URLs for the product images.
  • product_url: The source URL of the product page.
  • description: A detailed description of the product, including key features.
  • sku: The stock-keeping unit, a unique identifier for the product.

Features

  • Customizable Input: Add as many product URLs as needed.
  • Detailed Output: Extracts essential product information, including descriptions and images.
  • Reliable Scraping: Optimized for thrivemarket.com’s structure to ensure accurate data extraction.

Important Notes

  1. Use Proxies: Enable proxies for consistent results and to avoid potential IP bans.
  2. Data Accuracy: Ensure the URLs provided are valid and accessible.

Support

For custom requirements, troubleshooting, or bug reports, contact us at:

When reaching out, please include the email subject "Thrivemarket Scraper Support" to ensure prompt assistance.


Thank you for using the Thrivemarket Scraper!

Developer
Maintained by Community

Actor Metrics

  • 2 monthly users

  • 0 No stars yet

  • >99% runs succeeded

  • Created in Jan 2025

  • Modified a day ago

Categories