Can i use results get from bing's url search without subscription and API ?

Hi at all,
sorry for my english...
can i use, in my app, results from bing's url search string ?
or i must get a subscription to Bing API ?
Thx

Hi VinxC,
Do you mean you wanna leverage Bing Search URL, e.g.
http://www.bing.com/search?q=Microsoft, to get the search results (keywords as Microsoft in this Sample URL) within your app? Essentially, you could make this work via an asynchronous call in your app, for example, via WebClient like this:
WebClient client =
new
WebClient();
string serviceAddress =
"http://www.bing.com/search?q=Microsoft";
client.DownloadStringCompleted += new
DownloadStringCompletedEventHandler(Client_DownloadStringCompleted);
Uri token =
new
Uri(serviceAddress);
client.DownloadStringAsync(token);
private
void Client_DownloadStringCompleted(object
sender, DownloadStringCompletedEventArgs e)
string callresult = e.Result;
Then you can parse the result string as you want, here are some samples for how to visualize a HTML string:
http://www.codeproject.com/Questions/619974/Parsing-Html-Document-using-csharp
http://www.codeproject.com/Articles/57176/Parsing-HTML-Tags-in-C
However, I don’t recommend you to embed the Bing search in your app in this way.
  >>
or i must get a subscription to Bing API ?
As a matter of fact, we could use our Bing search API in a more efficient way, which enables us to embed search results using Json and XML, furthermore, we could have a free offer (5,000Transactions/month) of Bing Search API as well, please refer to
https://datamarket.azure.com/dataset/bing/search for more information. The quick start and code sample of Bing search API could be found at:
https://onedrive.live.com/view.aspx?resid=9C9479871FBFA822!112&app=Word&authkey=!ANNnJQREB0kDC04.
 Should you have any concern for using Bing Search API in your app, please feel free to let us know.
Best Regards,
Ming Xu
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • Can we use Result from another query in Webi using Bex uery universe?

    Hi,
    Can we use Result from another query filter option in Webi to create a report using a Bex Query universe?
    I need to create a report using two universes, one is Bex Query Universe and the other is Orcle universe. I have two queries, one is using Oracle universe; the other using Bex Query universe. I need to pass the Oracle data from the Oracle query to the Bex Query query to get the matched data from SAP Bex query.
    I used Result from another query in the query filter panel for the query using Bex query universe. But I got an error saying that 'A filter contains a wrong value. you cannot run this query. (Error: WIS 00007). The data used in the filter on both sides are the same. they are char.
    I have tested by using two queries from the same Bex query universe to see if the Result from another query filter option works. And I got the same error.
    Has anyone run into the same issue and if this is possible and what should be the solution?
    Thanks in advance!
    Edited by: BO_Haiyan on Oct 6, 2010 3:47 PM

    In that situation:
    Create two queries : Oracle and BW query.
    @ Report:
    As you have to see result set from both the Dataproviders, correct? To achieve thise one must have common dimension objects to merge them at report and use Objects those are coming from both queries to use them in single Table/Report.
    Unless you don't use Merge Dimensions, you don't get a chane to use both queries objects in single Table/Report. (It will give tooltip saying: You can't drop here -- Incompatable Objects)
    In case, if you don't have common dimensions, change object definitions to Detail objects, for those required.
    Hope it helps you.
    Thank You!!

  • Hi - have lost my Install DVD for my macbook Pro - can I use the one from my husbands Macbook or how do I get a new one??

    Hi
    Have lost my Install DVD for macbook pro and need it because my computer black out all the time - can I use the one from my husbands macbook (not pro) or how do I get a new one???

    10.6 Snow Leopard ?
    You can call Apple and order one.  1-800-275-2273
    You cannot use an install dvd that is shipped with another computer.

  • Can i use App schema from another Oracle database.

    Hi everyone,
    can i use application schema from another Oracle database and how can we do this. the reason is that current database where apex is installed is get very slow because of the size of database and application usage.
    Regards,
    Kashif.

    user10485983 wrote:
    Please update your forum profile with a real handle instead of "user10485983".
    can i use application schema from another Oracle database and how can we do this. the reason is that current database where apex is installed is get very slow because of the size of database and application usage.
    You can (using database links), but this will generally result in even poorer performance (unless by "another Oracle database" you mean using RAC?)
    It sounds more like you either need to upgrade your systems, or refactor your applications to have a smaller performance footprint.

  • How to use result obtained from clientContext.executeQueryAsync

    i have to use result obtained from clientContext.executeQueryAsync for condition in code.But, now i face problem that clientContext.executeQueryAsync result not obtained when needed.

    Hi,
    I suggest you provide more information about your requirement(your code) or error messages for further research.
    If you want to get list items using JavaScript Client Object Model(JSOM), the following articles for your reference:
    How to: Retrieve List Items Using JavaScript
    https://msdn.microsoft.com/en-us/library/office/hh185007(v=office.14).aspx
    Working with the ECMAScript Client Object Model (JSOM) in SharePoint 2010–Part 3
    http://blogs.msdn.com/b/sharepointdev/archive/2011/07/19/working-with-the-ecmascript-client-object-model-jsom-in-sharepoint-2010-part-3-nikhil-sachdeva.aspx
    We can also use REST API to achieve it.
    SharePoint 2013 – CRUD on List Items Using REST Services & jQuery
    http://www.plusconsulting.com/blog/2013/05/crud-on-list-items-using-rest-services-jquery/
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Dennis Guo
    TechNet Community Support

  • Invalid Certificate Microsoft Outlook cannot sign or encrypt this message because you have no certificates which can be used to send from your e-mail address.

    Hi,
    I have a problem when trying to sign emails with an X.509 certificate in Outlook 2010. I constantly get the error message. The certificate is Verified for the email address I'm sending from.
    "Invalid Certificate
    Microsoft Outlook cannot sign or encrypt this message because you have no certificates which can be
    used to send from your e-mail address."I have no problem with signing documents in Word 2010 with the same certificate, only when trying to send email.Every check I can perform confirms that there's nothing wrong with the certificate. Yet, Outlook still says it is invalid.I have even tried installing a second X.509 for the same email address just to check. Outlook doesn't seem to like either certificate.I know this has been posted before, but I'm completely stuck here.Thanks,~Dan

    Hi,
    You may have checked the option "Encrypt contents and attachments for outgoing messages" in Outlook, please uncheck this to test if the problem persists.
    File -> Options -> Trust Center -> Trust Center Settings -> E-mail Security -> Clear the checkbox "Encrypt contents and attachments for outgoing messages" -> OK.
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs. Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Which PO and PR table can be used to get the WBS element field.

    Which PO and PR table can be used to get the WBS element field. Thanks.

    HI,
    In the PO the concerned field for WBS element shall be tracked in the Item details and the account assignment tab in PO.
    It shall be checked from EKKO table with PS_POSI feld.
    The same shall also be tracked in PR from EBAN table .please refer the account assignment tab in the PR item details.
    Hope this helps.
    Regards,
    Prasanna
    Award pls if helpful.

  • HT4759 I can not install app's from the app store on my phone,and when i try, i get a message tells me (cannot connect to itunes store) that happened after i updated it to "IOS6" . it's a "IPhone4 S"

    I can not install app's from the app store on my phone,and when i try, i get a message tells me (cannot connect to itunes store) that happened after i updated it to "IOS6" . it's a "IPhone4 S"

    Remember, any purchased item from the itunes store is forever associated with the Apple ID used to buy it.  So when you get prompted for an ID/password and it doesn't accept it, then you are using the wrong ID.
    Go to Settings>iTunes and App Stores, be sure it's logged into the ID you have set on the iphone (since that one seems to be connecting with the right ID).  If you've done this, then you might wait a bit to see if the "cannot connect to .. store" message has to do with internet connections.

  • I can't use my money from my account ,why?

    OI can't use my money from my account ,why?
    <Email Edited by Host>

    Most of the people on these forums, including myself, are fellow users - you're not talking to iTunes Support here. I've asked the hosts to remove your email address from your post.
    What happens when you try to buy things, does the 'buy' button not work, do you get any error messages ... ?
    If you are getting a message to contact iTunes Support then you can do so via this link and ask them for help : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption
    If it's a different problem ... ?

  • HT5661 How can I unlock my iphone from Iusacel (Mexico) I moved to Canada and the Iusacel company told me they cannot do it. Can you tell me how? I want to keep using my iphone.

    How can I unlock my iphone from Iusacel (Mexico) I moved to Canada and the Iusacel company told me they cannot do it. Can you tell me how? I want to keep using my iphone.

    The normal process is to request the unlock with the carrier.  They process it and pass it on to Apple to be applied to the Apple's iPhone database.  The carrier would then inform you when Apple has provisioned the unlock, and you would restore your iPhone as a new device in iTunes to apply the unlock (you would get a message at the end of that restore as new in iTunes indicating the unlock was successfully applied).  You could then restore your iPhone from backup to get everything back as it was.
    However, for some carriers, you seem to beed to complete the iTunes restore from within the country where they provide service.  Regardless, have you tried restoring as new in iTunes to see if it processes any provisioned unlock request?  Just be sure to backup the iPhone first, before restoring as new.

  • I can not find my playlists on apple tv. How can I use my playlists from itunes on apple tv ?

    I can not find my playlists on apple tv. How can I use my playlists from itunes on apple tv ?

    Hey luisathome,
    Thanks for the question. The following resource outlines how to setup Home Sharing between your Apple TV and computer:
    iTunes 11 for Mac: Play items in your iTunes library using Apple TV (2nd generation or later)
    http://support.apple.com/kb/PH12153
    Thanks,
    Matt M.

  • How can I use a pic from iPhoto as a background for a page, How can I use a pic as a background for a page

    How can I use a pic from iPhoto as a background for a page, How can I use a pic as a background for a page

    cd,
    Insert the picture and position it as you desire
    Make sure the picture is set to Floating in the Wrap Inspector
    Arrange > Send Objects to Background
    Regards,

  • I want to install a new hard drive on my 2008 MacBook but do not have the instillation discs that came with my computer.  Can I use instillation discs from a 2009 or 2010 MacBook?

    I want to install a new hard drive on my 2008 MacBook but do not have the instillation discs that came with my computer.  Can I use instillation discs from a 2009 or 2010 MacBook?  The hard drive I am planning to install is a WD Scorpio Black 500GB SATA 2.5'' internal hard drive.

    Sometimes they do work - i've done it before.  I have a late 2008 Macbook Uni and used the install dvd of my 2009 Macbook White and it worked.
    Why not just clone your hard drive?  It'll save you a lot of time doing a clone rather than doing a clean install.
    Unless you're having issues with your old set up or  your old hard drive is dead.
    You can download Carbon Copy Cloner - install your new hard drive in a external usb enclosure (around $10) and clone fromt here then test it before you install it in your Macbook.
    Once you've done the swap, you can install your old hard drive in the USB enclosure and use it as a backup drive.
    Good luck

  • On a Mac OS X version 10.4.11 and itunes 9.1.1.  Can't update to itunes 10.6Trying to get a previously purchased song.  Can't use the purchased option under quick link - nothing shows up and won't let me purchase an already purchased song.  What can I do?

    On a Mac OS X version 10.4.11 and itunes 9.1.1.  Can't update to itunes 10.6, Mac too old. Trying to get a previously purchased song.  Can't use the purchased option under quick link - nothing shows up and won't let me purchase an already purchased song.  What can I do?

    If possible you need to upgrade OS X. However, what you can upgrade to is dependent on what your Mac hardware and configuration is which you have not provided in your profile.

  • Can I use the sim from my iphone 5c in the ipad air wifi cellular?

    Can I use the sim from my iphone 5c in the ipad air wifi+cellular?

    Both the iPad Air and iPhone 5C use a nano-SIM. Physically, they will work, but your operator may have some restriction. You should check with them.

Maybe you are looking for

  • Xpath field details not getting displayed

    Hi all, I am working on a idoc to file scenario, where I want to refer the receiver to be determined based upon certain condition or values that get populated for a particular field (using receiver determination). But the problem is that when I click

  • Bootcamp - The disk cannot be partitioned because some files cannot be moved.

    I know what you're thinking; this question has been posed before. But my circumstances are different. Sooo I bought a brand new Macbook Pro 15" Retina, late-2014 model on Monday. After some initial setup (moving my music, downloading programs etc.) I

  • Why can't Siri locate contact addresses for map directions?

    Having an issue with iphone 4s using Siri for locating addresses saved within contacts for map directions. The problem is only evident on about half of the contacts so far..  the message i get is 'I couldn't find an address for .." even though the co

  • IPod Battery Replacement Service Chan

    As of 7.8.05, Apple changed its iPod battery replacement service charge from $99 to $59. Darn.....now i feel some regret from getting a Zen Micro, seeing as how the only reason i bought it was cuz its battery was only $40.

  • Moving exposure slider Lightroom 5 causes losing sharpness in pictures.

    I'm working with (RAW files form 5dmk2) Lightroom 5 on OS X (i5 .2.6 gHz 16 GB RAM Intel HD Graphic 4000, NEC PA 271W display 27') . In Develop module moving exposure slider for a short moment causes loss of sharpnes in pictures, it's really annoying