I have an asp.net site and I'm trying to use the bing API with SOAP. When I get the results, the description field actually contains the meta description of the result page. Example: I send the query: "site:gamespot.com crysis release dates" and the descriptions field is "Crysis is a Sci-Fi FPS game for the PC in which mankind must struggle to survive in the face of an alien invasion" which is actually the meta description of the page the result is pointing to.
But for the same query directly written on bing.com the links have descriptions like: "Crysis for PC Video Game Information - GameSpot's Crysis Technical Information, Game Information, and ... Release Date: Nov 13, 2007 ESRB: MATURE ESRB Descriptors: Blood, Strong" It actually writes the context of the searched words.
So why does the API behaves different? I want my custom search to also show the context in which the words are found. Thank you for any help.