Google Lens - Image Sources avatar
Google Lens - Image Sources
Try for free

No credit card required

View all Actors
Google Lens - Image Sources

Google Lens - Image Sources

useful-tools/google-lens-image-sources
Try for free

No credit card required

This actor allows you to find similar image sources via the Google Lens with some additional meta information like original image size on the source webpage.

The code examples below show how to run the Actor and get its results. To run the code, you need to have an Apify account. Replace <YOUR_API_TOKEN> in the code with your API token, which you can find under Settings > Integrations in Apify Console. Learn more

1# Set API token
2API_TOKEN=<YOUR_API_TOKEN>
3
4# Prepare Actor input
5cat > input.json <<'EOF'
6{
7  "startUrls": [
8    {
9      "url": "https://thumbs.dreamstime.com/z/beagle-dog-isolated-white-background-purebred-103538194.jpg"
10    },
11    {
12      "url": "https://images.megapixl.com/4976/49769857.jpg"
13    }
14  ],
15  "proxyConfiguration": {
16    "useApifyProxy": true
17  }
18}
19EOF
20
21# Run the Actor using an HTTP API
22# See the full API reference at https://docs.apify.com/api/v2
23curl "https://api.apify.com/v2/acts/useful-tools~google-lens-image-sources/runs?token=$API_TOKEN" \
24  -X POST \
25  -d @input.json \
26  -H 'Content-Type: application/json'
Developer
Maintained by Community
Actor metrics
  • 19 monthly users
  • 3 stars
  • 84.2% runs succeeded
  • 1.5 days response time
  • Created in Jul 2023
  • Modified 9 months ago
Categories