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
Is there any API available from Monster to search job based on keyword, category, location, etc. I got the below link after some googling
http://xml.monster.com/doc/
But there is no specification about job search.
Any help on this is greatly appreciated..
As of the date that this question was initially asked, they did not have a public API.
At that point, there were Yahoo Pipes that use their RSS feed, though.
Here's a site that generates links to RSS feeds on Monster.com, since it doesn't seem like there are regular RSS links available after you do a search, as there are on Indeed & SimplyHired..
As of the initial date of posting, it may have been possible to generate RSS feed links through the advanced search feature on Monster.com, but only if you have an account, since then you can save searches. This was described in How to Use Monster to Find a Job.
See the answer by Pedro Pereira, below. It appears that they may have an API as of 2013.
For more on that, you could research their documentation.
There seems to be one. Check their soap box at:
http://integrations.monster.com/Toolkit/RealtimePosting/Sample/Inventory_Query/Jobs_All for an example on how to view all jobs. There is also a request JobPosting info http://integrations.monster.com/Toolkit/RealtimePosting/Sample/Queries/Get_JobPostingInfo .
With a combination you could get jobs and info I guess.
Monster provides an RSS Feed.
It's accessible through the Monster site's standard search.
Once you do the search you'll see the rss icon link in the header to the left of "Classic Search"
check out the Monster Developer Page
Related
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 building an application and would like to automatically post to craigslist with a click of a button. Is there any way to do this?
I have an account and will pay for each post.
Ultimately no. You can query for listings with a search string from an RSS feed such as this:
http://YOURCITY.craigslist.org/search/sss?format=rss&query=SearchString
As far as posting, craiglist has not opened their API. However, this SO Question may shed some light and a possible solution - although not a very reliable one.
Craigslist Automated Posting API?
Write a note to craigslist asking them to open their API,
Craigslist does have a "bulk posting interface" which allows for multiple posts to happen at once through HTTPS POST. See:
http://www.craigslist.org/about/bulk_posting_interface
Craiglist is pretty stingy with their data , they even go out of their way to block scraping. If you use ruby here is a gem I wrote to help scrape craiglist data you can search through multiple cities , calculate average price ect...
Good news everybody! Craigslist has actually released a bulk posting api now!
Enjoy
The closest I have been able to find is called 3taps. 3taps was sued by Craigslist with the result that "access to public data on a public website can be selectively censored by blacklisting certain viewers (i.e. competitors)", and thus states that "3taps will therefore access the very same data exclusively from public sources that retain open and equal access rights to public data".
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 8 years ago.
Improve this question
I want to display yahoo news based on search term I provided and for that I have searched yahoo API provides me news content.
But API or RSS feed only give me 10 or something results each time but I want Yahoo API such that it provides me all the results available and if at a time its not possible to send all results then provide me paging parameter so I can request request for other pages if available.
So can any one suggest me such Yahoo API or RSS feed?
No, you won't be able to do this:
Other non-BOSS search APIs such as Web Search, Image Search, News
Search, Related Suggestion, and Site Explorer APIs will shut down with
no further support in YQL. We plan to make these transitions and
shutdowns effective by end of [2010].
Use a modern news service instead.
As Lightness Races in Orbit pointed out, the original Yahoo search services (like News Search) were shut down in favor of BOSS.
You might check out the latest release of BOSS which does include News Search. This is now a paid service, currently at $0.10/1000 queries, and has a limit of 50 returned items for each search term.
You can also check the Bing Search API which includes a News component. I have not used this for any serious work yet but it looks like an option.
In any case, you'll probably find that these are not designed or intended for someone to create a full-blown news site on their own (as Lightness Races in Orbit mentioned), but can still be useful for specific search queries.
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'm using google JSON/Atom Custom Search API now. The problem is the total queries are only 100 per day. Need to pay for extra queries.
Is there any FREE Custom Search API? Maybe from Bing or Yahoo?
Thanks!
Bing.com has a free search API: http://www.bing.com/developers/s/APIBasics.html
The free search is limited to 7 requests per second per IP
Alternatives to Google Search are mainly developed for specific programming language as the following:
Searcharoo, its open source and
customisable.
http://searcharoo.codeplex.com/
lucene, from apache open source and
customisable.
http://lucene.apache.org/java/docs/index.html
Bing.com has a free search API: http://www.bing.com/developers/s/APIBasics.html The free search is limited to 5000 requests.
Click here after subscribing the BING search API for test the API for developer perspective,
There is not available any api in java for search the google results. so you have only do for paid for this api and get the 1000 query for per day. and you can also visit this site for pricing policy https://developers.google.com/custom-search/v1/overview#Pricing
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
Is there an API where I can search for a song, and then stream the preview of the song on my site?
Looked into Amazon MP3, but I can't seem to find an API for Amazon MP3.
Also looked into last.fm Track.Search api, but seems like the return value doesn't seem to give the actual filename. (i.e mp3 etc), which means I can't stream it on my site.
Please let me know if there are other different APIs I can use as well.
Thanks,
Tee
Hopefully you got sorted for this but just in case (and for future searchers)
EchoNest has a solid api with will give you 30 sec. track previews
for example:
http://developer.echonest.com/api/v4/song/search?api_key=N6E4NIOVYMTHNDM8J&format=json&results=1&artist=radiohead&title=karma%20police&bucket=id:7digital-US&bucket=audio_summary&bucket=tracks
Just a note that it uses 7digital so only tracks in there catalogs will have previews
Here's the link to the 7digital public API for track search
http://developer.7digital.com/resources/api-docs/catalogue-api#track/search
and here's track preview:
http://developer.7digital.com/resources/api-docs/media-delivery-api#clip/{trackId}
You'll need to register for an API key here:
http://access.7digital.com/partnerprogram
*In the interests of full disclosure I'll mention that I work for 7digital.
Amazon Associates has a "widget" that allows you to play the sample clips from their extensive MP3 library. However, I can't speak as to how flexible or programmable it is... but at least the link will get you started.
itunes has a search api and preview and album art... they have restrictions (ie, you have to put the "buy on iTunes" badge linking to the song near the preview)...
http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html
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
Working on a movie website and would love to find an API that I could use to get information about different movies. I code in PHP but I'm assuming this would probably return XML.
I can recommend themoviedb.org. We have been using their API in an open source movie managing application with great success.
Quick google search returned this: Internet Video Archive Movie API. It seems to return XML data, so it could work for you.
EDIT: The link is down (thanks #Mutant), Wayback Machine has a backup.
For getting straight-up information about movies (for instance, basic genre and title information) the Amazon associates data works pretty good. There is the condition that the data be used primarily to drive traffic to Amazon, which is something to keep in mind.
There should be a PHP library already written that you can use: http://aws.amazon.com/associates/
Rotten Tomatoes has a free REST API (developer.rottentomatoes.com). The access keys are restricted to 10000 calls/day.