Bing Images Api avatar

Bing Images Api

Pricing

$19.99/month + usage

Go to Apify Store
Bing Images Api

Bing Images Api

Bing Images API fetches image search results from Bing based on keywords. It collects image URLs, titles, source pages, thumbnails, and metadata. Ideal for dataset creation, visual research, content discovery, and powering image-based applications or analytics.

Pricing

$19.99/month + usage

Rating

0.0

(0)

Developer

Scrapio

Scrapio

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

A robust Apify Actor for scraping images from Bing Images search results. This actor supports bulk query processing, intelligent proxy fallback, and real-time data saving.

Why Choose Us?

  • Bulk Processing: Process multiple search queries in a single run
  • Intelligent Proxy Management: Automatic fallback from datacenter to residential proxies
  • Live Data Saving: Results are saved incrementally to prevent data loss
  • Comprehensive Error Handling: Robust retry logic with exponential backoff
  • Detailed Logging: Real-time progress updates and status information

Key Features

  • Multiple Query Support: Process multiple search queries simultaneously
  • Proxy Fallback: Automatic fallback from no proxy → datacenter → residential
  • Live Saving: Data saved immediately as it's scraped
  • Retry Logic: Up to 3 retry attempts with exponential backoff
  • Rate Limiting: Built-in delays to respect Bing's servers
  • Rich Metadata: Extract thumbnails, original images, sources, domains, and more

Input

JSON Example

{
"queries": ["Coffee", "Nature", "Technology"],
"maxImages": 100,
"countryCode": "US",
"proxyConfiguration": {
"useApifyProxy": false
}
}

Input Fields

  • queries (required, array): List of search queries to scrape images for

    • Example: ["Coffee", "Nature", "Technology"]
  • maxImages (optional, integer): Maximum number of images to scrape per query

    • Default: 100
    • Range: 1-1000
  • countryCode (optional, string): Country code for localized search results

    • Default: "US"
    • Examples: "US", "GB", "JP", "FR"
  • proxyConfiguration (optional, object): Proxy configuration settings

    • useApifyProxy (boolean): Enable Apify proxy
      • Default: false (no proxy)
      • If enabled, uses datacenter proxy with automatic fallback to residential

Output

JSON Example

{
"query": "Coffee",
"position": 1,
"thumbnail": "https://i.pinimg.com/150x150/...",
"original": "https://example.com/image.jpg",
"link": "https://www.bing.com/images/search?view=detailV2&...",
"title": "Coffee Cup",
"description": "A beautiful coffee cup",
"source": "https://example.com/article",
"domain": "example.com",
"size": "1920×1080",
"success": true
}

Output Fields

  • query: The search query this image was found for
  • position: Position of the image in search results (1-based)
  • thumbnail: URL to the thumbnail image
  • original: URL to the original full-size image
  • link: Bing detail page link for this image
  • title: Title of the image
  • description: Description or alt text of the image
  • source: Source website URL where the image is hosted
  • domain: Domain name of the source website
  • size: Image dimensions (width×height) if available
  • success: Whether the image was successfully scraped

🚀 How to Use the Actor (via Apify Console)

  1. Log in at https://console.apify.com and go to Actors
  2. Find your actor (bing-images-api) and click it
  3. Configure inputs:
    • Enter your search queries (one per line or as JSON array)
    • Set maximum images per query
    • Choose country code
    • Configure proxy settings if needed
  4. Click Start to run the actor
  5. Monitor logs in real time to see progress
  6. Access results in the OUTPUT tab
  7. Export results to JSON or CSV

Best Use Cases

  • Market Research: Collect images for product analysis
  • Content Creation: Gather visual assets for projects
  • SEO Research: Analyze image search trends
  • Data Collection: Build image datasets for machine learning
  • Competitive Analysis: Monitor visual content in your industry

Frequently Asked Questions

Q: How many images can I scrape per query?
A: You can scrape up to 1000 images per query, but the default is 100 for faster processing.

Q: What happens if Bing blocks my requests?
A: The actor automatically falls back to residential proxies and retries up to 3 times.

Q: Can I scrape images without a proxy?
A: Yes, by default the actor uses no proxy. However, using a proxy is recommended for better reliability.

Q: How long does it take to scrape 100 images?
A: Typically 1-3 minutes depending on network conditions and proxy usage.

Q: Are the images downloaded?
A: No, the actor only extracts image URLs and metadata. You can download images separately using the URLs provided.

Support and Feedback

For issues, questions, or feedback, please contact support through the Apify platform.


Cautions

  • Data is collected only from publicly available sources
  • Respect Bing's Terms of Service and rate limits
  • The end user is responsible for ensuring legal compliance (copyright, privacy, data protection, etc.)
  • Do not use scraped images without proper licensing or permission