Welcome to Borderline

We help founders sell their apps

On Borderline, you can contact founders and buy the codebase, domain, customers and revenue streams, etc of their apps. For 8 years, we've helped founders sell over $2m in apps.
Sometimes, founders run out of time, money or motivation to continue building thier app. Borderline helps founders sell their app for cash so they can reinvest in whatever you're most excited about next!

Sell your app in 5 minutes

Borderline Developer API

Get Active Listings

Returns a list of all active listings available on the Borderline marketplace.

Endpoint

https://borderline.biz/api/v1/listings/all/

Response HTTP/GET

The API returns a JSON object containing an array of active listings. Each listing includes the following attributes:


Example Output

HTTP/1.1 200 OK
Content-Type: application/json

[
    {
        "pitch":       "I've built out a whole 3D printing feature too, ...",
        "projectName": "Commit Print",
        "projectLink": "https://commitprint.com/",
        "techUsed":    "laravel, mysql",
        "price":       "5000",
        "createdAt":   "2017-09-18T17:39:25.885Z",
    },
    {
        "pitch":       "This is a simple app I made to help people find local events...",
        "projectName": "EventFinder",
        "projectLink": "https://eventfinder.io/",
        "techUsed":    "nodejs, mongodb",
        "price":       "1000",
        "createdAt":   "2018-02-12T08:22:43.190Z",
    },
...]