Bing Visual Search Scraper avatar

Bing Visual Search Scraper

Pricing

from $1.99 / 1,000 search results

Go to Apify Store
Bing Visual Search Scraper

Bing Visual Search Scraper

Uploads a public image to Bing Visual Search and extracts the identified subject, visual matches, and source pages.

Pricing

from $1.99 / 1,000 search results

Rating

0.0

(0)

Developer

Search API

Search API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Uploads a public image to Bing Visual Search and extracts the identified subject, visual matches, and source pages.

What this Actor collects

The Actor submits one public image and stores each identified subject, visual match, or source page as a separate source-backed dataset item.

  • Uses the input limits and filters below to control the crawl.
  • Stores source-backed fields defined by the 32-field dataset schema.
  • Omits optional fields when the source does not expose a value instead of writing nulls or fabricated placeholders.

Use cases

  • Subject and object identification
  • Visually similar image discovery
  • Image-source and attribution research

Input

Provide input in JSON. Fields marked required must be supplied; source-specific alternatives and constraints are described in the field text.

FieldTypeRequiredDefaultDescription
imageUrlstringYesDirect HTTP(S) URL of the image to submit to Bing Visual Search. The Actor validates the response as an image before upload.
marketstringNo"en-US"Language-country market such as en-US or en-GB.
maxResultsintegerNo50Maximum number of unique identified-object, visual-match, and source-page records.
maxPagesintegerNo1Maximum result pages to inspect after Bing identifies the image.
maxRequestRetriesintegerNo3Retries for temporary navigation, rate-limit, proxy, and browser failures.
navigationTimeoutSecsintegerNo90Maximum seconds for each browser navigation.
requestHandlerTimeoutSecsintegerNo180Maximum seconds for image upload and result extraction.
imageDownloadTimeoutSecsintegerNo30Maximum seconds to download the input image.
maxImageBytesintegerNo10000000Reject larger image responses before submitting them to Bing (maximum 10 MB).
headlessbooleanNotrueRun Chrome without a visible window.
proxyConfigurationobjectNoUse Apify Proxy or authorized custom proxy URLs when required.
debugbooleanNofalseEnable verbose diagnostics without logging the input image URL or sensitive response values.

Example input

{
"imageUrl": "https://images.unsplash.com/photo-1518791841217-8f162f1e1131?w=800",
"maxPages": 1,
"proxyConfiguration": {
"useApifyProxy": false
},
"market": "en-US",
"maxResults": 30,
"maxRequestRetries": 3,
"navigationTimeoutSecs": 90,
"requestHandlerTimeoutSecs": 180,
"imageDownloadTimeoutSecs": 30,
"maxImageBytes": 10000000
}

Output

The default dataset contains one item per identified subject, visual match, or source page. The following are the most useful fields; availability varies by result type.

FieldTypeDescription
positionintegerPosition
typestringType
titlestringTitle
descriptionstringDescription
snippetstringSnippet
urlstringURL
sourcestringSearch engine
scrapedAtstringScraped at
resultTypestringResult type
pageintegerPage
detectedQuerystringDetected subject
sourceUrlstringSource URL
sourceDomainstringSource domain
sourceUrlsarrayOverview source URLs
sourcePageTitlestringSource page title
displayUrlstringDisplayed URL

Example dataset item

This compact example is taken from local Actor storage. Long text and nested collections are shortened for documentation only.

{
"position": 1,
"type": "visual-search",
"title": "Domestic Short-Haired Tabby Cat",
"description": "Like Dislike The Domestic Short-Haired Tabby Cat is a beloved, adaptable feline known for its distinctive coat patterns, playful personality, and affectionate nature. Overview and…",
"snippet": "Like Dislike The Domestic Short-Haired Tabby Cat is a beloved, adaptable feline known for its distinctive coat patterns, playful personality, and affectionate nature. Overview and…",
"source": "bing",
"scrapedAt": "2026-07-23T15:15:32.358Z",
"resultType": "identifiedObject",
"page": 1,
"detectedQuery": "Domestic Short-Haired Tabby Cat",
"sourceUrls": [
"https://completecatguide.com/understanding-tabby-domestic-shorthair-cat-breed-guide-and-care-tips/",
"https://fluffytamer.com/short-hair-tabby-cat/"
],
"searchImageUrl": "https://images.unsplash.com/photo-1518791841217-8f162f1e1131"
}