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
Keep in mind, the API is closed for new accounts as of now. I'm not sure when they are planning on opening it again, if ever.
However, there is a site that does exactly this, and they claim it is legal. www.repost123.com So I am not sure what Craigslist means when they say that any kind of automated posting is illegal.
I found an example of a PHP script for CL bulk postings. Not sure if you're still looking for a PHP wrapper for this or not.
Here's the code I found from this open-reality.org thread: Source: http://support.open-realty.org/showthread.php?23764-Bulk-posting-in-Craigslist
I have searched around for this for you, and have found the same results - At this time, there does not appear to be any existing, freely-available PHP classes to handle Craigslist Bulk Uploads.
I have also found that others, searching for the same, have resorted to posting jobs on freelancing boards like Freelancer.com to engage developers to create one for them.
Looks like you will have to write this code yourself, or pay someone to do it for you. Sorry.
APPENDUM:
Referring to the Craigslist Bulk Posting Interface help page, there is an example Perl script included at the end of the page, along with examples of the XML/RSS formats required for bulk-posting.
The simplest way to achieve what you want would be to have a PHP script create the RSS/XML File(s) and then trigger the Perl Script to perform the Upload and record the results into a second file (or straight back to the script).
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: