# Dongchedi Video Scraper (`natanielsantos/dongchedi-video-scraper`) Actor

Easily scrape video data from profiles, categories, search, group or video URLs from Dongchedi platform. Get download link, title description, cover, related car data and more.

- **URL**: https://apify.com/natanielsantos/dongchedi-video-scraper.md
- **Developed by:** [Nataniel Santos](https://apify.com/natanielsantos) (community)
- **Categories:** Social media, Videos, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.99 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

### What does Dongchedi Video Scraper do?

<table><tr>
<td style="border-left:4px solid #efd300;padding:12px 16px;font-weight:300">Dongchedi Video Scraper is a web scraping tool that allows you to extract video data from the Dongchedi website. It can scrape videos by video URLs, user profile URLs, category URLs, or group URLs. The scraper collects various details about each video, including the title, description, download URL, upload date, duration, view count, like count, comment count, and more.</td>
</tr></table>

### ✨ Features

- 🔗 Scrape videos by video URLs, user profile URLs, category URLs, search URLs or group URLs.
- 🔍 Scrape using Search Terms
- 🧹 Clean and structured output data.
- ⚡ Fast and reliable scraping
- 🧑‍💻 Perfect for non-technical users
- 📦 Outputs data in multiple formats like JSON, CSV, Excel and more

### ⬇️ What You Need to Provide

##### 🔗 Scraping by Start URLs:

You can provide a list of the following type of URLs to scrape videos from:

- 🎥 **Video URLs** (example: `https://www.dongchedi.com/video/7564756097173652010`)
- 👤 **User Profile URLs** (example: `https://www.dongchedi.com/user/6960302743`)
  - **Profile Video Type** (example: `long` or `short`, default: `long`)
- 🗂️ **Category URLs** (example: `https://www.dongchedi.com/videos/newcar`)
- 🔗 **Group URLs** (example: `https://www.dongchedi.com/video/groups/1182`)
- 🔍 **Search URLs** (example: `https://www.dongchedi.com/search?keyword=Tesla`)

Example input in JSON format:

```json
{
  "startUrls": [
    {
      "url": "https://www.dongchedi.com/user/6960302743"
    },
    {
      "url": "https://www.dongchedi.com/videos/newcar"
    }
  ],
  "profileVideoType": "long",
  "maxItems": 300
}
```

<table><tr>
<td style="border-left:4px solid #efd300;padding:12px 16px;font-weight:300">The input above scrapes 300 videos from the user profile URL and the category URL. The scraper will scrape long videos from the user profile URL.</td>
</tr></table>

##### 🔍 Scraping by Search Terms:

You can provide a list of search terms to scrape videos from:

Example input in JSON format:

```json
{
  "searchTerms": ["Tesla", "BMW", "Audi"],
  "maxItems": 300
}
```

<table><tr>
<td style="border-left:4px solid #efd300;padding:12px 16px;font-weight:300">The input above scrapes 300 videos from the search results for the search terms "Tesla", "BMW", and "Audi".</td>
</tr></table>

##### 🗂️ Scraping catetories:

You can provide a list of categories to scrape videos from:
Example input in JSON format:

```json
{
  "categories": ["news", "newcar", "guide", "skill"],
  "maxItems": 300
}
```

<table><tr>
<td style="border-left:4px solid #efd300;padding:12px 16px;font-weight:300">The input above scrapes 300 videos from the categories "news", "newcar", "guide", and "skill".</td>
</tr></table>

### 📦 Output Example

```json
{
    "gid": "7575215076290871833",
    "coverUrl": "https://p3-dcd-sign.byteimg.com/motor-article-img/34d4f122bbc148d98eebc70b5b89a4ae~tplv-f042mdwyw7-original:1024:0.image?rk3s=125a4689&x-expires=1783382736&x-signature=d1BE%2FW9jOQdASewj8%2B4x5B2SHXE%3D&psm=motor.pc_common.api",
    "title": "广州车展  岚图跟华为携手  做大中国新能源汽车市场",
    "publishTime": 1763742299000,
    "author": {
        "avatarUrl": "https://p6-passport.byteacctimg.com/img/user-avatar/8e89a7a400e62653f3ff0e35eef88802~300x300.jpg",
        "name": "梨视频麻辣车评",
        "id": "3145074390080829",
    },
    "duration": 290,
    "likeCount": 0,
    "commentCount": 0,
    "shareCount": 5,
    "seriesInfo": {
        "coverUrl": "https://p3-dcd.byteimg.com/img/tos-cn-i-dcdx/8c904b55208540b3bb0caad827b8226f~tplv-resize:240:0.image",
        "seriesId": 264,
        "seriesName": "迈巴赫S级",
        "officialPrice": "146.80-364.30万",
        "dealerPrice": "146.80-364.30万",
        "minDealerPrice": "146.80",
        "maxDealerPrice": "364.30",
        "minOfficialPrice": "146.80",
        "maxOfficialPrice": "364.30"
    },
    "videoId": "v02faag10004d4g93sfog65r57086ti0",
    "url": "https://www.dongchedi.com/video/7575215076290871833",
    "playInfo": [
        {
            "bitrate": 759744,
            "definition": "360p",
            "format": "mp4",
            "codec": "h264",
            "size": 27599801,
            "height": 360,
            "width": 640,
            "mainPlayUrl": "https://v26-cha.toutiaovod.com/d651040f4de0dd74bba363f8f347087c/6a431789/video/tos/cn/tos-cn-v-4ab82c/o8dg4KjiUcUCQEtIBAi0JkgBQkhEaACufEk9D7/?a=13&ch=0&cr=0&dr=0&er=0&lr=unwatermarked&cd=0%7C0%7C0%7C0&cv=1&br=741&bt=741&cs=0&ds=1&ft=4~aoTYrIDyjNb~VQ9wOg21Hhd.kLrgrg3-ApQX&mime_type=video_mp4&qs=0&rc=ZjVlOmg7OjY2OWk0OGU2NkBpM3c7OnU5cnY8NzczNGRpM0BjYDFiNS1hNWMxMC1iLjA2YSNmMy0yMmRjMGRhLS1kXi9zcw%3D%3D&btag=c0000e000b0030&dy_q=1782777943&feature_id=59cb2766d89ae6284516c6a254e9fb61&l=202606300805433695DA02425E4AF7B66D",
            "backupPlayUrl": "https://v3-cha.toutiaovod.com/f1da328677321f47ab0f9d35aaf78c3b/6a431789/video/tos/cn/tos-cn-v-4ab82c/o8dg4KjiUcUCQEtIBAi0JkgBQkhEaACufEk9D7/?a=13&ch=0&cr=0&dr=0&er=0&lr=unwatermarked&cd=0%7C0%7C0%7C0&cv=1&br=741&bt=741&cs=0&ds=1&ft=4~aoTYrIDyjNb~VQ9wOg21Hhd.kLrgrg3-ApQX&mime_type=video_mp4&qs=0&rc=ZjVlOmg7OjY2OWk0OGU2NkBpM3c7OnU5cnY8NzczNGRpM0BjYDFiNS1hNWMxMC1iLjA2YSNmMy0yMmRjMGRhLS1kXi9zcw%3D%3D&btag=c0000e000b0030&dy_q=1782777943&feature_id=59cb2766d89ae6284516c6a254e9fb61&l=202606300805433695DA02425E4AF7B66D",
            "urlExpireTime": 1782781833
        },
        {
            "bitrate": 1212477,
            "definition": "480p",
            "format": "mp4",
            "codec": "h264",
            "size": 44046579,
            "height": 480,
            "width": 854,
            "mainPlayUrl": "https://v26-cha.toutiaovod.com/aed7af091dde4f966006d2552a0be11a/6a431789/video/tos/cn/tos-cn-v-4ab82c/o41BiACKE97AdYjgIQqyifk4hkka0EJc2ADUQ2/?a=13&ch=0&cr=0&dr=0&er=0&lr=unwatermarked&cd=0%7C0%7C0%7C0&cv=1&br=1184&bt=1184&cs=0&ds=2&ft=4~aoTYrIDyjNb~VQ9wOg21Hhd.kLrgrg3-ApQX&mime_type=video_mp4&qs=0&rc=Mzo5OjZkaWg8Nmk7NjozZUBpM3c7OnU5cnY8NzczNGRpM0AxYDIuYzUyNjQxYjE2LzFeYSNmMy0yMmRjMGRhLS1kXi9zcw%3D%3D&btag=c0000e000b0030&dy_q=1782777943&feature_id=f0150a16a324336cda5d6dd0b69ed299&l=202606300805433695DA02425E4AF7B66D",
            "backupPlayUrl": "https://v3-cha.toutiaovod.com/b640ff0ca59a5bdcc99e86ba341bec6a/6a431789/video/tos/cn/tos-cn-v-4ab82c/o41BiACKE97AdYjgIQqyifk4hkka0EJc2ADUQ2/?a=13&ch=0&cr=0&dr=0&er=0&lr=unwatermarked&cd=0%7C0%7C0%7C0&cv=1&br=1184&bt=1184&cs=0&ds=2&ft=4~aoTYrIDyjNb~VQ9wOg21Hhd.kLrgrg3-ApQX&mime_type=video_mp4&qs=0&rc=Mzo5OjZkaWg8Nmk7NjozZUBpM3c7OnU5cnY8NzczNGRpM0AxYDIuYzUyNjQxYjE2LzFeYSNmMy0yMmRjMGRhLS1kXi9zcw%3D%3D&btag=c0000e000b0030&dy_q=1782777943&feature_id=f0150a16a324336cda5d6dd0b69ed299&l=202606300805433695DA02425E4AF7B66D",
            "urlExpireTime": 1782781833
        },
        {
            "bitrate": 2079968,
            "definition": "720p",
            "format": "mp4",
            "codec": "h264",
            "size": 75560559,
            "height": 720,
            "width": 1280,
            "mainPlayUrl": "https://v26-cha.toutiaovod.com/b39a392ded0c1627804c2db0337c5b05/6a431789/video/tos/cn/tos-cn-v-4ab82c/oQEAID4f0gQ0iAJ7IjAkUldBQiT9h6RcKCkEED/?a=13&ch=0&cr=0&dr=0&er=0&lr=unwatermarked&cd=0%7C0%7C0%7C0&cv=1&br=2031&bt=2031&cs=0&ds=3&ft=4~aoTYrIDyjNb~VQ9wOg21Hhd.kLrgrg3-ApQX&mime_type=video_mp4&qs=0&rc=ZDU7OjU1PDU8Zjk7aDY7Z0BpM3c7OnU5cnY8NzczNGRpM0BjYzItLjRgNTAxY2FiM2FeYSNmMy0yMmRjMGRhLS1kXi9zcw%3D%3D&btag=c0000e000b0030&dy_q=1782777943&feature_id=f0150a16a324336cda5d6dd0b69ed299&l=202606300805433695DA02425E4AF7B66D",
            "backupPlayUrl": "https://v3-cha.toutiaovod.com/90c6baf9044ba1c1cea6944c97b33c2c/6a431789/video/tos/cn/tos-cn-v-4ab82c/oQEAID4f0gQ0iAJ7IjAkUldBQiT9h6RcKCkEED/?a=13&ch=0&cr=0&dr=0&er=0&lr=unwatermarked&cd=0%7C0%7C0%7C0&cv=1&br=2031&bt=2031&cs=0&ds=3&ft=4~aoTYrIDyjNb~VQ9wOg21Hhd.kLrgrg3-ApQX&mime_type=video_mp4&qs=0&rc=ZDU7OjU1PDU8Zjk7aDY7Z0BpM3c7OnU5cnY8NzczNGRpM0BjYzItLjRgNTAxY2FiM2FeYSNmMy0yMmRjMGRhLS1kXi9zcw%3D%3D&btag=c0000e000b0030&dy_q=1782777943&feature_id=f0150a16a324336cda5d6dd0b69ed299&l=202606300805433695DA02425E4AF7B66D",
            "urlExpireTime": 1782781833
        },
        {
            "bitrate": 3835867,
            "definition": "1080p",
            "format": "mp4",
            "codec": "h264",
            "size": 139348445,
            "height": 1080,
            "width": 1920,
            "mainPlayUrl": "https://v26-cha.toutiaovod.com/237923ffad37cbe9bee8fba2cca08fe8/6a431789/video/tos/cn/tos-cn-v-4ab82c/ooC8nmsQfXEnT1SQASQMZe8hiJWfAPQgBEEjbT/?a=13&ch=0&cr=0&dr=0&er=0&lr=unwatermarked&cd=0%7C0%7C0%7C0&cv=1&br=3745&bt=3745&cs=0&ds=4&ft=4~aoTYrIDyjNb~VQ9wOg21Hhd.kLrgrg3-ApQX&mime_type=video_mp4&qs=0&rc=O2k4NjY5ZDw8ZzY1Zzo2ZkBpM3c7OnU5cnY8NzczNGRpM0AvLzEwNS8zNl4xYzI1MC9hYSNmMy0yMmRjMGRhLS1kXi9zcw%3D%3D&btag=c0000e000b0030&dy_q=1782777943&feature_id=f0150a16a324336cda5d6dd0b69ed299&l=202606300805433695DA02425E4AF7B66D",
            "backupPlayUrl": "https://v3-cha.toutiaovod.com/4f2fd649225f129dbe7229f88ce7b891/6a431789/video/tos/cn/tos-cn-v-4ab82c/ooC8nmsQfXEnT1SQASQMZe8hiJWfAPQgBEEjbT/?a=13&ch=0&cr=0&dr=0&er=0&lr=unwatermarked&cd=0%7C0%7C0%7C0&cv=1&br=3745&bt=3745&cs=0&ds=4&ft=4~aoTYrIDyjNb~VQ9wOg21Hhd.kLrgrg3-ApQX&mime_type=video_mp4&qs=0&rc=O2k4NjY5ZDw8ZzY1Zzo2ZkBpM3c7OnU5cnY8NzczNGRpM0AvLzEwNS8zNl4xYzI1MC9hYSNmMy0yMmRjMGRhLS1kXi9zcw%3D%3D&btag=c0000e000b0030&dy_q=1782777943&feature_id=f0150a16a324336cda5d6dd0b69ed299&l=202606300805433695DA02425E4AF7B66D",
            "urlExpireTime": 1782781833
        }
    ]
}
```

### 💲How much will scraping Dongchedi Video Scraper cost you?

The pricing changes according to your Apify plan.

- Free: **$7.00**/1,000 results
- Starter: **$5.00**/1,000 results
- Scale: **$4.00**/1,000 results
- Business: **$3.00**/1,000 results

<table><tr>
<td style="border-left:4px solid #efd300;padding:12px 16px;font-weight:300">Note: As a free user, you will receive a $5.00 credit monthly, but you are limited to 50 results per URL and 1 URL per run. To remove this limitation, you can upgrade to a paid plan.</td>
</tr></table>

### 🧩 Integrations and Dongchedi Video Scraper

Dongchedi Video Scraper can be connected with almost any cloud service or web app thanks to [integrations on the Apify platform](https://apify.com/integrations). You can integrate with Make, Zapier, Slack, Airbyte, GitHub, Google Sheets, Google Drive, [and more](https://docs.apify.com/integrations). Or you can use [webhooks](https://docs.apify.com/integrations/webhooks) to carry out an action whenever an event occurs, e.g. get a notification whenever Dongchedi Video Scraper successfully finishes a run.

### 🔌Using Dongchedi Video Scraper with the Apify API

The Apify API gives you programmatic access to the Apify platform. The API is organized around RESTful HTTP endpoints that enable you to manage, schedule, and run Apify actors. The API also lets you access any datasets, monitor actor performance, fetch results, create and update versions, and more.

To access the API using Node.js, use the apify-client NPM package. To access the API using Python, use the apify-client PyPI package.

Check out the [Apify API reference](https://docs.apify.com/api/v2) docs for full details or click on the [API tab](https://apify.com/natanielsantos/dongchedi-video-scraper/api) for code examples.

### 💬 Giving feedback

We’re always working on improving the performance of our Actors. So if you’ve got any technical feedback for Dongchedi Video Scraper or simply found a bug, please create an issue on the Actor’s [Issues tab](https://apify.com/natanielsantos/dongchedi-video-scraper/issues/open) in Apify Console.
📧 Email: nathan.santos159@hotmail.com

# Actor input Schema

## `startUrls` (type: `array`):

List of video URLs to scrape.

## `searchTerms` (type: `array`):

List of search terms to scrape videos from.

## `categories` (type: `array`):

Select the categories to scrape videos from.

## `maxItems` (type: `integer`):

Maximum number of items to scrape per search term or profile.

## `profileVideoType` (type: `string`):

Type of videos to scrape from profiles.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.dongchedi.com/video/7564756097173652010"
    },
    {
      "url": "https://www.dongchedi.com/user/6960302743"
    },
    {
      "url": "https://www.dongchedi.com/videos/newcar"
    },
    {
      "url": "https://www.dongchedi.com/video/groups/1182"
    }
  ],
  "categories": [],
  "maxItems": 100,
  "profileVideoType": "long"
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "startUrls": [
        {
            "url": "https://www.dongchedi.com/video/7564756097173652010"
        }
    ],
    "categories": []
};

// Run the Actor and wait for it to finish
const run = await client.actor("natanielsantos/dongchedi-video-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "startUrls": [{ "url": "https://www.dongchedi.com/video/7564756097173652010" }],
    "categories": [],
}

# Run the Actor and wait for it to finish
run = client.actor("natanielsantos/dongchedi-video-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "startUrls": [
    {
      "url": "https://www.dongchedi.com/video/7564756097173652010"
    }
  ],
  "categories": []
}' |
apify call natanielsantos/dongchedi-video-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=natanielsantos/dongchedi-video-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/eOiMojinpF0TexnoJ/builds/8Pzl34phW3YSS3hY6/openapi.json
