python-craigslist icon indicating copy to clipboard operation
python-craigslist copied to clipboard

Simple Craigslist wrapper

Results 14 python-craigslist issues
Sort by recently updated
recently updated
newest added

Sometimes, listings that violate Craigslist's TOS will be removed, but remain searchable. This change stops logging warnings for these non-existent listings. Here's an example from the cars & trucks section...

Using requests.Session() allows for keep-alive connections and prevents repeated DNS queries that can cause some caching resolvers to fail transiently. Using urllib3.Retry allows for better, more dynamic handling of request...

For whatever reason, CG does not deal with my [large TX] zipcode well. So on CG I always use the "use map" option in my searches. That replaces `zipcode` with...

Hi, thank you for your work on this. I was wondering if you could document how to use customize_result(). I'd like to get Housing posts with # of bedrooms, bathrooms,...

Getting the following error including when ran with default site 'sfbay'. Was working as recent as yesterday: Thanks ``` cl_h = CraigslistHousing(site='portland', category='apa', filters={'max_price': 2000, 'min_price': 1200, 'posted_today': True, 'search_distance':...

Hi Julio, I have used your code before (early 2020), but now I'm getting the error below when trying to import CraigslistHousing, using "from craigslist import CraigslistHousing": HTTPError: 403 Client...

Hello Julio, is there a test suite that is available for developers? I'd love to actively contribute to this project, and having a test suite would make me feel more...

I'm getting a 'request failed, retrying' I'm polling every 3 mins, should I wait longer? `Request failed (('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host',...

It looks like craigslist has two ['data-id'] tags that are used interchangeably. As an example for this request (http://washingtondc.craigslist.org/search/doc/apa?minAsk=3000&maxAsk=5000), 1/2 of the results have a link attribute of "['data-id']" and...

Hi - I was just wondering if this wrapper is still maintained? I tried a few different endpoints but received a couple different types of errors and wasn't sure if...