Hey Loopline,
I visited your link to your posts on the other forum. On there you told that user how to do a date range search by appending the filters bing spits out to the end of urls. This part I already know, that's why the URL I used in my post has this on the end
Code:
&filters=ex1:"ez5_17080_17080"
which is the date range from 10/06/16 to 10/06/16 - So basically all results from Oct. 6th
This link
Code:
http://www.bing.com/search?q=cloud&mkt=en-us&filters=ex1:"ez5_17080_17080"
works perfectly fine in my browser (after changing bing's locatin setting to United States) to bring in results for Oct. 6th for the keyword cloud.
However since I live in Europe, and have a Canandian Server (no access to US IP) if I try to run a link like that in a custom scrapebox engine
Code:
http://www.bing.com/search?q={KEYWORD}&mkt=en-us&filters=ex1:"ez5_17080_17080"
I won't get the custom date range results, but just the regular Canadian bing results for the word cloud.
I emailed support asking them if they know of any solutions. I'm hoping something can be done. I notice the bing engine uses a cookie in the additional header/settings tab. Do you know if it's possible to setup a different cookie that can replicate Bing US? Or any other option or ideas to make date range search work with scrapebox?
Also Loopline, could you test this link out on a US IP, if you have access to one, with scrapebox to see if it actually brings the date range results? Thanks.
Code:
http://www.bing.com/search?q=cloud&mkt=en-us&filters=ex1:"ez5_17080_17080"