Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Craigslist Automated Posting API? [closed]

i was looking through craigslist bulk posting section and it requires an rss feed to be sent to a server to automatically post an add the site is found at

http://www.craigslist.org/about/bulk_posting_interface

i have looked up and down for a sample of a php class but cannot find out. anyone know of any class that exists? thanks

like image 279
same Avatar asked Sep 03 '10 07:09

same


People also ask

Is there a Craigslist API?

As far as posting, craiglist has not opened their API.

How do I mass advertise on Craigslist?

establish an HTTPS connection to craigslist at one of these URLs: https://post.craigslist.org/bulk-rss/validate - Submit RSS to this URL to be validated. https://post.craigslist.org/bulk-rss/post - Submit RSS to this URL to be posted. wait for a response.


1 Answers

I just checked the CL's terms of use and it explicitly mentions any automated posting to be illegal. So, if it is a generic commercial idea you wish to scale up, note that:

It is expressly prohibited to post content to craigslist using any automated means. Users must post all content personally and manually through all steps of the posting process. It is also expressly prohibited for any user to develop, offer, market, sell, distribute or provide an automated means to perform any step of the posting process (in whole or in part). Any user who develops, offers, markets, sells, distributes or provides an automated means to perform any step of the posting process (in whole or in part) shall be responsible and liable to CL for each instance of access to craigslist (by any user or other third party) using that automated means.

like image 195
Raju Avatar answered Sep 30 '22 12:09

Raju