Upwork · Example Payload

Graphql Job Example

Sample text

FreelancingJobsTalentMarketplaceContractsHiring

Graphql Job 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

idtitledescriptionstatusbudgetskillscreatedDateTimeclientjobTypedurationexperienceLevel

Example Payload

Raw ↑
{
  "id": "~abc123def456",
  "title": "Python Developer for Data Pipeline",
  "description": "Sample text",
  "status": "open",
  "budget": "example-string",
  "skills": [
    "Python"
  ],
  "createdDateTime": "2025-03-15T14:30:00Z",
  "client": "example-string",
  "jobType": "hourly",
  "duration": "example-string",
  "experienceLevel": "entry"
}