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.
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,
format=rss
is no longer supported and as of today will respond 410 GONE –
Clutter Craigslist does have a "bulk posting interface" which allows for multiple posts to happen at once through HTTPS POST. See:
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...
gem
tool but currently only with this request: gem install craigslist_scraper -v 0.0.1.alpha --pre
–
Regular Good news everybody! Craigslist has actually released a bulk posting api now!
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".
© 2022 - 2024 — McMap. All rights reserved.