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.
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.
1{ 2"productUrls": [ 3"https://www.cjdropshipping.com/product-url-1", 4"https://www.cjdropshipping.com/product-url-2" 5], 6"currency": "EUR" 7}
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 ratingdescription
: Product descriptions, including:
Material
: Material of the productProduct Attributes
: Attributes of the productPackage Size
: Size of the product packagecategories
: Product categoriesvariants
:
sku
: Stock keeping unitprice
: Priceestimated_profit
: Estimated profitwarehouse
: Warehouse informationinventory
: Inventory statusweight
: Product weight1{ 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.
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.
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.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
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!