openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 80.7 kB
JSON
{"openapi":"3.0.0","info":{"contact":{"x-twitter":"microsoft"},"description":"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.","title":"Web Search Client","version":"1.0","x-apisguru-categories":["developer_tools","cloud"],"x-logo":{"url":"https://twitter.com/microsoft/profile_image?size=original"},"x-origin":[{"format":"swagger","url":"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/cognitiveservices/data-plane/WebSearch/stable/v1.0/WebSearch.json","version":"2.0"}],"x-providerName":"microsoft.com","x-serviceName":"cognitiveservices-WebSearch","x-tags":["Microsoft"]},"security":[{"apiKeyHeader":[]}],"paths":{"/search":{"get":{"operationId":"Web_Search","parameters":[{"$ref":"#/components/parameters/x-bingapis-sdk"},{"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.","in":"header","name":"Accept","required":false,"schema":{"type":"string"}},{"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.","in":"header","name":"Accept-Language","required":false,"x-ms-client-name":"AcceptLanguage","schema":{"type":"string"}},{"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).","in":"header","name":"Pragma","required":false,"schema":{"type":"string"}},{"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).","in":"header","name":"User-Agent","required":false,"x-ms-client-name":"UserAgent","schema":{"type":"string"}},{"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.","in":"header","name":"X-MSEdge-ClientID","required":false,"x-ms-client-name":"ClientId","schema":{"type":"string"}},{"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.","in":"header","name":"X-MSEdge-ClientIP","required":false,"x-ms-client-name":"ClientIp","schema":{"type":"string"}},{"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.","in":"header","name":"X-Search-Location","required":false,"x-ms-client-name":"Location","schema":{"type":"string"}},{"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.","in":"query","name":"answerCount","required":false,"x-ms-client-name":"AnswerCount","schema":{"type":"integer","format":"int32"}},{"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.","in":"query","name":"cc","required":false,"x-ms-client-name":"CountryCode","schema":{"type":"string"}},{"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.","in":"query","name":"count","required":false,"x-ms-client-name":"Count","schema":{"type":"integer","format":"int32"}},{"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.","in":"query","name":"freshness","required":false,"x-ms-client-name":"Freshness","x-ms-enum":{"modelAsString":true,"name":"Freshness"},"schema":{"type":"string","enum":["Day","Week","Month"]}},{"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.","in":"query","name":"mkt","required":false,"x-ms-client-name":"Market","schema":{"type":"string","default":"en-us"}},{"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.","in":"query","name":"offset","required":false,"x-ms-client-name":"Offset","schema":{"type":"integer","format":"int32"}},{"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.","in":"query","name":"promote","required":false,"x-ms-client-name":"Promote","style":"form","explode":false,"schema":{"type":"array","items":{"enum":["WebPages","Images","SpellSuggestions","News","RelatedSearches","Videos","Computation","TimeZone"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"AnswerType"}}}},{"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.","in":"query","name":"q","required":true,"x-ms-client-name":"Query","schema":{"type":"string"},"examples":{"Successful query":{"value":"tom cruise"}}},{"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.","in":"query","name":"responseFilter","required":false,"x-ms-client-name":"ResponseFilter","style":"form","explode":false,"schema":{"type":"array","items":{"enum":["WebPages","Images","SpellSuggestions","News","RelatedSearches","Videos","Computation","TimeZone"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"AnswerType"}}}},{"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.","in":"query","name":"safeSearch","required":false,"x-ms-client-name":"SafeSearch","x-ms-enum":{"modelAsString":true,"name":"SafeSearch"},"schema":{"type":"string","enum":["Off","Moderate","Strict"]}},{"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.","in":"query","name":"setLang","required":false,"x-ms-client-name":"SetLang","schema":{"type":"string"}},{"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.","in":"query","name":"textDecorations","required":false,"x-ms-client-name":"TextDecorations","schema":{"type":"boolean"}},{"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 <).","in":"query","name":"textFormat","required":false,"x-ms-client-name":"TextFormat","x-ms-enum":{"modelAsString":true,"name":"TextFormat"},"schema":{"type":"string","enum":["Raw","Html"]}}],"responses":{"200":{"description":"Success.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SearchResponse"},"examples":{"Successful query":{"$ref":"#/components/examples/Successful_query"}}}}},"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"}}}}},"summary":"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.","tags":["WebSearch"]}}},"servers":[{"url":"https://api.cognitive.microsoft.com/bing/v7.0"},{"url":"{Endpoint}/bing/v7.0","variables":{"Endpoint":{"default":"https://api.cognitive.microsoft.com","description":"Supported Cognitive Services endpoints (protocol and hostname, for example: \"https://westus.api.cognitive.microsoft.com\", \"https://api.cognitive.microsoft.com\").","x-ms-parameter-location":"client","x-ms-skip-url-encoding":true}}}],"components":{"examples":{"Successful_query":{"value":{"_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":"2025-04-15T13:50:42.000Z","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":"2025-04-15T13:50:42.000Z","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":"2025-04-15T13:50:42.000Z","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":"2025-04-15T13:50:42.000Z","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":"2025-04-15T13:50:42.000Z","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":"2025-04-15T13:50:42.000Z","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":"2025-04-15T13:50:42.000Z","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":"2025-04-15T13:50:42.000Z","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},"thumbnailUrl":"https://tse1.mm.bing.net/th?id=OIP.DpIrpfzlWaWw86Ipf00BxADWEj&pid=Api","webSearchUrl":"https://www.bing.com/images/search?q=tom+cruise&id=920058191D4A9229936E29763215200686C47448&FORM=IARRTH","width":588},{"contentSize":"66360 B","contentUrl":"https://upload.wikimedia.org/wikipedia/commons/7/71/Tom_Cruise_avp_2014_4.jpg","datePublished":"2025-04-15T13:50:42.000Z","encodingFormat":"jpeg","height":800,"hostPageDisplayUrl":"https://en.wikipedia.org/wiki/Tom_Cruise","hostPageUrl":"https://en.wikipedia.org/wiki/Tom_Cruise","name":"Tom Cruise - Wikipedia","thumbnail":{"height":300,"width":211},"thumbnailUrl":"https://tse1.mm.bing.net/th?id=OIP.ZpKroMJoxhQ3kDJc1irL8QDTEs&pid=Api","webSearchUrl":"https://www.bing.com/images/search?q=tom+cruise&id=861365C2BA0CEC20D22CEEC8C33EDE973D5BDE9E&FORM=IARRTH","width":565},{"contentSize":"122544 B","contentUrl":"http://celebrityinsider.org/wp-content/uploads/2017/09/tom-cruise.jpg","datePublished":"2025-04-15T13:50:42.000Z","encodingFormat":"jpeg","height":1361,"hostPageDisplayUrl":"http://celebrityinsider.org/families-of-the-stunt-pilots-who-died-on-set-of-new-movie-claim-tom-cruise-is-also-to-blame-69184/","hostPageUrl":"http://celebrityinsider.org/families-of-the-stunt-pilots-who-died-on-set-of-new-movie-claim-tom-cruise-is-also-to-blame-69184/","name":"Families Of The Stunt Pilots Who Died On Set Of New Movie Claim Tom Cruise Is Also To Blame ...","thumbnail":{"height":203,"width":306},"thumbnailUrl":"https://tse1.mm.bing.net/th?id=OIP.3W0IfP5ehIrHqeWM_qpzRQEyDL&pid=Api","webSearchUrl":"https://www.bing.com/images/search?q=tom+cruise&id=4077D4B0E6500F4E5D89F5C2499D5FBDE84DB08E&FORM=IARRTH","width":2048},{"contentSize":"114578 B","contentUrl":"http://photos.laineygossip.com/articles/tom-cruise-connor-06apr15-02.jpg","datePublished":"2025-04-15T13:50:42.000Z","encodingFormat":"jpeg","height":970,"hostPageDisplayUrl":"http://www.laineygossip.com/Tom-Cruise-and-son-Conner-at-college-basketball-game-together-and-will-Going-Clear-affect-Cruise/38108","hostPageUrl":"http://www.laineygossip.com/Tom-Cruise-and-son-Conner-at-college-basketball-game-together-and-will-Going-Clear-affect-Cruise/38108","name":"Tom Cruise and son Conner at college basketball game together and will Going Clear affect Cruise ...","thumbnail":{"height":263,"width":236},"thumbnailUrl":"https://tse1.mm.bing.net/th?id=OIP.tdPuval8D8XbgN6Dj5UxmwDsEH&pid=Api","webSearchUrl":"https://www.bing.com/images/search?q=tom+cruise&id=9011FA0BA86595686FE22E7B2135597F5007DD27&FORM=IARRTH","width":871},{"contentSize":"161168 B","contentUrl":"http://cdn4.thr.com/sites/default/files/2016/09/tom_cruise_-_mission_impossible_-_rogue_nation_press_conference_-_h_-_2016.jpg","datePublished":"2025-04-15T13:50:42.000Z","encodingFormat":"jpeg","height":730,"hostPageDisplayUrl":"http://www.hollywoodreporter.com/heat-vision/tom-cruise-closes-mission-impossible-929294","hostPageUrl":"http://www.hollywoodreporter.com/heat-vision/tom-cruise-closes-mission-impossible-929294","name":"Tom Cruise Closes 'Mission: Impossible 6' Deal, Preproduction to Resume (Exclusive) | Hollywood ...","thumbnail":{"height":168,"width":300},"thumbnailUrl":"https://tse1.mm.bing.net/th?id=OIP.kLIG3M2ke5P57bX5WtOL2QEsCo&pid=Api","webSearchUrl":"https://www.bing.com/images/search?q=tom+cruise&id=27731B772CD7BA6D0314506271CE3030F286744F&FORM=IARRTH","width":1296},{"contentSize":"68914 B","contentUrl":"https://pmcvariety.files.wordpress.com/2015/11/tom-cruise-the-mummy-reboot.jpg?w=1000&h=562&crop=1","datePublished":"2025-04-15T13:50:42.000Z","encodingFormat":"jpeg","height":562,"hostPageDisplayUrl":"http://variety.com/2016/film/news/tom-cruise-mummy-universal-release-date-1201685122/","hostPageUrl":"http://variety.com/2016/film/news/tom-cruise-mummy-universal-release-date-1201685122/","name":"Tom Cruise’s ‘The Mummy’ Gets Release Date’ | Variety","thumbnail":{"height":168,"width":300},"thumbnailUrl":"https://tse1.mm.bing.net/th?id=OIP.jUuaxsB1FOPOD_q_KTjK1AEsCo&pid=Api","webSearchUrl":"https://www.bing.com/images/search?q=tom+cruise&id=8A2B2DFED143FC10FC6264971CF896EFA549E366&FORM=IARRTH","width":1000},{"contentSize":"70221 B","contentUrl":"http://photos.laineygossip.com/articles/tom-cruise-smiling-06nov15-01.jpg","datePublished":"2025-04-15T13:50:42.000Z","encodingFormat":"jpeg","height":745,"hostPageDisplayUrl":"http://www.laineygossip.com/Tom-Cruise-smiles-on-the-set-of-Jack-Reacher-2/41147","hostPageUrl":"http://www.laineygossip.com/Tom-Cruise-smiles-on-the-set-of-Jack-Reacher-2/41147","name":"Tom Cruise smiles on the set of Jack Reacher 2|Lainey Gossip Entertainment Update","thumbnail":{"height":278,"width":224},"thumbnailUrl":"https://tse1.mm.bing.net/th?id=OIP.kG96u2jhpbm6xEfmTWHHEwDgEW&pid=Api","webSearchUrl":"https://www.bing.com/images/search?q=tom+cruise&id=0CC216533CA4E86AA5F1483454CF3E64506C4F59&FORM=IARRTH","width":600},{"contentSize":"101598 B","contentUrl":"http://photos.laineygossip.com/articles/tom-cruise-reacher-24oct16-01.jpg","datePublished":"2025-04-15T13:50:42.000Z","encodingFormat":"jpeg","height":1100,"hostPageDisplayUrl":"http://www.laineygossip.com/Jack-Reacher-Never-Go-Back-starring-Tom-Cruise-movie-review/45287","hostPageUrl":"http://www.laineygossip.com/Jack-Reacher-Never-Go-Back-starring-Tom-Cruise-movie-review/45287","name":"Jack Reacher Never Go Back starring Tom Cruise movie review","thumbnail":{"height":306,"width":204},"thumbnailUrl":"https://tse1.mm.bing.net/th?id=OIP.TSTOOa73W_YZ8urNbI9B5gDMEy&pid=Api","webSearchUrl":"https://www.bing.com/images/search?q=tom+cruise&id=F20A3B220BAC393244F853FE895E029A532C4720&FORM=IARRTH","width":734},{"contentSize":"154101 B","contentUrl":"http://cdn04.cdn.justjared.com/wp-content/uploads/headlines/2017/04/tom-chase.jpg","datePublished":"2025-04-15T13:50:42.000Z","encodingFormat":"jpeg","height":684,"hostPageDisplayUrl":"http://www.justjared.com/2017/04/10/tom-cruise-films-car-chase-scene-for-mission-impossible-6/","hostPageUrl":"http://www.justjared.com/2017/04/10/tom-cruise-films-car-chase-scene-for-mission-impossible-6/","name":"Tom Cruise Films Car Chase Scene For ‘Mission Impossible 6′ | Mission Impossible, Movies, sean ...","thumbnail":{"height":178,"width":351},"thumbnailUrl":"https://tse1.mm.bing.net/th?id=OIP.lw5XdSfZgOfAbNc__zSNYgFfCy&pid=Api","webSearchUrl":"https://www.bing.com/images/search?q=tom+cruise&id=68971A6D0BBA0336AC338EF787DDC24F41DDDE1A&FORM=IARRTH","width":1349},{"contentSize":"86736 B","contentUrl":"https://upload.wikimedia.org/wikipedia/commons/3/37/Tom_Cruise_avp_2014_3.jpg","datePublished":"2025-04-15T13:50:42.000Z","encodingFormat":"jpeg","height":800,"hostPageDisplayUrl":"https://en.wikipedia.org/wiki/Tom_Cruise","hostPageUrl":"https://en.wikipedia.org/wiki/Tom_Cruise","name":"Tom Cruise - Wikipedia","thumbnail":{"height":300,"width":212},"thumbnailUrl":"https://tse1.mm.bing.net/th?id=OIP.6AWkNDOgXHR9a8X6GjT3FQDUEs&pid=Api","webSearchUrl":"https://www.bing.com/images/search?q=tom+cruise&id=861365C2BA0CEC20D22C57AF0ED4DF87BD665A8C&FORM=IARRTH","width":566},{"contentSize":"407641 B","contentUrl":"http://cdn04.cdn.justjared.com/wp-content/uploads/headlines/2017/04/tom-cruise-continues-filming-mission-impossible-6-social.jpg","datePublished":"2025-04-15T13:50:42.000Z","encodingFormat":"jpeg","height":800,"hostPageDisplayUrl":"http://www.justjared.com/2017/04/08/tom-cruise-continues-work-on-mission-impossible-6/","hostPageUrl":"http://www.justjared.com/2017/04/08/tom-cruise-continues-work-on-mission-impossible-6/","name":"Tom Cruise Continues Work on ‘Mission: Impossible 6′ | Mission Impossible, Tom Cruise : Just Jared","thumbnail":{"height":182,"width":342},"thumbnailUrl":"https://tse1.mm.bing.net/th?id=OIP.8FsDagQtS38VR3JOKiWFnAFWC2&pid=Api","webSearchUrl":"https://www.bing.com/images/search?q=tom+cruise&id=CB1FD1DE6938743299453F97788761E0CA6DE27C&FORM=IARRTH","width":1500}],"webSearchUrl":"https://www.bing.com/images/search?q=tom+cruise&qpvt=tom+cruise"},"news":{"id":"https://api.cognitive.microsoft.com/api/v7/#News","readLink":"https://api.cognitive.microsoft.com/api/v7/news/search?q=Tom+Cruise","value":[{"about":[{"name":"Tom Cruise","readLink":"https://api.cognitive.microsoft.com/api/v7/entities/fdc9ba0e-f198-b3c3-3cad-cf81595a654c"},{"name":"Bans, Jura","readLink":"https://api.cognitive.microsoft.com/api/v7/entities/ed81335a-e940-c30c-046f-cd422e0fc04d"},{"name":"Social media","readLink":"https://api.cognitive.microsoft.com/api/v7/entities/4ce177ea-a99f-5e40-7159-82f7b5581be3"}],"category":"Entertainment","datePublished":"2025-04-15T13:50:42.000Z","description":"It looks like <b>Tom Cruise</b> is going to extreme lengths to avoid his youngest child, 11-year-old Suri <b>Cruise</b>. The 55-year-old has gone more than four years without seeing his youngest child, and now, a report claims that he doesn’t even want to see her on ...","image":{"contentUrl":"https://images-production.global.ssl.fastly.net/uploads/posts/image/146194/suri-cruise-basketball-gi.jpg?auto=compress&crop=faces,top&fit=crop&h=421&q=55&w=750","thumbnail":{"contentUrl":"https://www.bing.com/th?id=ON.1ED187FFB7E74E13D33D5113C255457E&pid=News","height":392,"width":700}},"name":"<b>Tom Cruise</b> Doesn't Even Want to See Suri on Social Media, Pal Claims","provider":[{"_type":"Organization","name":"intouchweekly.com"}],"url":"http://www.intouchweekly.com/posts/tom-cruise-suri-pics-social-media-146194"},{"about":[{"name":"Tom Cruise","readLink":"https://api.cognitive.microsoft.com/api/v7/entities/fdc9ba0e-f198-b3c3-3cad-cf81595a654c"},{"name":"The Bellamy Brothers","readLink":"https://api.cognitive.microsoft.com/api/v7/entities/0d49476f-d898-32a3-34ec-f824044a4d5a"}],"category":"Entertainment","datePublished":"2025-04-15T13:50:42.000Z","description":"In Universal Pictures' AMERICAN MADE, <b>Tom Cruise</b> reunites with his EDGE OF TOMORROW director, Doug Liman (THE BOURNE IDENTITY, MR AND MRS SMITH), in this international escapade based on the outrageous (and real) exploits of a hustler and pilot unexpectedly ...","image":{"contentUrl":"https://images.bwwstatic.com/columnpic10/2F04A0DD9-CC05-D080-7874C3C9B7A3F88C.jpg","thumbnail":{"contentUrl":"https://www.bing.com/th?id=ON.03C2C9F34A5F8D27E27E0F93D03FCE9E&pid=News","height":205,"width":280}},"name":"The Bellamy Brothers' Hit Song 'Let Your Love Flow' to Be Used in New <b>Tom Cruise</b> Film","provider":[{"_type":"Organization","name":"art.broadwayworld.com"}],"url":"https://www.broadwayworld.com/bwwmusic/article/The-Bellamy-Brothers-Hit-Song-Let-Your-Love-Flow-to-Be-Used-in-New-Tom-Cruise-Film-20171107"},{"about":[{"name":"War of the Worlds","readLink":"https://api.cognitive.microsoft.com/api/v7/entities/6fcc63d9-0c21-cd9f-d0f6-70d95819746b"},{"name":"Train","readLink":"https://api.cognitive.microsoft.com/api/v7/entities/cc6adbe1-d871-c1c0-dc8d-c59eee2d09d6"},{"name":"Tom Cruise","readLink":"https://api.cognitive.microsoft.com/api/v7/entities/fdc9ba0e-f198-b3c3-3cad-cf81595a654c"}],"datePublished":"2025-04-15T13:50:42.000Z","description":"I'll admit it, I'm not too fond of flying on airplanes and try to avoid them as much as I can, opting instead for the relaxing rails of Amtrak whenever my travel needs require venturing beyond county borders. But one particularly shocking scene in Steven ...","image":{"contentUrl":"http://www.syfy.com/sites/syfy/files/styles/1200x680/public/2017/11/screen_shot_2017-11-07_at_12.18.15_pm.png?itok=qYZhCi_l","thumbnail":{"contentUrl":"https://www.bing.com/th?id=ON.F601BA785E1621FEED7531A9CBB8FDF3&pid=News","height":396,"width":700}},"name":"Stuff We Love: That flaming train scene in <b>Tom Cruise</b>'s War of the Worlds","provider":[{"_type":"Organization","name":"syfy.com"}],"url":"http://www.syfy.com/syfywire/stuff-we-love-flaming-train-scene-war-of-the-worlds"},{"about":[{"name":"Stephen Colbert","readLink":"https://api.cognitive.microsoft.com/api/v7/entities/40452965-4e5a-8dfa-7603-dea710dca54f"},{"name":"Tom Cruise","readLink":"https://api.cognitive.microsoft.com/api/v7/entities/fdc9ba0e-f198-b3c3-3cad-cf81595a654c"},{"name":"Hall of fame","readLink":"https://api.cognitive.microsoft.com/api/v7/entities/b43f3a75-cac5-d60c-0b15-4741b9ef46cc"}],"datePublished":"2025-04-15T13:50:42.000Z","description":"TRENTON, NEW JERSEY — “Late Show” host Stephen Colbert, <b>Tom Cruise</b> and the late Supreme Court Justice Antonin Scalia are among 51 people nominated for the New Jersey Hall of Fame. The hall honors people in five categories who live or have lived in ...","image":{"contentUrl":"https://bloximages.newyork1.vip.townnews.com/postandcourier.com/content/tncms/assets/v3/editorial/7/b3/7b389e22-0bd3-5005-bde1-df3e602c2c69/59fcab9d2341f.image.jpg","thumbnail":{"contentUrl":"https://www.bing.com/th?id=ON.E1F6C0E3041CCA49F02DD4E2F9DEA651&pid=News","height":351,"width":512}},"name":"<b>Tom Cruise</b>, Stephen Colbert among NJ Hall of Fame nominees","provider":[{"_type":"Organization","name":"The Post and Courier"}],"url":"http://www.postandcourier.com/ap/entertainment/tom-cruise-stephen-colbert-among-nj-hall-of-fame-nominees/article_669b6113-baad-5549-aa23-749da3b46de6.html"},{"about":[{"name":"Tom Cruise","readLink":"https://api.cognitive.microsoft.com/api/v7/entities/fdc9ba0e-f198-b3c3-3cad-cf81595a654c"},{"name":"Hollywood","readLink":"https://api.cognitive.microsoft.com/api/v7/entities/9984d1da-4a59-c40a-0ea2-6d2c87719a31"}],"category":"Entertainment","datePublished":"2025-04-15T13:50:42.000Z","description":"There is very little about <b>Tom Cruise</b> these days that isn't perplexing. The weird Scientology stuff, the fact that he's still cast in roles for guys half his age, what's going on with his butt, and his unexplained estrangement from his daughter. It looks ...","image":{"contentUrl":"https://the-hollywood-gossip-res.cloudinary.com/iu/s--MtVAqV6T--/c_fill,h_200,w_320/c_fill,h_200,l_upload:tom-cruise-photo,w_320,x_324/c_fill,h_200,l_upload:slides:2262:cruise-loves-to-play-hide-and-seek,w_320,x_-162,y_204/c_fill,h_200,l_upload:slides:2262:keeping-jumping-tom,w_320,x_162,y_102/f_auto,fl_lossy,q_auto:420/v1446656679/slides/2262/how-did-they-meet.jpg","thumbnail":{"contentUrl":"https://www.bing.com/th?id=ON.1647B8BFFFF94EB560EADCF4B47B7603&pid=News","height":404,"width":644}},"name":"<b>Tom Cruise</b> Doesn't Even Want to SEE Suri!","provider":[{"_type":"Organization","name":"Jossip.com"}],"url":"https://www.thehollywoodgossip.com/2017/11/tom-cruise-doesnt-even-want-to-see-suri/","video":{"allowHttpsEmbed":false,"name":"Tom Cruise Doesn't Even Want to SEE Suri!","thumbnail":{"height":344,"width":480},"thumbnailUrl":"https://www.bing.com/th?id=ON.24E0F83AF2454A8FA7C1009A5841F5A5&pid=News"}}]},"rankingResponse":{"mainline":{"items":[{"answerType":"News","resultIndex":0,"value":{"id":"https://api.cognitive.microsoft.com/api/v7/#News"}},{"answerType":"WebPages","resultIndex":0,"value":{"id":"https://api.cognitive.microsoft.com/api/v7/#WebPages.0"}},{"answerType":"WebPages","resultIndex":1,"value":{"id":"https://api.cognitive.microsoft.com/api/v7/#WebPages.1"}},{"answerType":"Videos","resultIndex":0,"value":{"id":"https://api.cognitive.microsoft.com/api/v7/#Videos"}},{"answerType":"WebPages","resultIndex":2,"value":{"id":"https://api.cognitive.microsoft.com/api/v7/#WebPages.2"}},{"answerType":"WebPages","resultIndex":3,"value":{"id":"https://api.cognitive.microsoft.com/api/v7/#WebPages.3"}},{"answerType":"WebPages","resultIndex":4,"value":{"id":"https://api.cognitive.microsoft.com/api/v7/#WebPages.4"}},{"answerType":"WebPages","resultIndex":5,"value":{"id":"https://api.cognitive.microsoft.com/api/v7/#WebPages.5"}},{"answerType":"WebPages","resultIndex":6,"value":{"id":"https://api.cognitive.microsoft.com/api/v7/#WebPages.6"}},{"answerType":"WebPages","resultIndex":7,"value":{"id":"https://api.cognitive.microsoft.com/api/v7/#WebPages.7"}},{"answerType":"WebPages","resultIndex":8,"value":{"id":"https://api.cognitive.microsoft.com/api/v7/#WebPages.8"}},{"answerType":"WebPages","resultIndex":9,"value":{"id":"https://api.cognitive.microsoft.com/api/v7/#WebPages.9"}},{"answerType":"RelatedSearches","resultIndex":0,"value":{"id":"https://api.cognitive.microsoft.com/api/v7/#RelatedSearches"}}]},"sidebar":{"items":[{"answerType":"Images","value":{"id":"https://api.cognitive.microsoft.com/api/v7/#Images"}},{"answerType":"Entities","value":{"id":"https://api.cognitive.microsoft.com/api/v7/#Entities.0"}}]}},"relatedSearches":{"id":"https://api.cognitive.microsoft.com/api/v7/#RelatedSearches","value":[{"displayText":"<b>katie</b> <b>holmes</b> <b>blasts</b> <b>scientology</b>","text":"katie holmes blasts scientology","webSearchUrl":"https://www.bing.com/search?q=katie+holmes+blasts+scientology"},{"displayText":"tom cruise <b>movies</b> <b>list</b>","text":"tom cruise movies list","webSearchUrl":"https://www.bing.com/search?q=tom+cruise+movies+list"},{"displayText":"<b>isabella</b> <b>jane</b> cruise <b>wedding</b>","text":"isabella jane cruise wedding","webSearchUrl":"https://www.bing.com/search?q=isabella+jane+cruise+wedding"},{"displayText":"<b>why</b> <b>did</b> <b>katie</b> <b>holmes</b> <b>divorce</b> tom cruise","text":"why did katie holmes divorce tom cruise","webSearchUrl":"https://www.bing.com/search?q=why+did+katie+holmes+divorce+tom+cruise"},{"displayText":"tom cruise <b>new</b> <b>girlfriend</b> <b>photo</b>","text":"tom cruise new girlfriend photo","webSearchUrl":"https://www.bing.com/search?q=tom+cruise+new+girlfriend+photo"},{"displayText":"tom cruise <b>children</b>","text":"tom cruise children","webSearchUrl":"https://www.bing.com/search?q=tom+cruise+children"},{"displayText":"<b>isabella</b> cruise <b>wedding</b> <b>pictures</b>","text":"isabella cruise wedding pictures","webSearchUrl":"https://www.bing.com/search?q=isabella+cruise+wedding+pictures"},{"displayText":"tom cruise <b>movies</b> <b>list</b> <b>in</b> <b>order</b>","text":"tom cruise movies list in order","webSearchUrl":"https://www.bing.com/search?q=tom+cruise+movies+list+in+order"}]},"videos":{"id":"https://api.cognitive.microsoft.com/api/v7/#Videos","isFamilyFriendly":true,"readLink":"https://api.cognitive.microsoft.com/api/v7/videos/search?q=tom+cruise","scenario":"List","value":[{"allowHttpsEmbed":true,"allowMobileEmbed":true,"contentUrl":"https://www.youtube.com/watch?v=l36BVi8K1uo","datePublished":"2025-04-15T13:50:42.000Z","description":"Tom reacts to Kenny Loggins playing 'Highway to the Danger Zone' during his entrance and reveals that this is the first time they have ever met. Tom also recalls ...","duration":"PT6M6S","embedHtml":"<iframe width="1280" height="720" src="http://www.youtube.com/embed/l36BVi8K1uo?autoplay=1" frameborder="0" allowfullscreen></iframe>","encodingFormat":"mp4","height":720,"hostPageDisplayUrl":"https://www.youtube.com/watch?v=l36BVi8K1uo","hostPageUrl":"https://www.youtube.com/watch?v=l36BVi8K1uo","isSuperfresh":false,"motionThumbnailUrl":"https://tse3.mm.bing.net/th?id=OM.er0sxEFJGQeh6g_1500439518&pid=Api","name":"Tom Cruise on Training for Top Gun","publisher":[{"name":"YouTube"}],"thumbnail":{"height":168,"width":300},"thumbnailUrl":"https://tse3.mm.bing.net/th?id=OVP.Yfes_h2TyrnGFcZmE9G_SgEsCo&pid=Api","webSearchUrl":"https://www.bing.com/videos/search?q=tom%20cruise&view=detail&mid=EAA107194941C42CBD7AEAA107194941C42CBD7A","width":1280},{"allowHttpsEmbed":true,"allowMobileEmbed":true,"contentUrl":"https://www.youtube.com/watch?v=Z9u6gqqLlB0","datePublished":"2025-04-15T13:50:42.000Z","description":"Tom Cruise stars in this spectacular version of the legend that has fascinated cultures all over the world since the dawn of civilization: The Mummy. Thought...","duration":"PT1H50M8S","embedHtml":"<iframe width="1280" height="720" src="http://www.youtube.com/embed/Z9u6gqqLlB0?autoplay=1" frameborder="0" allowfullscreen></iframe>","encodingFormat":"","height":720,"hostPageDisplayUrl":"https://www.youtube.com/watch?v=Z9u6gqqLlB0","hostPageUrl":"https://www.youtube.com/watch?v=Z9u6gqqLlB0","isSuperfresh":false,"name":"The Mummy (2017)","publisher":[{"name":"YouTube"}],"thumbnail":{"height":360,"width":480},"thumbnailUrl":"https://tse4.mm.bing.net/th?id=OVP.xMVy7cT3SI1lSHloRJl3TQHgFo&pid=Api","webSearchUrl":"https://www.bing.com/videos/search?q=tom%20cruise&view=detail&mid=CAFFCC6ADC945AB2DAA6CAFFCC6ADC945AB2DAA6","width":1280},{"allowHttpsEmbed":true,"allowMobileEmbed":true,"contentUrl":"https://www.youtube.com/watch?v=e4rPaZo8HKc","datePublished":"2025-04-15T13:50:42.000Z","description":"Tom says he enjoys watching himself beat people up on film and Jimmy tries to get him to reveal how fast he can run. Cobie Smulders Spills the Beans on Avengers ...","duration":"PT3M2S","embedHtml":"<iframe width="1280" height="720" src="http://www.youtube.com/embed/e4rPaZo8HKc?autoplay=1" frameborder="0" allowfullscreen></iframe>","encodingFormat":"mp4","height":720,"hostPageDisplayUrl":"https://www.youtube.com/watch?v=e4rPaZo8HKc","hostPageUrl":"https://www.youtube.com/watch?v=e4rPaZo8HKc","isSuperfresh":false,"motionThumbnailUrl":"https://tse4.mm.bing.net/th?id=OM.wviGmthuRx7cug_1503523296&pid=Api","name":"Tom Cruise Likes Beating People Up","publisher":[{"name":"YouTube"}],"thumbnail":{"height":168,"width":300},"thumbnailUrl":"https://tse4.mm.bing.net/th?id=OVP.xRziMJxCsw6lKtjn5w7cJQEsCo&pid=Api","webSearchUrl":"https://www.bing.com/videos/search?q=tom%20cruise&view=detail&mid=BADC1E476ED89A86F8C2BADC1E476ED89A86F8C2","width":1280},{"allowHttpsEmbed":true,"allowMobileEmbed":true,"contentUrl":"https://www.youtube.com/watch?v=D5tKcRqcuyo","datePublished":"2025-04-15T13:50:42.000Z","description":"James asks Tom Cruise about growing up and learns Tom had a thing for wandering off and eventually "borrowing" the family car before he was a teenager. "Subs...","duration":"PT1M51S","embedHtml":"<iframe width="1280" height="720" src="http://www.youtube.com/embed/D5tKcRqcuyo?autoplay=1" frameborder="0" allowfullscreen></iframe>","encodingFormat":"mp4","height":360,"hostPageDisplayUrl":"https://www.youtube.com/watch?v=D5tKcRqcuyo","hostPageUrl":"https://www.youtube.com/watch?v=D5tKcRqcuyo","isSuperfresh":false,"motionThumbnailUrl":"https://tse2.mm.bing.net/th?id=OM.p32DPRpepzJWDA_1509119357&pid=Api","name":"Tom Cruise Was a Bit of a Problem Child","publisher":[{"name":"YouTube"}],"thumbnail":{"height":168,"width":300},"thumbnailUrl":"https://tse2.mm.bing.net/th?id=OVP.NxyEOWTLlYO9nHGdAgS__wEsCo&pid=Api","webSearchUrl":"https://www.bing.com/videos/search?q=tom%20cruise&view=detail&mid=0C5632A75E1A3D837DA70C5632A75E1A3D837DA7","width":480},{"allowHttpsEmbed":true,"allowMobileEmbed":true,"contentUrl":"https://www.biography.com/video/tom-cruise-mini-biography-74766915556","datePublished":"2025-04-15T13:50:42.000Z","description":"American actor Tom Cruise was made famous by the 1983 film Risky Business. From there he has gone on to star in numerous Hollywood films and become one of the most ...","duration":"PT3M52S","embedHtml":"<iframe src='//players.brightcove.net/4495439099001/rkC8QsjOx_default/index.html?videoId=5319088890001&autoplay=true' allowfullscreen frameborder=0 width=100% height=100%></iframe>","encodingFormat":"","height":252,"hostPageDisplayUrl":"https://www.biography.com/video/tom-cruise-mini-biography-74766915556","hostPageUrl":"https://www.biography.com/video/tom-cruise-mini-biography-74766915556","isSuperfresh":false,"name":"Tom Cruise - Mini Biography","publisher":[{"name":"biography.com"}],"thumbnail":{"height":168,"width":300},"thumbnailUrl":"https://tse3.mm.bing.net/th?id=OVP.7eamQVaHgwSTGpjxXvo