From 386f8bbde6524c6743b05f6bb5468c575647b4e5 Mon Sep 17 00:00:00 2001 From: Officialdougb <138799621+Officialdougb@users.noreply.github.com> Date: Mon, 10 Jul 2023 20:35:28 -0500 Subject: [PATCH] added Craigslist API to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7348891..62d1d993 100644 --- a/README.md +++ b/README.md @@ -1473,6 +1473,7 @@ API | Description | Auth | HTTPS | CORS | API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [Best Buy](https://bestbuyapis.github.io/api-documentation/#overview) | Products, Buying Options, Categories, Recommendations, Stores and Commerce | `apiKey` | Yes | Unknown | +| [Craigslist](https://www.craigslist.org/about/reference) | API to access Craigslist info | No | No | Unknown | | [Digi-Key](https://www.digikey.com/en/resources/api-solutions) | Retrieve price and inventory of electronic components as well as place orders | `OAuth` | Yes | Unknown | | [Dummy Products](https://dummyproducts-api.herokuapp.com/) | An api to fetch dummy e-commerce products JSON data with placeholder images | `apiKey` | Yes | Yes | | [eBay](https://developer.ebay.com/) | Sell and Buy on eBay | `OAuth` | Yes | Unknown |