Add search options (for EnableHighlighting, DisableLocation..)
This commit is contained in:
parent
2d399e4d4f
commit
e2c9b5cf57
3 changed files with 4 additions and 1 deletions
|
@ -23,6 +23,7 @@ var Bing = require('node-bing-api')({ accKey: "your-account-key" });
|
|||
Bing.web("Pizza", {
|
||||
top: 10, // Number of results (max 50)
|
||||
skip: 3, // Skip first 3 results
|
||||
options: ['DisableLocationDetection', 'EnableHighlighting']
|
||||
}, function(error, res, body){
|
||||
|
||||
// body has more useful information, but for this example we are just
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue