Upwork · Example Payload

Graphql Freelancer Profile Example

Sample text

FreelancingJobsTalentMarketplaceContractsHiring

Graphql Freelancer Profile Example is an example object payload from Upwork, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnametitledescriptionratecurrencyratingjobsCompletedskillscountryavailability

Example Payload

Raw ↑
{
  "id": "~abc123def456",
  "name": "Python Developer for Data Pipeline",
  "title": "Python Developer for Data Pipeline",
  "description": "Sample text",
  "rate": 75.0,
  "currency": "USD",
  "rating": 75.0,
  "jobsCompleted": 10,
  "skills": [
    "Python"
  ],
  "country": "US",
  "availability": "full-time"
}