Earnings

Earnings represent payments to Gig Economy workers.

Definition

Earnings represent payments made or belonging to Gig Economy workers.

You can access this information by making a GET request to our earnings endpoint .

Here is an example response from this endpoint:

{
  "success": true,
  "error": null,
  "data": {
    "account_id": "88d7dd23-34b9-4539-a59c-26cd6a77d597",
    "earnings": [
      {
        "amount": 0,
        "currency": "mxn",
        "earning_date": "2025-02-04",
        "cash_amount": null,
        "count_trips": 0
      },
      {
        "amount": 134.94,
        "currency": "mxn",
        "earning_date": "2025-01-30",
        "cash_amount": null,
        "count_trips": 6
      },
      {
        "amount": 247.62,
        "currency": "mxn",
        "earning_date": "2025-02-03",
        "cash_amount": null,
        "count_trips": 8
      }
    ]
  },
  "pagination": {
    "page": 1,
    "items_per_page": 100,
    "total_items": 6,
    "total_pages": 1
  }
}

Data Dictionary

Field NameDescriptionTypeExample
amountAmount earnedfloat345.45
currencyCurrencystringMXN
earning_dateDay to which the profits correspondstring2020-01-20
cash_amountAmount of money received in cashfloat123.10
count_tripsNumber of trips made corresponding to the amount earnedint2

Days we recover per platform

The following table shows the average number of days of profits we recover per platform:

PlatformDays
Rappi50 days
Uber60 days
Didi50 days
9950 days
InDrive20 days
Cabify70 days
Pedidos Ya50 days
Mensajeros Urbanos20 days

Data we recover by platform

The following table shows the data we recover for the main platforms:

Field NameTypeDescriptionUberDidiCabifyInDrive99Rappi
amountfloatWorker's income during that day.YesYesYesYesYesYes
cash_amountfloatTotal cash receipts during that day. Ex: When Didi is paid with cash.YesYesYesNoYesNo
count_tripsintNumber of total trips/deliveries that the worker made during that day.YesYesYesYesYesYes
currencystringCurrency in which the income is expressedYesYesYesYesYesYes
earning_datestringDate to which the income record corresponds in YYYY-MM-DD formatYesYesYesYesYesYes

What’s Next