Craigslist Scraper API
Home > Products and Services > Data extraction and web scraping APIs
Specrom Analytics’ Craigslist scraper API let’s you extract postings in JSON format by simply specifying a local craigslist forum you wish to scrape and page number.
You’ll have to generate an API key on the Algorithmia page but it’s free (no credit card required) and you get free credits equivalent to our basic tier. If you need more calls, simply purchase one of the higher tiers. In case you requirement exceeds our Ultra tier than please contact us to get volume discounts.
Basic/Free | Pro | Ultra | Custom | |
---|---|---|---|---|
Pricing | 100 calls free per month | $5 for 1000 calls | $50 for 15,000 calls | Ask for a quote |
One of the distinguishing features of our plans is that there are no monthly charges and you only pay according to your usage.
Demo Page with sample code in Java, JavaScript, PHP, R, Python: https://algorithmia.com/algorithms/specrom/Craigslist_Scraper
Input
{"page": "1", "craigslist_url" : "https://atlanta.craigslist.org"}
Output
[
{
"URL": "https://atlanta.craigslist.org/eat/apa/d/atlanta-not-long-ago-updated-3-4-bd/7175016417.html",
"neighborhood": " (Atlanta",
"number bedrooms": "2",
"post title": "Not long ago updated 3-4 BD Apartment ! Bad credit Accepted!",
"posted": "2020-08-25 22:06",
"price": "608",
"sqft": null
},
. . . (output truncated)
Similar APIs
Related Blogposts
Home > Products and Services > Data extraction and web scraping APIs