iQIYI Scraper
Pricing
from $4.00 / 1,000 results
iQIYI Scraper
Easily scrape video data from iQIYI(爱奇艺) search results and profiles, like title, album, image, interaction data, uploader data and more.
Pricing
from $4.00 / 1,000 results
Rating
0.0
(0)
Developer
Nataniel Santos
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
What does iQIYI Scraper do?
iQIYI Scraper is an Apify Actor designed to extract detailed information about videos from the iQIYI platform. It can scrape video details using either direct video URLs or search terms, allowing users to gather comprehensive data on a wide range of videos available on iQIYI.
✨ Features
- 🔎 Scrape by search terms, profiles and videos URLs
- ⚡ Fast and reliable scraping
- 🧑💻 Perfect for non-technical users
- 🔒 No need for authentication
- 🔄 Automatically handles retries for failed requests
- 📦 Outputs data in JSON format for easy integration with other tools
🎯 Who Is This For?
- Content creators and marketers looking to analyze iQIYI video content
- Researchers studying trends and patterns in online video content
- Developers needing structured data from iQIYI for their applications
- Anyone interested in gathering insights from iQIYI's vast video library
⬇️ Input Options
- 🔗
urls- List of URLs to scrape. It can be a list of video URLs, profile URLs or album URLs from iQiyi. or - 🔍
searchTerms- Search terms to query on iQiyi. The Actor will search for each term and scrape results until it reaches the maxItems limit. - 🗂️
sortBy(optional) - Sorting order for search results.relevancesorts by relevance to the search term,latestsorts by publish date with newest first, andpopularsorts by popularity with most popular first. - 🔖
category(optional) - Category to filter search results by. See the Input specification to see the complete list of categories. - 📅
publishDate(optional) - Filter search results by publish date.all_timeincludes all results,last_24_hoursincludes videos published in the last 24 hours,last_7_daysincludes videos published in the last week,last_30_daysincludes videos published in the last month. - 🌐
site(optional) - Filter search results by video hosting site.allincludes results from all supported sites, while selecting a specific site will only include results from that site. See the Input specification to see the complete list of supported sites. - 🎥
quality(optional) - Filter search results by video quality.allincludes all results regardless of quality. The other options arehd,ultra_hd,720pand1080p. - ⚙️
maxItems(optional) - Maximum number of items to scrape for each search term or profile. Set 0 to scrape all available items. Default is 100. - 🧑💻
scrapeAdditionalInfo(optional) - Whether to scrape additional information such as uploader data (uploader name, uploader avatar, uploader follower count, etc.) and interaction data (like count, sub count, comment count, etc.). Enabling this option may reduce the run time.
💡 Input Examples
Scrape by URLs
{"urls": ["http://www.iqiyi.com/v_12vxqf0wkkw.html","http://www.iqiyi.com/v_19rrn9x5s8.html"]}
Scrape by Search Terms (50 items per search term)
{"searchTerms": ["风与潮","隐秘的角落"],"sortBy": "latest","category": "tv_series","publishDate": "last_30_days","site": "iqiyi","quality": "hd","maxItems": 50,"scrapeAdditionalInfo": true}
Scrape a profile by URL
{"urls": ["https://www.iqiyi.com/creator/1417086489"],"scrapeAdditionalInfo": true,"maxItems": 20}
📤 Output Format
The format of the output is a JSON object with the following fields:
imageUrl: URL of the video's thumbnail imageid: Unique identifier for the videourl: URL of the video on iQiyivideoTitle: Title of the videoalbumPageUrl: URL of the album page the video belongs to (if applicable)albumTitle: Title of the album the video belongs to (if applicable)albumId: Unique identifier for the album the video belongs to (if applicable)categoryId: Unique identifier for the video's categorycategoryName: Name of the video's categorydescription: Description of the videoheatCount: Heat count of the video, which is a measure of its popularitypublishTime: Publish time of the video in Unix timestamp formatpublishTimeString: Publish time of the video in human-readable formathorizontalImageUrl: URL of the video's horizontal thumbnail imagefirtFrameImageUrl: URL of the video's first frame imagerating: Rating of the video (if available)ratingCount: Number of ratings the video has received (if available)totalItemsInAlbum: Total number of items in the album the video belongs to (if applicable)actors: List of actors in the video (if available)uploaderName: Name of the video's uploader (if scrapeAdditionalInfo is true)uploaderAvatar: URL of the uploader's avatar image (if scrapeAdditionalInfo is true)uploaderId: Unique identifier for the uploader (if scrapeAdditionalInfo is true)likeCount: Number of likes the video has received (if scrapeAdditionalInfo is true)subCount: Number of subscribers the video has (if scrapeAdditionalInfo is true)commentCount: Number of comments the video has received (if scrapeAdditionalInfo is true)uploaderVideoCount: Total number of videos uploaded by the uploader (if scrapeAdditionalInfo is true)uploaderFollowerCount: Total number of followers the uploader has (if scrapeAdditionalInfo is true)uploaderLocation: Location of the uploader (if scrapeAdditionalInfo is true)uploaderOrgName: Organization name of the uploader (if scrapeAdditionalInfo is true)
🗂️ Output Example
{"imageUrl": "https://pic2.iqiyipic.com/image/20260325/90/51/a_100788930_m_601_579_772.jpg","id": "5924496141864900","url": "https://www.iqiyi.com/v_1niil20qs2w.html","videoTitle": "原来是变色龙在避雨啊","albumPageUrl": "https://www.iqiyi.com/a_28fdjsrsru5.html","albumTitle": "小小赛动漫菌y的2026年合集2","albumId": "8287676726358401","categoryId": 27,"categoryName": "原创","description": null,"heatCount": 1458,"publishTime": 1777451760,"publishTimeString": "2026-04-29 08:36","horizontalImageUrl": "https://pic2.iqiyipic.com/image/20260325/90/51/a_100788930_m_601_480_270.jpg","firtFrameImageUrl": "https://m.iqiyipic.com/u8/image/20260415/cd/4c/pv_5924496141864900_d_616_720_1280.jpg","rating": null,"ratingCount": null,"totalItemsInAlbum": 99,"actors": [],"uploaderName": "小小赛动漫菌y", // if scrapeAdditionalInfo is true"uploaderAvatar": "https://img7.iqiyipic.com/passport/20250826/98/70/passport_1704326987_175618326953486_130_130.jpg", // if scrapeAdditionalInfo is true"uploaderId": "1704326987", // if scrapeAdditionalInfo is true"likeCount": 577, // if scrapeAdditionalInfo is true"subCount": 410, // if scrapeAdditionalInfo is true"commentCount": 1, // if scrapeAdditionalInfo is true"uploaderVideoCount": 1015, // if scrapeAdditionalInfo is true"uploaderFollowerCount": 8305, // if scrapeAdditionalInfo is true"uploaderLocation": "贵州", // if scrapeAdditionalInfo is true"uploaderOrgName": "贵阳远岚网络科技有限公司" // if scrapeAdditionalInfo is true}
💲How much will scraping iQIYI cost you?
The pricing changes according to your Apify plan.
- Free: $7.00/1,000 posts (Apify gives you $5.00 free credits every month, so you can scrape up to 714 videos)
- Starter: $5.00/1,000 posts
- Scale: $4.00/1,000 posts
- Business: $4.00/1,000 posts
Additional cost if you choose to scrape additional info (uploader data and interaction data):
- $1.00/1,000 posts
🧩 Integrations and iQIYI Scraper
iQIYI Scraper can be connected with almost any cloud service or web app thanks to integrations on the Apify platform. You can integrate with Make, Zapier, Slack, Airbyte, GitHub, Google Sheets, Google Drive, and more. Or you can use webhooks to carry out an action whenever an event occurs, e.g. get a notification whenever iQIYI Scraper successfully finishes a run.
🔌Using iQIYI 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 docs for full details or click on the API tab 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 iQIYI scraper or simply found a bug, please create an issue on the Actor’s Issues tab in Apify Console. 📧 Email: nathan.santos159@hotmail.com