CJ Dropshipping Scraper

CJ Dropshipping Scraper

This Apify actor is ideal for collecting information of CJ Dropshipping products. It is perfect for users who want to collect details such as title, supplier info, description, categories, and variant specs from specific product URLs. Ideal for dropshipping business model.

ECOMMERCELEAD_GENERATIONApify

CJ Dropshipping Scraper

CJ Dropshipping Scraper

This project is an Apify actor designed to collect information of CJ Dropshipping products. From specific product URLs, it collects details such as title, supplier information, description, categories, and attributes of all variants of the product.

Features

  • Fetches data from specific CJ Dropshipping product URLs.
  • Collects information such as product title, supplier name, supplier image, and supplier rating.
  • Provides detailed data on product descriptions, categories, and variant options.
  • Offers price information in different currencies.
  • Saves the collected data to the Apify dataset.

Usage

  1. Run this actor in the Apify console.
  2. Provide the desired inputs:
  • productUrls: List of CJ Dropshipping product URLs you want to collect information from.
  • currency: The currency in which you want to view prices (Optional, default: USD).

Example Input

1{
2"productUrls": [
3"https://www.cjdropshipping.com/product-url-1",
4"https://www.cjdropshipping.com/product-url-2"
5],
6"currency": "EUR"
7}

Output

The collected data is saved to the Apify dataset. The output data includes the following fields:

  • product_url: Product URL
  • title: Product name
  • supplier:
    • name: Supplier name
    • image_url: Supplier image URL
    • star_count: Supplier rating
  • description: Product descriptions, including:
    • Material: Material of the product
    • Product Attributes: Attributes of the product
    • Package Size: Size of the product package
  • categories: Product categories
  • variants:
    • Variant options (dynamically determined based on the product, e.g., color, size)
    • sku: Stock keeping unit
    • price: Price
    • estimated_profit: Estimated profit
    • warehouse: Warehouse information
    • inventory: Inventory status
    • weight: Product weight

Example Output

1{
2    "product_url": "https://cjdropshipping.com/product/portable-wireless-carplay-with-2.5k-camera-1080p-back-cam-9.3inches-ultra-hd-android-auto-car-play-screen-for-car-dvr-loop-recording-bluetooth-gps-navigation-touch-drive-screen-with-fm-radio-system-p-1748190816352751616.html",
3    "title": "Portable Wireless Carplay With 2.5K Camera, 1080P Back Cam 9.3inches Ultra HD Android Auto Car Play Screen For Car DVR Loop Recording, Bluetooth GPS Navigation Touch Drive Screen With FM Radio System",
4    "supplier": {
5      "name": "XYFSFS",
6      "image_url": "https://cc-west-usa.oss-us-west-1.aliyuncs.com/d63837d0-9928-49af-968d-164bf7c8ddfdd",
7      "star_count": 4
8    },
9    "description": {
10      "Material": "Plastic",
11      "Product Attributes": "Ordinary",
12      "Package Size": "275*150*128(1mm)"
13    },
14    "categories": [
15      "Home",
16      "Automobiles & Motorcycles",
17      "Auto Replacement Parts",
18      "Interior Parts"
19    ],
20    "variants": [
21      {
22        "Color": {
23          "title": "Color(Black)",
24          "image_url": "https://cf.cjdropshipping.com/6e8c1a72-dbc7-4cce-8e6a-9e98f7fa4fed.jpg"
25        },
26        "Style": "64G Memory Card",
27        "sku": "CJQC195175901AZ",
28        "price": "SGD101.32",
29        "estimated_profit": "RRP SGD662.62 (Estimated Profit 554%)",
30        "warehouse": "US",
31        "inventory": "Inventory: 287",
32        "weight": "1180g"
33      }
34    ]
35  }

This example output shows the structured data of a single product. The actual output will be a list of similar objects for all processed products.

Notes

  • The collected data is stored in Apify’s default data store.

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!