Truegether Scraper avatar

Truegether Scraper

Try for free

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

Go to Store
Truegether Scraper

Truegether Scraper

getdataforme/my-truegether-actor
Try for free

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

TrueGether Scraper extracts product details from truegether.com. Input product URLs to retrieve structured data, including names, prices, categories, and images.

Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • No reviews yet

  • No bookmarks yet

  • >99% runs succeeded

  • Created in Jan 2025

  • Modified a month ago

Categories

Truegether Scraper Documentation

Truegether Scraper is an Apify actor designed to scrape product details effortlessly from truegether.com. The scraper is efficient, user-friendly, and extracts all relevant product information based on the input URLs provided. This documentation outlines its setup, functionality, and output format to ensure smooth operation.


Input Format

The actor accepts a JSON input with the following structure:

1{
2    "proxyConfiguration": {
3        "useApifyProxy": true,
4        "apifyProxyGroups": [
5            "RESIDENTIAL"
6        ]
7    },
8    "urls": [
9        "https://www.truegether.com/oe-chrome-76mm-porsche-alloy-wheel-centre-hub-caps-x4/USER.bb39118c-695f-4a18-a769-8f41086d912d/listing.html"
10    ]
11}
  • urls: An array of product page URLs from truegether.com that you want to scrape. You can add multiple URLs to scrape multiple products simultaneously.

How Truegether 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": "Shop OE Chrome 76mm Porsche Alloy Wheel Centre Hub Caps x4",
4        "product_price": "52.99 GBP",
5        "product_image": "https://www.truegether.com/1/USER.9cdb03b2-36fe-48b8-9020-bc620175344a/automobile/oe-chrome-76mm-porsche-alloy-wheel-centre-hub-caps.jpeg",
6        "product_url": "https://www.truegether.com/oe-chrome-76mm-porsche-alloy-wheel-centre-hub-caps-x4/USER.bb39118c-695f-4a18-a769-8f41086d912d/listing.html",
7        "description": "Are you looking for OE Chrome 76mm Porsche Alloy Wheel Centre Hub Caps x4? TrueGether is one of the biggest and most trusted marketplaces with over 2M+ products for sale. Free delivery and returns on eligible orders. Buy OE Chrome 76mm Porsche Alloy Wheel Centre Hub Caps x4 at TrueGether.",
8        "sku": "USER.bb39118c-695f-4a18-a769-8f41086d912d"
9    }
10]

Explanation of Fields

  • name: The product name as displayed on the website.
  • ProductID: A unique identifier for the product.
  • ImageUR: The URL of the product image.
  • URL: The source URL of the product page.
  • Price: The current price of the product.
  • Sku: The numerical value of the price.
  • Description: Descritpion of the products

Features

  • Customizable Input: Add as many product URLs as needed.
  • Detailed Output: Extracts comprehensive product information, including pricing, categories, and images.
  • Reliable Scraping: Optimized to handle truegether.com’s structure and ensure accurate data extraction.

Important Notes

  1. Use Proxies: For consistent results and to avoid potential IP bans, enable proxies when running the scraper.
  2. Data Freshness: 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 "Truegether Scraper Support" to ensure prompt assistance.


Thank you for using the Truegether Scraper!