I am working on a custom news widget for a client. He wants to include news that only has a particular company name as well as one or more industry terms. For companies [Company A, Company B, Company C], he wants to display aggregated results (newest first) using the following search terms.
"Company A" AND ("electric vehicle" OR "PHEV" OR "energy storage" OR "lithium-ion" OR "capacitor" OR "graphite" OR "separators" OR "community energy storage" OR "electricity storage" OR "advanced batteries")
"Company B" AND ("electric vehicle" OR "PHEV" OR "energy storage" OR "lithium-ion" OR "capacitor" OR "graphite" OR "separators" OR "community energy storage" OR "electricity storage" OR "advanced batteries")
"Company C" AND ("electric vehicle" OR "PHEV" OR "energy storage" OR "lithium-ion" OR "capacitor" OR "graphite" OR "separators" OR "community energy storage" OR "electricity storage" OR "advanced batteries")
- I can't find the exact limitations of the Bing News Search API - what are the maximum number of terms?
- The results that are returned don't necessarily contain the company name. How can this be explained?