IMDB Ratings
Pricing
Pay per usage
MOVIE_IDSarrayOptional
Array of movie IDs which wil be scraped. Example: ['tt2527338', 'tt1490017']
QUERYstringOptional
Search query. It will save 5 IDs which can be scraped. Example: 'John Wick' or 'Star Wars'
CHARTstringOptional
Save IDs, scrape info or ratings from IMDB charts. Popular movies example: 'moviemeter'
START_LIMIT_FROMintegerOptional
Starting limit number for scraping charts. Default is 1. Set 100 and than it will scrape from 100.movie in IMDb Charts (example popular).
Default value of this property is 1
LIMITintegerOptional
Scraping limit number for IMDb Charts (popular). Default is 50.
Default value of this property is 50
GET_MOVIES_DATAbooleanOptional
If checked it will scrape movie data.
Default value of this property is false
GET_RATINGSbooleanOptional
If checked it will scrape movie ratings.
Default value of this property is true
SAVE_IDsbooleanOptional
If checked it will save IDs
Default value of this property is false
CLEAN_DATASET_NAMESarrayOptional
Array of dataset name(s) which data will be deleted before scraping
proxyConfigurationobjectOptional
Specifies proxy servers that will be used by the scraper in order to hide its origin.
For details, see Proxy configuration in README.
Default value of this property is {"useApifyProxy":false}