API for posting to craigslist [closed]
Asked Answered
B

1

6

I need to automate posting messages to craigslist.org through their API.

Here is an up-to-date reference for the craigslist posting API(updated on 2nd of December 2013): http://www.craigslist.org/about/bulk_posting_interface

They have a really nice clean API, the only problem seems to be the cl:auth element you must provide:

<cl:auth username="[email protected]" password="p0stp@rty" accountID="14"/>

They describe accountID as: A craigslist account number with sufficient block credit (or an invoiced account), where the username supplied is an authorized buyer for this accountID.

I can't find any pricing information or details on craigslist.org.

How do I get my account authorized for posting messages? How can I get a valid accountID?

Birdhouse answered 17/1, 2014 at 13:34 Comment(1)
possible duplicate of Is there a developers api for craisglist.orgHallett
P
2

I recently came into the same issue. Here's the info on how to apply for a Paid account. You have to fill out the application on the Craiglist About pages here: http://www.craigslist.org/about/help/paid_posting_accounts

Perdomo answered 3/4, 2014 at 22:20 Comment(1)
Do you know if this is this required even for validating requests with the craigslist validation url: https://post.craigslist.org/bulk-rss/validate?Vanhouten

© 2022 - 2024 — McMap. All rights reserved.