Getting Information for Homes on Sale : Real Estate API [closed] - api

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Can anyone suggest me :
I am a web developer/computer scientist, trying to build new decision support system for home buying.
Is there any company/API which can provide me API data (XML ) which does the following :
For a given zip code : Return the HomeIDs or Homes for sale.
For each home give me the home specifications.
Zillow did it, but now they discontinued the GetRegionPostings API, which returned you the HomeIDs of the homes for sale in a given zip code.
Please let me know if any exists around the world.

If you want to use Zillow, the GetDeepSearchResults API returns the id for a given address.
http://www.zillow.com/howto/api/GetDeepSearchResults.htm

Related

Documentation on developing a payment method for opencart? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
The information on developing your own payment method (or any module at all) on the opencart site is rather sparse. Is there better information on this topic anywhere else?
Unfortunately it's not something that is documented at all. My advice would be to copy the files from a previous payment gateway such as PayPal standard or pro and build on that, or download a free payment gateway and work from the files in that

API to obtain open and click rates of recipient lists in Sendgrid [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
In Sendgrid, when viewing the recipient lists, it shows the open and click rates of each of the individual lists. Is there an API I can use to get those values? I tried using the Stats API but it shows per day, not per list. So is there an API to show the rates of each list?
No, there's not currently a way to do this through the API. Your best bet to get this one the roadmap is to start a discussion on our community board (http://community.sendgrid.com/).
You can also always reach out to our support team for questions like this!

Is there an API for passwordcard.org? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I'm looking to create a mobile version of the images created on passwordcard.org. All attribution will be given to the site for the data, but I'm looking to implement it where an app doesn't exist yet and network connectivity isn't guaranteed. Is there an externally accessible API available? I didn't really see any information about it in the FAQ.
I'm the creator of passwordcard.org. There is no API, but there is a description of the algorithm used to create the cards so that you can implement it yourself and create the exact same cards as the site would create for the same card numbers. You can find it at http://www.passwordcard.org/algorithm.html

What other APIs are available for hotels? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I am looking for APIs that allow hotel operators to update room information and other hotel info programatically, so far I have only found Expedia QuickConnect but I cannot find anything else. Anyone know of other APIs?
Just to reiterate these are APIs to manage a hotel (rooms, prices etc) not to search for hotel rooms.
search for amadeus api and galileo api..that should help..amadeus is the largest network..
thanx
avi

Where can I find an API to read movie budget? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am looking for an API that would give me movie budget, domestic revenue and first wekeend revenue but I can't find any. Ideas?
Does IMDB provide an API?
Not sure if there is a free api that will get the information you want, but the links on that question might give you some leads.
You might want to check out themoviedb.org.
The default response for Movie.getInfo displays a budget parameter.