Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a developers api for craigslist.org [closed]

Tags:

api

craigslist

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.

like image 619
Ryan Avatar asked Apr 27 '12 15:04

Ryan


1 Answers

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,

like image 50
bbedward Avatar answered Sep 16 '22 20:09

bbedward