Getty Images Scraper
3 days trial then $50.00/month - No credit card required now
Getty Images Scraper
3 days trial then $50.00/month - No credit card required now
It allows you to extract the image information. It also downloads the images and zip/save them under Apify key-value store.
You can access the Getty Images Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "startUrls": [
3 {
4 "url": "https://www.gettyimages.com/photos/ukraine-war?family=editorial&assettype=image&phrase=ukraine%20war"
5 }
6 ],
7 "maxItems": 10,
8 "proxyConfig": {
9 "useApifyProxy": true,
10 "apifyProxyGroups": [
11 "RESIDENTIAL"
12 ],
13 "apifyProxyCountry": "US"
14 }
15}' |
16apify call dtrungtin/gettyimages-scraper --silent --output-dataset
Getty Images Scraper API through CLI
The Apify CLI is the official tool that allows you to use Getty Images Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include:
- 7 monthly users
- 1 star
- 97.4% runs succeeded
- Created in Mar 2022
- Modified 3 months ago