Get Images Rental

Get Images Rental

by maged120

The get-images actor extracts images from a given webpage URL.

178 runs
4 users
Try This Actor

Opens on Apify.com

About Get Images Rental

The get-images actor extracts images from a given webpage URL.

What does this actor do?

Get Images Rental is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.

Key Features

  • Cloud-based execution - no local setup required
  • Scalable infrastructure for large-scale operations
  • API access for integration with your applications
  • Built-in proxy rotation and anti-blocking measures
  • Scheduled runs and webhooks for automation

How to Use

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. Run the actor and download your results

Documentation

get-images The get-images actor extracts images from a given webpage URL. ## Usage ### Input The actor accepts the following input parameters: - target_url (required): The URL to scrape images from - limit (optional): Maximum number of images to return (minimum 10, default: 200) - page (optional): Page number for pagination (starts from 1, default: 1) - min_width (optional): Minimum width of images to scrape in pixels (default: 100) - min_height (optional): Minimum height of images to scrape in pixels (default: 100) - exclude_extensions (optional): List of file extensions to exclude (default: ["svg"]) ### Example Input: json { "target_url": "https://example.com", "limit": 50, "page": 1, "min_width": 200, "min_height": 200, "exclude_extensions": ["svg", "webp"] } ### Example Output: json [ { "alt": "Example Image 1", "src": "https://example.com/image1.jpg", "width": 800, "height": 600, "extension": "jpg" }, { "alt": "Example Image 2", "src": "https://example.com/image2.png", "width": 1200, "height": 800, "extension": "png" } ] ### Pagination The actor supports pagination through the page and limit parameters: - page: Specifies which page of results to return (starts from 1) - limit: Specifies how many results to return per page (minimum 10) For example: - Page 1 with limit 50: Returns the first 50 images - Page 2 with limit 50: Returns images 51-100 - Page 3 with limit 50: Returns images 101-150 ### Image Filtering The actor allows filtering images by their dimensions and file types: - min_width: Only returns images with width greater than or equal to this value - min_height: Only returns images with height greater than or equal to this value - exclude_extensions: List of file extensions to exclude from results (e.g., ["svg", "webp"]) This is useful for: - Filtering out small icons, thumbnails, or other decorative images - Excluding specific image formats you don't want to process - Focusing on specific image types (e.g., only jpg and png files) ### File Extensions The actor automatically: - Extracts file extensions from image URLs - Filters out images with excluded extensions - Includes the file extension in the output - Handles extensions case-insensitively ## Error Handling If an error occurs during scraping, the actor will return an error object with details: json { "alt": "Error", "src": "https://example.com", "error": "Failed to load page: Connection timeout" }

Categories

Common Use Cases

Market Research

Gather competitive intelligence and market data

Lead Generation

Extract contact information for sales outreach

Price Monitoring

Track competitor pricing and product changes

Content Aggregation

Collect and organize content from multiple sources

Ready to Get Started?

Try Get Images Rental now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
maged120
Pricing
Paid
Total Runs
178
Active Users
4
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support