openapi: 3.0.0
info:
version: "1.0.0"
x-release: v4
title: APIs.io Engineering Platform Amazon API Gateway 2014 11 13 WebSearch API
description: <fullname>Amazon API Gateway</fullname> <p>Amazon API Gateway helps developers deliver robust, secure, and scalable mobile and web application back ends. API Gateway allows developers to securely connect mobile and web applications to APIs that run on AWS Lambda, Amazon EC2, or other publicly addressable web services that are hosted outside of AWS.</p>
x-logo:
url: https://api.apis.guru/v2/cache/logo/https_twitter.com_awscloud_profile_image.png
backgroundColor: '#FFFFFF'
termsOfService: https://aws.amazon.com/service-terms/
contact:
name: Mike Ralphson
email: mike.ralphson@gmail.com
url: https://github.com/mermade/aws2openapi
x-twitter: PermittedSoc
license:
name: Apache 2.0 License
url: http://www.apache.org/licenses/
x-providerName: amazonaws.com
x-serviceName: apigateway
x-origin:
- contentType: application/json
url: https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/apigateway-2015-07-09.normal.json
converter:
url: https://github.com/mermade/aws2openapi
x-apisguru-driver: external
x-apiClientRegistration:
url: https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc2=h_ct
x-apisguru-categories:
- cloud
x-preferred: true
servers:
- url: http://apigateway.{region}.amazonaws.com
variables:
region:
description: The AWS region
enum:
- us-east-1
- us-east-2
- us-west-1
- us-west-2
- us-gov-west-1
- us-gov-east-1
- ca-central-1
- eu-north-1
- eu-west-1
- eu-west-2
- eu-west-3
- eu-central-1
- eu-south-1
- af-south-1
- ap-northeast-1
- ap-northeast-2
- ap-northeast-3
- ap-southeast-1
- ap-southeast-2
- ap-east-1
- ap-south-1
- sa-east-1
- me-south-1
default: us-east-1
description: The Amazon API Gateway multi-region endpoint
- url: https://apigateway.{region}.amazonaws.com
variables:
region:
description: The AWS region
enum:
- us-east-1
- us-east-2
- us-west-1
- us-west-2
- us-gov-west-1
- us-gov-east-1
- ca-central-1
- eu-north-1
- eu-west-1
- eu-west-2
- eu-west-3
- eu-central-1
- eu-south-1
- af-south-1
- ap-northeast-1
- ap-northeast-2
- ap-northeast-3
- ap-southeast-1
- ap-southeast-2
- ap-east-1
- ap-south-1
- sa-east-1
- me-south-1
default: us-east-1
description: The Amazon API Gateway multi-region endpoint
- url: http://apigateway.{region}.amazonaws.com.cn
variables:
region:
description: The AWS region
enum:
- cn-north-1
- cn-northwest-1
default: cn-north-1
description: The Amazon API Gateway endpoint for China (Beijing) and China (Ningxia)
- url: https://apigateway.{region}.amazonaws.com.cn
variables:
region:
description: The AWS region
enum:
- cn-north-1
- cn-northwest-1
default: cn-north-1
description: The Amazon API Gateway endpoint for China (Beijing) and China (Ningxia)
security:
- hmac: []
tags:
- name: WebSearch
paths:
/search:
get:
tags:
- WebSearch
summary: APIs.io Engineering Platform The Web Search API lets you send a search query to Bing and get back search results that include links to webpages, images, and more.
operationId: Web_Search
parameters:
- name: X-BingApis-SDK
in: header
description: Activate swagger compliance
required: true
schema:
type: string
enum:
- 'true'
x-ms-enum:
modelAsString: true
name: XBingApisSDK
x-ms-parameter-location: method
x-ms-enum:
modelAsString: true
name: XBingApisSDK
x-ms-parameter-location: method
- name: Accept
in: header
description: The default media type is application/json. To specify that the response use [JSON-LD](http://json-ld.org/), set the Accept header to application/ld+json.
schema:
type: string
- name: Accept-Language
in: header
description: A comma-delimited list of one or more languages to use for user interface strings. The list is in decreasing order of preference. For additional information, including expected format, see [RFC2616](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html). This header and the setLang query parameter are mutually exclusive; do not specify both. If you set this header, you must also specify the cc query parameter. Bing will use the first supported language it finds from the list, and combine that language with the cc parameter value to determine the market to return results for. If the list does not include a supported language, Bing will find the closest language and market that supports the request, and may use an aggregated or default market for the results instead of a specified one. You should use this header and the cc query parameter only if you specify multiple languages; otherwise, you should use the mkt and setLang query parameters. A user interface string is a string that's used as a label in a user interface. There are very few user interface strings in the JSON response objects. Any links in the response objects to Bing.com properties will apply the specified language.
schema:
type: string
x-ms-client-name: AcceptLanguage
x-ms-client-name: AcceptLanguage
- name: Pragma
in: header
description: 'By default, Bing returns cached content, if available. To prevent Bing from returning cached content, set the Pragma header to no-cache (for example, Pragma: no-cache).'
schema:
type: string
- name: User-Agent
in: header
description: The user agent originating the request. Bing uses the user agent to provide mobile users with an optimized experience. Although optional, you are strongly encouraged to always specify this header. The user-agent should be the same string that any commonly used browser would send. For information about user agents, see [RFC 2616](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html).
schema:
type: string
x-ms-client-name: UserAgent
x-ms-client-name: UserAgent
- name: X-MSEdge-ClientID
in: header
description: 'Bing uses this header to provide users with consistent behavior across Bing API calls. Bing often flights new features and improvements, and it uses the client ID as a key for assigning traffic on different flights. If you do not use the same client ID for a user across multiple requests, then Bing may assign the user to multiple conflicting flights. Being assigned to multiple conflicting flights can lead to an inconsistent user experience. For example, if the second request has a different flight assignment than the first, the experience may be unexpected. Also, Bing can use the client ID to tailor web results to that client ID’s search history, providing a richer experience for the user. Bing also uses this header to help improve result rankings by analyzing the activity generated by a client ID. The relevance improvements help with better quality of results delivered by Bing APIs and in turn enables higher click-through rates for the API consumer. IMPORTANT: Although optional, you should consider this header required. Persisting the client ID across multiple requests for the same end user and device combination enables 1) the API consumer to receive a consistent user experience, and 2) higher click-through rates via better quality of results from the Bing APIs. Each user that uses your application on the device must have a unique, Bing generated client ID. If you do not include this header in the request, Bing generates an ID and returns it in the X-MSEdge-ClientID response header. The only time that you should NOT include this header in a request is the first time the user uses your app on that device. Use the client ID for each Bing API request that your app makes for this user on the device. Persist the client ID. To persist the ID in a browser app, use a persistent HTTP cookie to ensure the ID is used across all sessions. Do not use a session cookie. For other apps such as mobile apps, use the device''s persistent storage to persist the ID. The next time the user uses your app on that device, get the client ID that you persisted. Bing responses may or may not include this header. If the response includes this header, capture the client ID and use it for all subsequent Bing requests for the user on that device. If you include the X-MSEdge-ClientID, you must not include cookies in the request.'
schema:
type: string
x-ms-client-name: ClientId
x-ms-client-name: ClientId
- name: X-MSEdge-ClientIP
in: header
description: The IPv4 or IPv6 address of the client device. The IP address is used to discover the user's location. Bing uses the location information to determine safe search behavior. Although optional, you are encouraged to always specify this header and the X-Search-Location header. Do not obfuscate the address (for example, by changing the last octet to 0). Obfuscating the address results in the location not being anywhere near the device's actual location, which may result in Bing serving erroneous results.
schema:
type: string
x-ms-client-name: ClientIp
x-ms-client-name: ClientIp
- name: X-Search-Location
in: header
description: 'A semicolon-delimited list of key/value pairs that describe the client''s geographical location. Bing uses the location information to determine safe search behavior and to return relevant local content. Specify the key/value pair as <key>:<value>. The following are the keys that you use to specify the user''s location. lat (required): The latitude of the client''s location, in degrees. The latitude must be greater than or equal to -90.0 and less than or equal to +90.0. Negative values indicate southern latitudes and positive values indicate northern latitudes. long (required): The longitude of the client''s location, in degrees. The longitude must be greater than or equal to -180.0 and less than or equal to +180.0. Negative values indicate western longitudes and positive values indicate eastern longitudes. re (required): The radius, in meters, which specifies the horizontal accuracy of the coordinates. Pass the value returned by the device''s location service. Typical values might be 22m for GPS/Wi-Fi, 380m for cell tower triangulation, and 18,000m for reverse IP lookup. ts (optional): The UTC UNIX timestamp of when the client was at the location. (The UNIX timestamp is the number of seconds since January 1, 1970.) head (optional): The client''s relative heading or direction of travel. Specify the direction of travel as degrees from 0 through 360, counting clockwise relative to true north. Specify this key only if the sp key is nonzero. sp (optional): The horizontal velocity (speed), in meters per second, that the client device is traveling. alt (optional): The altitude of the client device, in meters. are (optional): The radius, in meters, that specifies the vertical accuracy of the coordinates. Specify this key only if you specify the alt key. Although many of the keys are optional, the more information that you provide, the more accurate the location results are. Although optional, you are encouraged to always specify the user''s geographical location. Providing the location is especially important if the client''s IP address does not accurately reflect the user''s physical location (for example, if the client uses VPN). For optimal results, you should include this header and the X-MSEdge-ClientIP header, but at a minimum, you should include this header.'
schema:
type: string
x-ms-client-name: Location
x-ms-client-name: Location
- name: answerCount
in: query
description: The number of answers that you want the response to include. The answers that Bing returns are based on ranking. For example, if Bing returns webpages, images, videos, and relatedSearches for a request and you set this parameter to two (2), the response includes webpages and images.If you included the responseFilter query parameter in the same request and set it to webpages and news, the response would include only webpages.
schema:
type: integer
format: int32
x-ms-client-name: AnswerCount
x-ms-client-name: AnswerCount
- name: cc
in: query
description: A 2-character country code of the country where the results come from. This API supports only the United States market. If you specify this query parameter, it must be set to us. If you set this parameter, you must also specify the Accept-Language header. Bing uses the first supported language it finds from the languages list, and combine that language with the country code that you specify to determine the market to return results for. If the languages list does not include a supported language, Bing finds the closest language and market that supports the request, or it may use an aggregated or default market for the results instead of a specified one. You should use this query parameter and the Accept-Language query parameter only if you specify multiple languages; otherwise, you should use the mkt and setLang query parameters. This parameter and the mkt query parameter are mutually exclusive—do not specify both.
schema:
type: string
x-ms-client-name: CountryCode
x-ms-client-name: CountryCode
- name: count
in: query
description: The number of search results to return in the response. The default is 10 and the maximum value is 50. The actual number delivered may be less than requested.Use this parameter along with the offset parameter to page results.For example, if your user interface displays 10 search results per page, set count to 10 and offset to 0 to get the first page of results. For each subsequent page, increment offset by 10 (for example, 0, 10, 20). It is possible for multiple pages to include some overlap in results.
schema:
type: integer
format: int32
x-ms-client-name: Count
x-ms-client-name: Count
- name: freshness
in: query
description: 'Filter search results by the following age values: Day—Return webpages that Bing discovered within the last 24 hours. Week—Return webpages that Bing discovered within the last 7 days. Month—Return webpages that discovered within the last 30 days. This filter applies only to webpage results and not to the other results such as news and images.'
schema:
type: string
enum:
- Day
- Week
- Month
x-ms-client-name: Freshness
x-ms-enum:
modelAsString: true
name: Freshness
x-ms-client-name: Freshness
x-ms-enum:
modelAsString: true
name: Freshness
- name: mkt
in: query
description: The market where the results come from. Typically, mkt is the country where the user is making the request from. However, it could be a different country if the user is not located in a country where Bing delivers results. The market must be in the form <language code>-<country code>. For example, en-US. The string is case insensitive. If known, you are encouraged to always specify the market. Specifying the market helps Bing route the request and return an appropriate and optimal response. If you specify a market that is not listed in Market Codes, Bing uses a best fit market code based on an internal mapping that is subject to change. This parameter and the cc query parameter are mutually exclusive—do not specify both.
schema:
type: string
default: en-us
x-ms-client-name: Market
x-ms-client-name: Market
- name: offset
in: query
description: The zero-based offset that indicates the number of search results to skip before returning results. The default is 0. The offset should be less than (totalEstimatedMatches - count). Use this parameter along with the count parameter to page results. For example, if your user interface displays 10 search results per page, set count to 10 and offset to 0 to get the first page of results. For each subsequent page, increment offset by 10 (for example, 0, 10, 20). it is possible for multiple pages to include some overlap in results.
schema:
type: integer
format: int32
x-ms-client-name: Offset
x-ms-client-name: Offset
- name: promote
in: query
description: A comma-delimited list of answers that you want the response to include regardless of their ranking. For example, if you set answerCount) to two (2) so Bing returns the top two ranked answers, but you also want the response to include news, you'd set promote to news. If the top ranked answers are webpages, images, videos, and relatedSearches, the response includes webpages and images because news is not a ranked answer. But if you set promote to video, Bing would promote the video answer into the response and return webpages, images, and videos. The answers that you want to promote do not count against the answerCount limit. For example, if the ranked answers are news, images, and videos, and you set answerCount to 1 and promote to news, the response contains news and images. Or, if the ranked answers are videos, images, and news, the response contains videos and news. Possible values are Computation, Images, News, RelatedSearches, SpellSuggestions, TimeZone, Videos, Webpages. Use only if you specify answerCount.
style: form
explode: false
schema:
type: array
items:
type: string
enum:
- WebPages
- Images
- SpellSuggestions
- News
- RelatedSearches
- Videos
- Computation
- TimeZone
x-ms-enum:
modelAsString: true
name: AnswerType
x-ms-client-name: Promote
x-ms-client-name: Promote
- name: q
in: query
description: 'The user''s search query term. The term may not be empty. The term may contain Bing Advanced Operators. For example, to limit results to a specific domain, use the site: operator.'
required: true
schema:
type: string
x-ms-client-name: Query
x-ms-client-name: Query
- name: responseFilter
in: query
description: A comma-delimited list of answers to include in the response. If you do not specify this parameter, the response includes all search answers for which there's relevant data. Possible filter values are Computation, Images, News, RelatedSearches, SpellSuggestions, TimeZone, Videos, Webpages. Although you may use this filter to get a single answer, you should instead use the answer-specific endpoint in order to get richer results. For example, to receive only images, send the request to one of the Image Search API endpoints. The RelatedSearches and SpellSuggestions answers do not support a separate endpoint like the Image Search API does (only the Web Search API returns them). To include answers that would otherwise be excluded because of ranking, see the promote query parameter.
style: form
explode: false
schema:
type: array
items:
type: string
enum:
- WebPages
- Images
- SpellSuggestions
- News
- RelatedSearches
- Videos
- Computation
- TimeZone
x-ms-enum:
modelAsString: true
name: AnswerType
x-ms-client-name: ResponseFilter
x-ms-client-name: ResponseFilter
- name: safeSearch
in: query
description: 'A filter used to filter adult content. Off: Return webpages with adult text, images, or videos. Moderate: Return webpages with adult text, but not adult images or videos. Strict: Do not return webpages with adult text, images, or videos. The default is Moderate. If the request comes from a market that Bing''s adult policy requires that safeSearch is set to Strict, Bing ignores the safeSearch value and uses Strict. If you use the site: query operator, there is the chance that the response may contain adult content regardless of what the safeSearch query parameter is set to. Use site: only if you are aware of the content on the site and your scenario supports the possibility of adult content.'
schema:
type: string
enum:
- 'false'
- Moderate
- Strict
x-ms-client-name: SafeSearch
x-ms-enum:
modelAsString: true
name: SafeSearch
x-ms-client-name: SafeSearch
x-ms-enum:
modelAsString: true
name: SafeSearch
- name: setLang
in: query
description: The language to use for user interface strings. Specify the language using the ISO 639-1 2-letter language code. For example, the language code for English is EN. The default is EN (English). Although optional, you should always specify the language. Typically, you set setLang to the same language specified by mkt unless the user wants the user interface strings displayed in a different language. This parameter and the Accept-Language header are mutually exclusive; do not specify both. A user interface string is a string that's used as a label in a user interface. There are few user interface strings in the JSON response objects. Also, any links to Bing.com properties in the response objects apply the specified language.
schema:
type: string
x-ms-client-name: SetLang
x-ms-client-name: SetLang
- name: textDecorations
in: query
description: A Boolean value that determines whether display strings should contain decoration markers such as hit highlighting characters. If true, the strings may include markers. The default is false. To specify whether to use Unicode characters or HTML tags as the markers, see the textFormat query parameter.
schema:
type: boolean
x-ms-client-name: TextDecorations
x-ms-client-name: TextDecorations
- name: textFormat
in: query
description: The type of markers to use for text decorations (see the textDecorations query parameter). Possible values are Raw—Use Unicode characters to mark content that needs special formatting. The Unicode characters are in the range E000 through E019. For example, Bing uses E000 and E001 to mark the beginning and end of query terms for hit highlighting. HTML—Use HTML tags to mark content that needs special formatting. For example, use <b> tags to highlight query terms in display strings. The default is Raw. For display strings that contain escapable HTML characters such as <, >, and &, if textFormat is set to HTML, Bing escapes the characters as appropriate (for example, < is escaped to <).
schema:
type: string
enum:
- Raw
- Html
x-ms-client-name: TextFormat
x-ms-enum:
modelAsString: true
name: TextFormat
x-ms-client-name: TextFormat
x-ms-enum:
modelAsString: true
name: TextFormat
responses:
'200':
description: Success.
content:
application/json:
schema:
$ref: '#/components/schemas/SearchResponse'
default:
description: An error has occurred. Check the response type and/or status code for more details.
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
x-ms-examples:
Successful query:
parameters:
Ocp-Apim-Subscription-Key: '{API key}'
q: tom cruise
responses:
'200':
body:
_type: SearchResponse
images:
displayRecipeSourcesBadges: false
displayShoppingSourcesBadges: false
id: https://api.cognitive.microsoft.com/api/v7/#Images
isFamilyFriendly: true
readLink: https://api.cognitive.microsoft.com/api/v7/images/search?q=tom+cruise&qpvt=tom+cruise
value:
- contentSize: 360493 B
contentUrl: http://cdn01.cdn.justjared.com/wp-content/uploads/headlines/2017/06/cruise-title.jpg
datePublished: 2017-06-02 12:00:00+00:00
encodingFormat: jpeg
height: 910
hostPageDisplayUrl: http://www.justjared.com/2017/06/02/tom-cruise-reveals-title-for-top-gun-sequel/
hostPageUrl: http://www.justjared.com/2017/06/02/tom-cruise-reveals-title-for-top-gun-sequel/
name: 'Tom Cruise Reveals Title for ‘Top Gun’ Sequel | Movies, Tom Cruise, Top Gun : Just Jared'
thumbnail:
height: 194
width: 320
thumbnailUrl: https://tse1.mm.bing.net/th?id=OIP.nuYBQAUs4hZQbLlxph5_TAFADC&pid=Api
webSearchUrl: https://www.bing.com/images/search?q=tom+cruise&id=35621EAD0B0F501C671E115DA7FD96905C16DEFF&FORM=IARRTH
width: 1500
- contentSize: 205954 B
contentUrl: https://pmcvariety.files.wordpress.com/2017/05/tom_cruise.png?w=1000&h=750&crop=1
datePublished: 2017-09-24 09:32:00+00:00
encodingFormat: png
height: 750
hostPageDisplayUrl: http://variety.com/exec/tom-cruise/
hostPageUrl: http://variety.com/exec/tom-cruise/
name: Tom Cruise | Variety
thumbnail:
height: 216
width: 288
thumbnailUrl: https://tse1.mm.bing.net/th?id=OIP.Jcm9NY3pQwm9TD3pEmMLrgEgDY&pid=Api
webSearchUrl: https://www.bing.com/images/search?q=tom+cruise&id=B10837866A03E9457C4EA93A9D39E781DE06484C&FORM=IARRTH
width: 1000
- contentSize: 441096 B
contentUrl: http://d.ibtimes.co.uk/en/full/1543414/tom-cruise.jpg
datePublished: 2016-08-22 09:02:00+00:00
encodingFormat: jpeg
height: 788
hostPageDisplayUrl: http://www.ibtimes.co.uk/tom-cruise-starring-mission-impossible-6-halts-pre-production-over-stars-salary-demands-1577315
hostPageUrl: http://www.ibtimes.co.uk/tom-cruise-starring-mission-impossible-6-halts-pre-production-over-stars-salary-demands-1577315
name: 'Tom Cruise: Mission Impossible 6 production delayed due high pay demands - report'
thumbnail:
height: 204
width: 305
thumbnailUrl: https://tse1.mm.bing.net/th?id=OIP.yKxWf28ybJyiHPKFuNjaQAExDM&pid=Api
webSearchUrl: https://www.bing.com/images/search?q=tom+cruise&id=A637F35D66638CF9F52F2D049841350EFAA700F7&FORM=IARRTH
width: 1180
- contentSize: 65531 B
contentUrl: http://cdn1-www.comingsoon.net/assets/uploads/2016/07/tomcruise.jpg
datePublished: 2017-10-09 23:04:00+00:00
encodingFormat: jpeg
height: 426
hostPageDisplayUrl: http://www.comingsoon.net/movies/features/700111-tom-cruise-movies-spotlight
hostPageUrl: http://www.comingsoon.net/movies/features/700111-tom-cruise-movies-spotlight
name: Tom Cruise Movies Spotlight at ComingSoon.net
thumbnail:
height: 203
width: 306
thumbnailUrl: https://tse1.mm.bing.net/th?id=OIP.XRavbJHQk_HvHCbZ4-4iUQEyDL&pid=Api
webSearchUrl: https://www.bing.com/images/search?q=tom+cruise&id=3DB8131A08145FE6F62ECEE3BC778F745B72A917&FORM=IARRTH
width: 640
- contentSize: 1256521 B
contentUrl: https://i0.wp.com/nyppagesix.files.wordpress.com/2017/03/tom-cruise.jpg?quality=90&strip=all&ssl=1
datePublished: 2017-03-23 02:02:00+00:00
encodingFormat: jpeg
height: 2001
hostPageDisplayUrl: http://pagesix.com/2017/03/22/why-tom-cruise-once-felt-persecuted-over-scientology-beliefs/
hostPageUrl: http://pagesix.com/2017/03/22/why-tom-cruise-once-felt-persecuted-over-scientology-beliefs/
name: Why Tom Cruise once felt ‘persecuted’ over Scientology beliefs | Page Six
thumbnail:
height: 204
width: 306
thumbnailUrl: https://tse1.mm.bing.net/th?id=OIP.YqnzdgvLLb83Lj-TeO2_GwEyDM&pid=Api
webSearchUrl: https://www.bing.com/images/search?q=tom+cruise&id=4CD859FFC094FCD41958121E43F3EC10B9F52B49&FORM=IARRTH
width: 3000
- contentSize: 63078 B
contentUrl: http://www.fiz-x.com/wp-content/uploads/2016/01/Tom-Cruise-Pics.jpg
datePublished: 2016-01-22 10:56:00+00:00
encodingFormat: jpeg
height: 600
hostPageDisplayUrl: http://www.fiz-x.com/tom-cruise-confirmed-for-the-mummy-reboot/
hostPageUrl: http://www.fiz-x.com/tom-cruise-confirmed-for-the-mummy-reboot/
name: Tom Cruise Confirmed For THE MUMMY Reboot | FizX
thumbnail:
height: 225
width: 300
thumbnailUrl: https://tse1.mm.bing.net/th?id=OIP.4yq7TfvERO194iuazMVizQEsDh&pid=Api
webSearchUrl: https://www.bing.com/images/search?q=tom+cruise&id=11C190F4A6FC5E9063B4E37DC9A363E76E1A1866&FORM=IARRTH
width: 800
- contentSize: 64194 B
contentUrl: http://dlisted.com/wp-content/uploads/2016/02/tomcruiseface2016-500x605.jpg
datePublished: 2016-02-05 19:01:00+00:00
encodingFormat: jpeg
height: 605
hostPageDisplayUrl: http://dlisted.com/2016/02/05/cuba-gooding-jr-spills-the-secrets-of-tom-cruises-beauty/
hostPageUrl: http://dlisted.com/2016/02/05/cuba-gooding-jr-spills-the-secrets-of-tom-cruises-beauty/
name: Dlisted | Cuba Gooding Jr. Spills The Secrets Of Tom Cruise’s Beauty
thumbnail:
height: 275
width: 227
thumbnailUrl: https://tse1.mm.bing.net/th?id=OIP.a1IoETkBPGnwuHdwSVMrvwDjET&pid=Api
webSearchUrl: https://www.bing.com/images/search?q=tom+cruise&id=B607B2846C1697AD615CCB508120C13F48FFF1FD&FORM=IARRTH
width: 500
- contentSize: 56427 B
contentUrl: http://www.laineygossip.com/Content/images/articles/tom-cruise-money-22aug16.jpg
datePublished: 2017-05-06 12:51:00+00:00
encodingFormat: jpeg
height: 800
hostPageDisplayUrl: http://www.laineygossip.com/Tom-Cruise-holding-up-production-of-next-Mission-Impossible-film-with-demands-for-more-money/44711
hostPageUrl: http://www.laineygossip.com/Tom-Cruise-holding-up-production-of-next-Mission-Impossible-film-with-demands-for-more-money/44711
name: 'Tom Cruise holding up production of next Mission: Impossible film with demands for more money ...'
thumbnail:
height: 291
width: 214
thumbnai
# --- truncated at 32 KB (98 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/apis-io-engineering-platform/refs/heads/main/openapi/engineering-platform-websearch-api-openapi.yml