2011-09-23 61 views
4

http://www.craigslist.org/about/bulk_posting_interface - 它說,Craigslist API - 如何發佈RSS數據?

如何發佈形式通過RSS數據「的新帖子都通過HTTPS POST其他特定Craigslist的元素提交給Craigslist的RSS格式」?

我希望只是有這樣的事情:

<form action="https://post.craigslist.org/bulk-rss/post" type="post"> 
    <input type="hidden" name="area" value="richmond" /> 
    <input type="hidden" name="category" value="free" /> 
    <input type="hidden" name="reply-email" value="[email protected]" /> 
</form> 

但是,它說我必須提供RSS格式的數據。

那麼這是這樣的東西?

<form action="https://post.craigslist.org/bulk-rss/post" type="post"> 
    <input type="hidden" value="{all the RSS data goes here??}" /> 
</form> 

任何幫助是非常讚賞。最終,我想構建一個發佈到Criagslist的Android應用程序,但只想獲得一個簡單的HTML表單來測試現在的概念證明。謝謝!

回答

0

我一直在試圖弄清楚這一點,但從我已閱讀的有關此RSS接口的內容中,它僅適用於非免費類別,例如就業和房地產信息。這些類別需要您購買過帳積分。

IMO這是一個不使用Craigs List的好理由。如果有的話,他們應該打開所有類別的RSS界面,並可能限制免費廣告發布的速度和/或讓人們購買其他類別的區塊。