Questions tagged [bing-search]
69 questions
0
votes
0 answers
Python Bing Search API only showing 30-results (should be 2,900)
I'm trying to find founders in the web3 space, and I want to use Linkedin as the source so that I can pull their bios into a CSV and filter by keywords. Since LinkedIn's API is expensive, I'm using Bing to find the profiles then navigating to…

Haytorade
- 155
- 1
- 14
0
votes
0 answers
Xamarin forms what is the best of search query with API
I am learning xamarin forms.
I using Azure search API to query news but sometimes the result of search is not good because of my search code. I can tap for instance "cat" but because of the delay "ca" is sent to the API.
What I woud like please :
I…

hugo
- 441
- 5
- 25
0
votes
1 answer
Limit calls to external api node
I'm, in node and I have an array of obj {suggestion: 'text', rank: '2'} that I want to use to make a call to bing to get the first result on each of them.
At the moment, I have managed it using a Promise.all
await…

Andrea
- 351
- 1
- 3
- 9
0
votes
1 answer
Azure Atlas api Get Search POI doesn't bring back similar results as does a single word search query does for Bing comparatively
Here is my get query
'https://atlas.microsoft.com/search/poi/json?api-version=1.0&subscription-key=keygoesherexxxxxxxx&query=HOSPITAL&limit=7&lat=28.46538&lon=-81.47917&radius=100000'
The query is HOSPITAL which is the same with the Bing.com…

Christian Matthew
- 4,014
- 4
- 33
- 43
0
votes
1 answer
Bing Web Search API for Corporate bing search
In our company when I navigate to https://www.bing.com/ I can login with my AAD account and able to perform a search specific to my Company. Meaning, I can filter my search results based on my organization.
I see something like "Show results from…

Sagar
- 27
- 6
0
votes
1 answer
How to set options for the bing image search api
I'm currently working on a school project that uses bing image search api. My goal is to get a profile picture for every starwars character (as accurately as possible). I dont understand why, but the api doesnt seem to find results with accents on…

benzi11
- 3
- 7
0
votes
1 answer
Bing News Search API v7, incorrect thumbnail sizes
The Bing News Search API provides thumbnail images, including a width and height. However, the width and height do not match the linked image. All of the thumbnails seem to be 100x100, but the sizes returned with the metadata are different.
You…

danp
- 71
- 2
0
votes
1 answer
Why does Bing News Search API "since" parameter do nothing?
I need to routinely call Bing News Search results via its API, checking for fresh stories matching a given search query.
I only want to return stories newly published since the last time I called the API.
For example, an hourly call to the API…

Robert Andrews
- 1,209
- 4
- 23
- 47
0
votes
1 answer
How do we use the Bing Ads API to provide Ads on the results page of a Bing search API?
We want to create a search engine using the Bing search API. Also, we would like to monetize the search by showing relevant Ads from the Bing Ads API at the top of the search results page (similar to other search engines).
Could someone tell me how…

swhalley
- 1
0
votes
1 answer
Why do I have loose results from Bing News Search API query string?
Why would this call to to the Bing API's News Search…

Robert Andrews
- 1,209
- 4
- 23
- 47
0
votes
0 answers
Bing Search -- ACL/Security Filtering
Is it possible to filter out search results based on user security/roles using Bing Search API
I know with Google you could use metadata to filter out. Is that the correct way to security filter pages/items from search results for both Google and…

user3799810
- 31
- 7
0
votes
2 answers
BING API Search Query
I'm trying to search the Bing API for a list words using the 'site' parameter to only get results from that site / domain.
I've tried to use the following as a search query in bing
site:https://www.bbcgoodfood.com/ cake OR gateau OR victoria…

Hasan
- 21
- 1
- 4
0
votes
1 answer
How to get EXTRA (complimentary) results from bing-search API
When we generally search for a term in www.bing.com (e.g. newyork), we get some extra information along with search results on the right most side of the page. Like for 'newyork' you would see some content from wikipedia, map location, it's twitter…

user1481828
- 3
- 1
0
votes
1 answer
Website not indexed/scraped/crawled via Bing Custom Search
I want to create a multi-site search function using Bing Custom Search. I have created a search instance on https://www.customsearch.ai/ using my company-provided Microsoft account.
After adding my company's main www website (www.mysite.com) the…

Viktor
- 487
- 2
- 8
- 26
0
votes
1 answer
How to sort Bing Custom Search API v7 results?
I read in the Bing blogs that BIng search APIs provide improved performance, new sorting and filtering options. But I am not seeing any documentation on implementing the same on the Bing custom search APIs.
Is this feature currently available or…

mack
- 345
- 5
- 18