Tagged Questions

Craigslist is a free online community that services over 500 cities in over 50 countries around the world. It is among the top 100 visited sites on the Internet, according to Alexa. Craigslist is used for a variety of purposes, including: Buying or selling (almost) anything Trading/bartering ...

learn more… | top users | synonyms

6
votes
6answers
369 views

Email Anonymization Similar to Craigslist in C#

I am developing a site for which I would like to protect buyers by anonymizing their email addresses.Similar to craigslist's system, when a seller needs to contact a buyer they should be able to send ...
4
votes
3answers
7k views

Craigslist Automated Posting API?

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 ...
3
votes
6answers
1k views

Storing HTML formatted text in database

I am building a web site similar to Craigslist. I would like to know how to store the html formatted text (bold / italics / font size etc) in a sql 2008 database? In order words, the user would enter ...
3
votes
1answer
826 views

How to log in to Craigslist using C#

I'm using the following code to log into Craigslist, but haven't succeeded yet. string formParams = string.Format("inputEmailHandle={0}&inputPassword={1}", "must_chd@yahoo.com", "removed"); ...
2
votes
2answers
195 views

Using python regex to extract addresses from Craigslist rss feed

I'm pulling my hair out trying to parse out a craigslist rss feed to extract location information. I used feedparser to parse the script into into entries and entry descriptions. Unfortunately the ...
2
votes
1answer
263 views

How to take Craigslist listings and put them on my website? [closed]

How can I take Craigslist listings from a certain section of the page and put them on my website automatically as the Craiglist listings update? So when someone adds a listing on craigslist, it ...
2
votes
2answers
615 views

Why is this warning being shown: “Received problem 2 in the chunky parser”?

I am trying to use PHP and cURL to log in to a website (namely Craigslist). When accessing the script, I get this warning message: Received problem 2 in the chunky parser Searches showed that it is ...
2
votes
4answers
3k views

Which language is Craigslist written in?

I know, I know - it probably doesn't (and shouldn't) matter - I've read this comment. But as a newbie just learning Python, I'm quite intrigued. The source seems to reference Javascript a few times ...
1
vote
1answer
70 views

How to create program to sift local Craig's List finds?

I just started to learn programming a little over a week ago and am as green as they come. I have never taken any computer science courses but am being mentored by a very good professional programmer ...
1
vote
3answers
319 views

Is it possible to put a facebook 'like us' button on a craigslist posting?

I am a business who frequently posts ads on Craigslist to draw new customers. I've tried all the social plug-ins from the resources for posting a facebook like button/like box and when you post the ...
1
vote
1answer
111 views

is it possible to making a posting to Craigslist through my own website?

What I am trying to do is allow users to making postings to Craiglist through my own website using PHP curl. This is NOT an automated posting system, I just want users to be able to post onto ...
1
vote
1answer
563 views

is it possible to making a posting to Craigslist through my own website?

What I am trying to do is allow users to making postings to Craiglist through my own website using PHP curl. This is NOT an automated posting system, I just want users to be able to post onto ...
1
vote
2answers
396 views

NSURLRequest, why does craigslist return a 404?

I'm building my first iPhone app and I'm stymied. I'm trying to build an RSS reader, and I'm trying to use a feed from craigslist. This code, using stackoverflow, returns "Status code: 200": - ...
1
vote
2answers
855 views

Craigslist, CURL, Simple PHP DOM Issues

I am logging into Craigslist with CURL to scrape the status of my posted listings. The problem I encounter is the transfer of HTML from CURL $output to file_get_html. While Craigslist statuses are ...
1
vote
1answer
415 views

Please, reccomend a CMS to build a craigslist style site with?

I've been trying to build a site similar in function to craigslist in Drupal. The idea, is to make a geo-aware platform centered around bartering, instead of general classifieds or sales. I love ...
1
vote
3answers
1k views

CraigsList Auto-posting

I have searched high and low and have not been able to find a definite answer to this question. Does anyone know how developers auto-post to CraigsList using PHP (or CodeIgniter)?
0
votes
2answers
38 views

Recommend any E-Commerce Scripts which can be used in my project (details included) - for buying and selling like eBay, gumtree, Alibaba etc?

I would like to find a suitable script for a project I want, it is a website for buying and selling. A friend recommended I ask to see if anyone could help me. Simply put the site is aimed at ...
0
votes
1answer
71 views

Email piping in PHP like Craigslist - How do I associate real emails?

I have seen some examples of php scripts that read email headers and parse out data to send out a new email to the real email address. One question I have is....how do I associate alias and real ...
0
votes
1answer
95 views

finding closest craigslist site for given address

how to map closest craigslist site for a given address(zip)? or I was thinking of making that mapping myself by looking at the list of craigslist sites city-wise/state-wise.
0
votes
1answer
199 views

sourcing info from creaiglist rent.com apartment.com

I have a need to source real estate information from sites like creaiglist rent.com apartment.com.. I have seen that there are couple of sites like http://www.padmapper.com that are already doing ...
0
votes
1answer
129 views

Email relaying with php | craigslist's anonymous email generator

I wanted to create (or at least learn/know how it is done) application(or configuration?) that does similar to what craigslist does when people choose to hide their email with the "anonymous" option ...
0
votes
0answers
24 views

Craiglist phone search

Can you help me find script on PHP/cURL or give script for search links on posts in Craiglist that have needed phone number.
0
votes
1answer
81 views

tool to make all styles inline?

"good lord, man, why would you want to do that? don't you know that inline styles are EVIL?!" yes, I know. but i want to make real pretty craigslist ads [1] , and real pretty html emails, and as ...
0
votes
2answers
467 views

How to parse Craigslist content through RSS

Craigslist don't provide any APIs for data access. I would like to write a small client to parse data from their RSS and reflow it. I would like to do this without setting up a server. What client ...
0
votes
2answers
147 views

I'm trying to find an online classifieds software

...for a client. Free or not, doesn't matter if its worth it. He told me he wants to do a Craigslist clone serving one specific geographical area only (a city that shall remain unnamed). It should ...
0
votes
5answers
860 views

Is [manipulating Craigslist postings with PHP] possible?

Hey everyone, I have a quick question. I want to build a web app for myself that will allow me to post stuff to Craigslist and retrieve postings from Craigslists. I am not doing this to spam ...
0
votes
1answer
352 views

Javascript cross-domain web request fails with Status=0?

EDIT: It's been pointed out below that this doesn't work because craigslist doesn't set an Allow-Cross-Domain header. OK, I'll buy that. Is there any other way to use javascript in firefox to download ...
0
votes
1answer
222 views

Problem with MySQL storage of a Craigslist parse

I'm using MagpieRSS to parse a Craigslist feed. The "title" field is: ***BUYING ALL BRAND NEW BLACKBERRY IN ANY QUANTITY BOLD~JAVELLIN~ONYX (Gramercy) $100000 and I'm using if( preg_match( ...
-2
votes
1answer
744 views

Bulk posting in Craigslist PHP code [closed]

<?php class cURL { var $headers; var $user_agent; function cURL() { $this->headers[] = 'Connection: Keep-Alive'; $this->headers[] = 'Content-type: ...
-3
votes
1answer
110 views

CraigsList posting using php [closed]

Possible Duplicate: is it possible to making a posting to Craigslist through my own website? I have searched high and low and have not been able to find a definite answer to this question. ...