0
votes
0answers
13 views

Twitter REST API recursive search

i'm trying to get a recursive twitter search working, but after the first json response nothing happens. I have no idea why this is not working. http://jsfiddle.net/N6ED2/1/ function ...
2
votes
0answers
44 views

Is it possible to make this search function remove the answers when a new search is submitted?

Is it possible to make this search function remove the previous answers every time a new search is submitted? http://www.urlgone.com/acfdd9/ (Preview does not seem to work, try running the files ...
0
votes
0answers
14 views

google custom search with passed query string

How do I setup a Google custom search like passing the query variable to googles javascript and let rendered on a specified page? I have been trying: first I pass the query variable to my desired ...
2
votes
2answers
136 views

403 Error When Making Twitter Search API Call

Today, my script stopped working in Chrome, and now I get a 403 Forbidden, or a 400 Bad Request. This only happens in Chrome, and only with my Twitter Search API call: var url = ...
0
votes
0answers
9 views

Manual search results do not match with the information from the API

we have a Google search api us to gather information in regards to the search term ranking and we see that the information provided using the api is not matching with the manual results. So wanted to ...
0
votes
1answer
27 views

Can you make a user-based search with Facebook API?

On Facebook when you write something in the search box in the top. Like 'Eric' You first get the results with your friends named Eric and further down you get people you might know with X mutual ...
-2
votes
0answers
92 views

Flight Search API? [closed]

I am developing a flight search iOS app for a university project, and I am trying to find an API that will allow me to search for flights and ideally book them. The only APIs I have been able to find ...
0
votes
1answer
79 views

404 network error twitter search with json

I'm getting this error SyntaxError: illegal character [Break On This Error] jQuery19106301322763694621_1367656472546(� Error: Permission denied to access property 'toString' ...
0
votes
1answer
67 views

more than 4 results on google api search java code [duplicate]

I must do a java project which use Google API for search results. I found this link : http://www.programcreek.com/2012/05/call-google-search-api-in-java-program/ but this program return only 4 ...
1
vote
0answers
12 views

GPS searching of location isn't disabled in Maps API v2

I met with strange behavior of Google Maps API v2. Sometimes I see gps searching icon on status bar and I don't even start activity with map. Sometimes icon doesn't disapper if I exit activity or go ...
0
votes
1answer
20 views

Search Form Displaying Business Name with Business URL from API

I am creating a simple search using the Yellow Pages API, coded in Ruby and Sinatra, and I'd like to display the search result business listing with a clickable URL. I have coded in both fields for ...
0
votes
3answers
38 views

Twitter search API created_at adding hours Javascript

I'm making a simple twitter feed using the twitter search API. All is fine except that the time I get from created_at is 2 hours behind the excepted time. The result is a string with: "Mon, 29 Apr ...
-1
votes
0answers
37 views

Searching User By Email via API

I would like to know, given the hundreds or thousands of existing APIs on the Internet for different purposes, which "known" ones will return a user's account given his/her email address. Naturally ...
0
votes
0answers
49 views

Custom Google API Search Android Not Working

I tried the code in this link for executing a Google Search within an Android app (using an Async Task): Java code for using google custom search API but I'm experiencing a FileNotFoundException as a ...
0
votes
0answers
20 views

Itunes music search api. (Pre Ordered songs)

I use this request to search songs.http://itunes.apple.com/search?term=query&limit=30&media=music&entity=song&callback=mycallback But result not include Pre Ordered songs. How I can ...
0
votes
0answers
17 views

iTunes search API releaseDate data conflicts with track release date in iTunes store

Are there two release dates in the API? I notice that releaseDate doesn't always match up with what is displayed in iTunes. For example, an api search in the Great Britain store for Dreadlock Holiday ...
0
votes
1answer
37 views

How to perform an AJAX image search on my site using Google?

I want to implement something on my website that allows users to search for an image (via google) to use for a profile image. For instance, I want to be able to search for "frog", display a bunch of ...
0
votes
0answers
33 views

google search API (CSE) returning very few results

So I followed the tips at http://stackoverflow.com/a/11206266/1456530 (to remove the sites from custom search) Currently I have no site here and I have selected "search the entire web, but ...
-4
votes
1answer
77 views

iOS Hotel/Cafe/Restaurant search [closed]

I need to implement Hotel/Cafe/Restaurant search in my ios application. Search by the city. Got nearly 10 cities, need to show information for example for all hotels in this city. (Picture, Name, ...
0
votes
1answer
71 views

twitter search Api connect timeout

I am running this program to search for tweets. Getting the below exception pasted. Could any one help me what the problem is? please let me know if any other details required. Thanks public ...
-1
votes
1answer
79 views

Pagination in the event search API

I am performing a rest call to facebooks search API using type=event e.x. ...
0
votes
0answers
32 views

How to get a indexing item list from EBay?

I want to get a list of all active items of a perticular seller, then I make a call to "GetSellerList" on API, and they do send back a list of items, but it cannot call back those new listed items, ...
0
votes
1answer
88 views

Connecting Search Form in Ruby with Sinatra

I have a search form I'm using with the YP (Yellow Pages) API, coded in Ruby, with Sinatra. I've managed to connect all the dots getting the search to work on the back-end, but am having trouble ...
0
votes
1answer
55 views

tweets on last moments with twitter search api

Well, what I'm trying to do is quite obvious. I am receiving tweets as shown below : $options .= 'q='.urlencode($hash_tag); $options .= '&page=15'; $options .= '&rpp=100'; $options .= ...
0
votes
1answer
50 views

Irrelevant results in graph search api

I know that there is some bugs reported to Facebook about this subject, but I'll ask here too . This call: https://graph.facebook.com/search?q=sebrae&type=post Returns a lots of results that ...
0
votes
1answer
26 views

How to get the contact details of a place nearby location

Using Google places API i am getting the places nearby my location.For ex: when i search for hospital i m getting list of hospitals near my location, from that using Google place details API i am ...
1
vote
0answers
50 views

Search with Google Web Search API for a specific period of time

i'm using google web search api to search for some keywords, but i want to see only the results for today, or yesterday or for a concrete date. This is the Js that i am using <script ...
0
votes
0answers
20 views

Is there away to find which degree two contacts are related in linkin api?

when I use people api to find a person and use the related connections field selector to get related connections between viewer and the person being searched I want to find the distance of the ...
0
votes
0answers
128 views

Multiple Result with multiple keyword. (google image searching api)

$.each(p_AnalyzerModel, function (i, data) { ... imageCall(data.string_morph, i); ... } var imageSearch = new Array(); function imageCall(search, i) { imageSearch[i] = new ...
2
votes
0answers
31 views

What is the API to do search like on start button in Windows 7?

What is the API to do search like the one available on Start menu button? Is it always available on windows 7?
0
votes
1answer
51 views

How to create Depended Dropdown Lists Search?

Hello everybody! Please-please, Help implement next thing on Drupal 7. Now I try to explain what I need. Already spent 4 days trying to make just this thing and without success. Any help will be ...
0
votes
1answer
83 views

Facebook search API without locale

I'm playing with the Facebook API. I'm having an issue when I try to search for posts. The problem is that when I search for something, it automatically assumes I set the locale param to en_US. For ...
0
votes
1answer
70 views

How can I search for albums with generic titles using the Spotify Web API?

It is possible to search by name for an album in the Spotify catalog using the Spotify Web API. However, if the album name is a common word or phrase, the search response may contain thousands of ...
0
votes
1answer
225 views

Google similar image search API

I'm trying to find out if there is a way to do google similar image searches via an API? I know the image search api is depreciated but is it still useable? ...
1
vote
2answers
85 views

Bing search API - restrict a search to multiple sites

Restricting a search to multiple sites - is it possible to do this? E.g. site:www.google+www.yahoo.com?
-1
votes
3answers
152 views

API to build a custom search engine that searches and displays results in my site

I am looking for a search-engine API, preferably in PHP, that I can use to build a custom search engine that only searches my website. And whose results I can style with CSS, so I believe that ...
1
vote
2answers
158 views

Free Alternatives to Google, Bing and Yahoo Search APIs

I need a search API in order to restrictively search a single domain or small set of domains. Are there any free alternatives to Google, Bing, Yahoo etc. search APIs? Do any of them give out an ...
1
vote
0answers
102 views

return all records in one query in elastic search

I have a database in elastic search and want get all records on my web site page. I write bean, which connect to elastic search node, search records and return some response. My simple java code, ...
0
votes
1answer
31 views

Rails search bar when data is not stored in model. Using an external API

I'm trying to create a search bar which will display all the results on the same page when someone searches. I'm stuck because I don't know how to do this when the data itself is not stored in the ...
1
vote
0answers
87 views

Amazon search API JSON

Is there an Amazon API to search for products and get the results?Something like JSON would be nice.
0
votes
0answers
15 views

Box.com API 2 - search from website & present results from folder

Quick question... (for a PHP intranet I am creating). Is it possible to search documents in a Box.com account using their API 2??? Ideally I'd like to: Search Box.com from within the intranet (a ...
0
votes
1answer
51 views

Facebook search manipulates keywords

When using the Facebook Graph API to search through public posts, it seems like Facebook malforms search terms in ways that are not obvious. For example, searching for 'coffee' will return only posts ...
0
votes
1answer
39 views

What does the 'count' function do in App Engine search expressions?

in SortExpressions and FieldExpressions. One of the functions available to use in those expressions is count(field)documented here: ...
0
votes
1answer
126 views

topsy otter api: exact phrase match (multiple words)

i am evaluating topsy's otter api. does anybody know a good way for getting right results for exact phrases like "online internet course" (exotic term). ...
1
vote
0answers
27 views

is it possible to get all the latest youtube videos uploaded by a group of specific users in one feed?

im trying to generate some kind of a RSS feed through the youtube API which only shows videos uploaded by people whose youtube usernames contain the word "recipe".is that possible to achieve? Any help ...
0
votes
1answer
46 views

Google Search API with joomla

I would like to implement the google search API in a joomla site. What would be the best way to pass the search query and show the results inside of my templates content area. Making a custom ...
0
votes
1answer
138 views

search by image type feature

Hello i want to make application like the Google image search ie http://images.google.com/ in which user take the photo though UIImagePicker and API gives all its details viz. photo name , location , ...
0
votes
1answer
181 views

Drupal 7 Commerce Search API

I would like to create a searchbox like the standard one in Drupal but for Drupal Commerce (1.4). I did not use a product display, but all my products are created. Is there a way to accomplish this? ...
2
votes
1answer
170 views

Google Custom Search API curl trouble

I'm a newbie at stackoverflow so please be patient with me :) I'm trying to get access with the Google Custom Search API. But I get return that I can't understand. My query is like this: ...
0
votes
1answer
113 views

Movies Poster Search API [closed]

Imagine I have a list of movie titles, years which is constantly updating (every 24h or less) and I would like to get a Movie poster for every movie in the list. I tried using this: ...

1 2 3 4 5 6