Freelance Income Verification
Comprehensive Freelance Data for Informed Decision-Making
Transform your data consumption and verification processes with Deck's 'Freelance_Income', an advanced endpoint designed to fetch comprehensive data from popular freelance and gig platforms. Freelance_Income enables organizations to understand and verify the income capabilities of users from these platforms, facilitating various applications from financial services to market research.
Comprehensive Income Insights
Gain a detailed view of a user's income from freelance and gig platforms, including earnings history, active contracts, and project completion rates, providing essential insights into the user's income stability and reliability.
Seamless Integration
Integrates effortlessly with existing systems, ensuring a smooth onboarding experience for both institutions and end users.
Automated Data Collection
Automates the retrieval of data from connected freelance accounts, enhancing efficiency and accuracy in assessing a user's income and activity details.
Data Sample
{
"full_name": "Jane Doe",
"email": "[email protected]",
"phone_number": "+1-202-555-0199",
"join_date": "2020-05-10",
"platform_name": "Upwork",
"account_status": "Active",
"total_gross_earnings": 25000.75,
"earnings_currency": "USD",
"earnings_last_year": 22000.5,
"earnings_monthly": [
{
"month": "January",
"earnings": 1800.50
},
{
"month": "February",
"earnings": 1900.00
},
{
"month": "March",
"earnings": 2000.00
},
{
"month": "April",
"earnings": 2100.75
},
{
"month": "May",
"earnings": 2200.00
},
{
"month": "June",
"earnings": 2300.50
},
{
"month": "July",
"earnings": 2400.00
},
{
"month": "August",
"earnings": 2500.25
},
{
"month": "September",
"earnings": 2600.50
},
{
"month": "October",
"earnings": 2700.75
},
{
"month": "November",
"earnings": 2800.00
},
{
"month": "December",
"earnings": 2900.50
}
],
"monthly_earnings": {
"month": "December",
"earnings": 2900.50
},
"bonuses_earned": 500,
"platform_fee": 300,
"other_deductions": 100,
"total_deductions": 400,
"net_earnings": 17000.5,
"net_earnings_last_year": 17000.5,
"total_projects": 120,
"active_projects": 3,
"project_completion_rate": 95.5,
"current_earnings": 2000,
"remaining_earnings": 1500,
"current_balance": 500,
"clients": [
{
"client_name": "Acme Corp",
"client_rating": 4.8
}
],
"repeat_client": true,
"client_performance": 90,
"client_rating": 4.8
}
Freelance Data Dictionary
Field | Description | Data Types | Data Availability |
---|---|---|---|
full_name | Full name of the account holder | String | Available |
Email address associated with the account | String | Available | |
phone_number | Phone number linked to the account | String | Available |
join_date | Date the user joined the platform, inferred from the oldest earning records found for that user. | Date | Available |
platform_name | Name of the platform (e.g., Upwork, Fiverr) | String | Available |
account_status | Status of the account (Active or Suspended) | String | Available |
total_gross_earnings | Total earnings since account creation | Float | Available |
earnings_currency | The currency in which the earnings are denoted | String | Available |
earnings_last_year | Total earnings in the last 12 months | Float | Available |
earnings_monthly | Breakdown of earnings month by month | Array | Available |
monthly_earnings | Monthly earnings details | Object | Available |
bonuses_earned | Total amount of bonuses received | Float | Available |
platform_fee | Fee that the platform deducts from the driver’s earnings. | Float | Available |
other_deductions | Deductions such as service fees, taxes or other. | Float | Available |
total_deductions | Total deductions from gross earnings | Float | Available |
net_earnings | Earnings after deductions | Float | Available |
net_earnings_last_year | Earnings after deductions in the last 12 months | Float | Available |
total_projects | Total number of projects completed | Integer | Available |
active_projects | Number of ongoing projects | Integer | Available |
project_completion_rate | Percentage of projects completed on time | Float | Available |
current_earnings | Earnings from active jobs | Float | Available |
remaining_earnings | Earnings yet to be realized from active jobs | Float | Available |
current_balance | Current balance on the platform | Float | Available |
clients | List of clients | Array | Coming soon |
client_name | Name of the client for a particular project | String | Coming soon |
repeat_client | Whether the client is a repeat customer | Boolean | Coming soon |
client_performance | For percentage systems, like Upwork’s JSS | Integer | Coming soon |
client_rating | For 5-star systems (like Fiverr) | Float | Coming soon |
New data field | Let us know what you would like to receive. We take customer demands for new datapoints seriously. | New | New |
Updated 13 days ago