CJ Dropshipping Scraper
1 day trial then $29.99/month - No credit card required now
CJ Dropshipping Scraper
1 day trial then $29.99/month - No credit card required now
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.
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
- Run this actor in the Apify console.
- 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 URLtitle
: Product namesupplier
:name
: Supplier nameimage_url
: Supplier image URLstar_count
: Supplier rating
description
: Product descriptions, including:Material
: Material of the productProduct Attributes
: Attributes of the productPackage Size
: Size of the product package
categories
: Product categoriesvariants
:- Variant options (dynamically determined based on the product, e.g., color, size)
sku
: Stock keeping unitprice
: Priceestimated_profit
: Estimated profitwarehouse
: Warehouse informationinventory
: Inventory statusweight
: 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.
- 7 monthly users
- 1 star
- 100.0% runs succeeded
- Created in Sep 2024
- Modified 26 days ago