|
I would like to limit the web search results to the particular Web site domain that the api is implemented on. So that all the results return will belong to this domain.
I can manually filter the results by the result Url property but because of the limit on the number of results being returned I will have to make consecutive requests to the search server until I have completely checked all results or until a tempory collection of results reaches a length equal to the total results per page limit.
In addition to the above mentioned issue. There is this request per day limit of 10,000 requests. if every search request cannot return more than 50 results per page (on average) a 50,000 item result set will take up 5000 requests of the 10,000 limit. When in fact the only results in the set I wanted may have amounted to a total of 200 results.
Any Suggestions
ddn |