Google search api using c#

hello 
i want to deal with google search api to return a list of url.
like i want to search for the word : mobile
so it will return to me a list of all the url would appear in google.com
just the url ... I didn't use google search api before 
so any one can help me ?
note : i need it in c# language.
note 2 : i need all the url that appear in search.

Hi
Samy,
Like your title mentioned, your case related to google search api. This is the third-party Api.
I am afraid this is out of our support.  Please ask in their special forum. Here is the link:https://developers.google.com/places/forum
Thanks for your understanding.
Best regards,
Kristin
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

  • Error: Response code 302, When accessing Google search API from Webdynpro

    I am developing Webdynpro application in which i have provided Google search facility by using Google search API as web service. But when i am executing my application and search for some expression then it gives "Service Call Exception : Invalid Response code 302".
    So if anybody can solve this problem then please help me.
    Thanks,
    Bhavik

    Thats the correct target!! I dont know why you get the 302 response..you must have missed something..cos i didnt get that problem.. but you know maybe after i bypass the proxy (if i ever do) then i will get the same error... have you looked at the Best Practices google tutorial posted on sdn. look for it under Web Dynpro.
    You can access the port file using the package explorer(window/showview/packageexplorer) find your project and expand it. then expand "src/packages" then expand <yourpackagenamespace>.proxies you will find a file called <i><b>lport1_1.lp</b></i>. double click and it will open for editing/modifying. notice there that you can not apply your proxy password.
    Please let me know the exact steps to invoke the password method, do i need to modify the non generated classes?
    Thanks,
    Wael
    I hope this helps !!

  • When I type in a name in the Google Search Bar using the Classic Home Page, nothing happens, i.e, type in the word BASEBALL, then hit ENTER, and nothing happens

    When I type in a name in the Google Search Bar using the Classic Home Page, nothing happens. For example, if I type in the name BASEBALL, and then hit ENTER, nothing happens. This just started today.

    I had a "typo." It is supposed to say........
    www.google.com/firefox?client=firefox-acrls=org.mozilla:en-us:official

  • How to make a form-based search API using HTTPClient

    Hi,
    I am getting trouble to make an API that is related to making a site search by using a form-based search API by help of HTTPClient

    Hi,
    Something seems to get added to the form action because of "http". Hence I am removing it.
    You need to write a procedure with the values in the as parameters. Say for example you want to insert a record into dept
    table then
    Dynamic page code
    <html>
    <body>
    <form action="portalschema.insert_dept">
    <input type="text" name="p_deptno">
    <input type="text" name="p_dname">
    <input type="submit" name="p_action" value="save">
    </form>
    </body>
    </html>
    Procedure code.
    create or replace procedure insert_dept
    (p_deptno in number,
    p_dname in varchar2,
    p_action in varchar2)
    is begin
    if p_action = 'save' then
    insert into scott.dept(deptno,dname) values(p_deptno,p_dname);
    commit;
    end if;
    end;
    grant execute on insert_dept to public;
    Hope this helps.
    Thanks,
    Sharmila

  • AS3 & Google Search API - How?

    I am trying to learn APIs and AS3, can anyone tell me of a
    good tutorial for putting Google Search into Flash?
    Thanks.

    Hi,
    As far as I know, we can’t directly filter the results by date in Azure Bing search API.
    You could only filter results by your logical and code when you have got the result.
    Also, you could submit a feature request on this page:
    http://feedback.azure.com/forums/216369-azure-marketplace/suggestions/5222360-enable-websearch-api-to-filter-by-date
    Regards,
    Azam Khan

  • Does Google Search (app) use location services

    Does Location Services use data for Google Search and other apps that use my location

    Hi
    Location services will use data yes, you should be able to see the apps using loaction services under settings>privacy>loaction services and then turn off or on apps you which to use with this service from there
    See this too:
    http://support.apple.com/kb/HT5594
    Hope this helps

  • How to interact with google search engine using java HTTP POST

    I am trying to develop an desktop app that acts as an online radio tuner. I want to use google as an index site for actually searching for radio stations online. So I was wandering if it is possible for me to use java to actually interface with the google search engine servers. For example, I have built a gui that allows you to enter search text. This gui will connect to the web. I would like it to connect to the Google site and post the query to the google web servers. Then i would like to began to parse the response( html page) that i get back from the google servers. Like using google without actually typing in the text field on the google site. Can anyone tell me if it is possible to do this with java. If so, what would be the best way to go about doing this. Thanks.

    Thanks for the response. It was actually alot easier to do than I anticipated. All I had to do was create a URL object initialized with the google url(search text embedded in the url - http://www.google.com/search?q=" + searchText + "&hl=en&ie=UTF-8&oe=UTF8).
    Looks like this:
    String google = http://www.google.com/search?q=" + searchText + "&hl=en&ie=UTF-8&oe=UTF8;
    URL url = new URL(google);  // creating Google Url object
    URLConnection connection = url.openConnection();
           connection.setDoOutput(true);
           connection.setRequestProperty("User-Agent", "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)" );  // fooling google servers into thinking the request is coming from a real browser
           BufferedReader reader = new BufferedReader(new InputStreamReader(connection.getInputStream()));The content returned by the google server can be accessed calling the BufferedReader class methods.

  • Force Safari's Google Search to use IPv6

    Does anyone know how to force the Google Search that is built in to Safari to go to
    http://ipv6.google.com
    instead of
    http://www.google.com
    Note: Glims has lots of features but it doesn't provide a way to modify the Google URL.

    Note: Glims has lots of features but it doesn't provide a way to modify the Google URL.
    Does something stop you from creating a new one as described at http://www.machangout.com/tutorials/addsearchengine ?
    or I see, you maybe want to default google one to go there, rather than creating a new search option which of course can be pointed anywhere. It is possible to modify strings inside the safari app & change that. I'm sure Klaus here has linked to it before.

  • Google Search Webservice API is invalid?

    hallo everyone,
    i got the error message : "invalid Web service URL", when i try to set a new Web Services System with the Google Search API in VC7.0.
    The URL i used is:
    http://api.google.com/GoogleSearch.wsdl
    why? i just try to build the example from Visual Composer Book. Can anybody help me?
    thanks.
    Edited by: Qiang Li on Apr 8, 2008 9:31 AM

    If your portal server can access the internet through a proxy server, make sure it's configured in the http service  in the portal.
    Natty

  • Google search problem in safari

    I went to do a google search and used the window in Safari. When I hit go, I get results but they look strange. Only the search term and then most of it is blank. It's as if the page is so big that I can't see the rest.  When I go to the bottom of the page it says Mobile, but nothing else. When I tap beside it, it went to a "classic" view as if on the desktop of your computer, but then I could not see what I was typing in the search box. It was invisible. No problem with Bing or Yahoo.
    I also have noticed on a page that I normally check that the login button was not there. I could click where the login button usually is and then it will take me to the page, but what I type is also invisible.
    I have an iPhone 4s 5.1.1. No problems on my husbands iPhone 4s.
    Will try to restore.
    Has this happened to anyone?

    Restore has fixed it.

  • Missing large number of results through Bing Search API (web results only)

    When making multiple calls to the Bing Web Search API (with a different $skip parameter), many queries I try seem to be missing many of the result I'd expect.
    For example, searching for the string 'obama' on bing.com shows 107,000,000 results available.
    When I search using the web search API using:
    https://api.datamarket.azure.com/Bing/SearchWeb/v1/Web?Query=%27obama%27&%24format=json
    I get 50 results, and the '__next' parameter is given as 'https://api.datamarket.azure.com/Data.ashx/Bing/SearchWeb/v1/Web?Query='obama'&$skip=50'
    If I repeat this several times, eventually I get a response with less than 50 results, and no '__next' parameter, indicating there are no more results.
    However, I always get far fewer than 1000 results (I'd expect there to be at least 1000). Trying to get 1000 results (by making a request and querying against the '__next' URL), I get different numbers of results each time:
    attempt 1: 355 results
    attempt 2: 441 results
    attempt 3: 358 results
    attempt 4: 692 results
    attempt 5: 692 results
    attempt 6: 694 results
    attempt 7: 659 results
    Querying for this should always return at least 1000 results, since 'obama' has 107,000,000 results listed when searching from bing.com
    Any idea what's going on here?

    Sorry to respond to this old thread, but the problem persists. It exists in both the web UI and the API. The initial result page (on the web) or result object (in the API) report millions of search results, however after clicking through a number of result
    pages (on the web) the total number is reduced to a few hundred. Similarly, in the API, setting the '$skip' parameter above this number does not return results. In the Obama case the first page shows 18.2 million results (http://www.bing.com/search?q=obama&go=Submit+Query&qs=bs&form=QBRE)
    but from page 35 and over only 529 results are reported (e.g., http://www.bing.com/search?q=obama&qs=n&pq=obama&sc=8-3&sp=-1&sk=&ghc=1&cvid=92729d6076e24a37a9e6ee099da99a4a&first=527&FORM=PERE7). Therefore the above problem
    does not seem to be related to the difference between the API and the web UI, but rather that Bing does not provide any results from a certain point (presumably because nobody is interested in them anyway). However, for data mining/web content analysis it
    is desired to get all results, even uninteresting ones. Is this behaviour documented somewhere, or can it be influenced?

  • Searching Japanese using keywords

    When searching using keywords in the awesome bar, it converts any Japanese characters to their percent-encoded forms (sorry if I'm using the wrong terminology here). This is no problem for most searches, for example http://eow.alc.co.jp/search?q=%E3%81%A0%E3%81%AE and http://eow.alc.co.jp/search?q=だの both give the same result and load the same page without issue.
    However, some searches (I've only noticed this with amazon.com and amazon.co.jp, but presumably it could happen on other sites) do not play nice with this conversion. For example, entering "amazon だ" ("amazon" being my amazon search key) gives me the URL http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=%3F, which instead searches for "?" for some reason. If I manually substitute だ instead of the %3F (giving http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=%E3%81%A0), it conducts the search as expected. I don't really know what's going on here (i.e., why Amazon is showing it as %3F when it should be %E3%81%A0) but hopefully someone more familiar with this can shed some light on the situation.
    EDIT: I should note that non-Japanese searches work just fine. In addition, no sites (that I've tried) have had problems with Japanese searches other than Amazon.

    You can read about that in the mozillaZine knowledge base article that I posted above:
    Difference between (small s) %s and (Capital S) %S
    1. (small s): %s will have additional substitution replacements: # by %23, % by %25, / by %2F, and @ by %40.
    2. (Capital S): %S will not have substitutions and allow use of C++ in a Google search, allow use of @ in an email substitution, allow use of a fragment-id in a url substitution index.html#example2, and use of a directory as in code/example2.txt.

  • How do I view my google search history

    Is there anyway to see my recent searches done from the search engine box? Sometimes during research I need to quickly go back to google search results using the exact keyword term that I used,but many of the search terms are difficult to remember,it would be easier to see the last 10 or 20 keyword searches.

    This may only work if you are signed into a Google account but the link to view the stored Google history is
    https://www.google.com/history/
    It will also keep track of history from your smart phone.

  • How to use Google weather API in flex?

    Hi there,
    I have 2 services.
    ServiceONE : http://api.locationservice.com/city/key=123abc
    ServiceTWO: http://www.google.co.in/ig/api?weather='anyCityName'
    I am using HTTPService for both. Firstly I fetch result which gives me city name, by sending ServiceONE. And then, I am assigning this city name to SericeTWO and sending it, which gives me weather details about that city.
    I am hosting my applicaition on some server, http://www.somethirdpartyserver.com/myaccount/myflexstuff/MyWeatherApplication.html
    Since it tries to access http://api.locationservice.com/city/key=123abc and http://www.google.co.in/ig/api?weather='anyCityName', I would need to have crossdomain.xml in them.
    Fortunately I could find http://api.locationservice.com/crossdomain.xml, which has:
    <?xml  version="1.0" ?>
    <!DOCTYPE  cross-domain-policy (View Source for full doctype...)>
    - <cross-domain-policy>
    <site-control permitted-cross-domain-policies="all" />
    <allow-access-from domain="*" secure="true" />
    <allow-http-request-headers-from domain="*" headers="*" secure="true" />
    </cross-domain-policy>
    Which mean, any server can access it.
    But unfortunately, I couldnot find something similar in http://www.google.co.in/crossdomain.xml. Though xml is there, the code is different:
    <?xml  version="1.0" ?>
    <!DOCTYPE  cross-domain-policy (View Source for full doctype...)>
    - <cross-domain-policy>
    <site-control permitted-cross-domain-policies="by-content-type" />
    </cross-domain-policy>
    It doesn't allow any access to any domain.....
    I've already developed the weather gadget in flex but I cant host it for use anywhere, because of this security issue
    Can anyone kindly help me how can this be resolved?>?
    -Deepak

    @ PaulH
    Yes, after few more searches I came across php proxy solution. I should have checked about availablity of crossdomain file in the root of the api, which I didn't and started off with the development.
    For now I'll use this php proxy and use Google weather api. And yes, as you said, it's not official. Can get changed\removed, which will surely affect my code.
    Thanks for http://www.worldweatheronline.com/, may be I'll try to implement it with this api soon and make my app completely stable!
    Came across another great api for weather which too has crossdomain! http://www.wunderground.com
    I've uploaded the widget right here: http://deepflex.blogspot.com/2011/03/weather-widget.html
    @alexsliced
    Adobe Flex is a software development kit (SDK) released by Adobe Systems for the development and deployment of cross-platform rich Internet applications based on the Adobe Flash platform. Flex applications can be written using Adobe Flash Builder or by using the freely available Flex compiler from Adobe.
    You can find more about it here:
    http://flex.org/what-is-flex
    http://en.wikipedia.org/wiki/Adobe_Flex

  • How to use the google search from inside a java program

    Hi guys
    How can i use google search in my java program?
    What will be the type of the reply i get back from google?
    Thanks in advance
    [http://javamilestone.blogspot.com/|http://javamilestone.blogspot.com/]

    Hi,
    You have here some examples about how to make search on google from a Java application.
    The type of reply is JSON
    Here some documentation about it:
    [http://code.google.com/apis/ajaxsearch/documentation/#fonje|http://code.google.com/apis/ajaxsearch/documentation/#fonje]
    And here some snippets:
    [http://code.google.com/apis/ajaxsearch/documentation/#fonje_snippets|http://code.google.com/apis/ajaxsearch/documentation/#fonje_snippets]
    Regards,
    David.

Maybe you are looking for

  • Sy-tabix in loop : Doubt

    LOOP AT i_lfa1 INTO wa_lfa1 WHERE werks = space.           wf_tabix = sy-tabix.                                     APPEND wa_lfa1 TO i_lfa1_werks.                          DELETE i_lfa1 index wf_tabix.                         ENDLOOP.               

  • Is there a way to do a "OR" with filters of an Interactive Report?

    Hi, I've noticed for a long time now that when you apply filters on an Interactive Report, they are applied on top of each other. But there is no way to apply them in an 'OR' fashion it seems. Unless I am mistaken. Now I know that you could apply a R

  • I forgot my phone lock code, how do i recover it so im not locked out permanently

    i forgot my phone lock code, how do i recover it so im not locked out permanently

  • Version Management for PO Fields

    Hi, Curently System is capturing the Version Management for PO with Fields, Incoterms, Total Net Order Value, Value Changes, Currency, Deletion indicator in purchasing document & Purchase order quantity. But the Requirement is to capture(display) onl

  • HP 8610 AND MAC OS X 10.4.11 COMPATIBLE?

    HP 8610 AND MAC OS X 10.4.11 COMPATIBLE?