Upwork · JSON Structure

Graphql Freelancer Search Response Structure

Paginated freelancer search results

Type: object Properties: 2
FreelancingJobsTalentMarketplaceContractsHiring

FreelancerSearchResponse is a JSON Structure definition published by Upwork, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

total providers

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/upwork/refs/heads/main/json-structure/graphql-freelancer-search-response-structure.json",
  "name": "FreelancerSearchResponse",
  "description": "Paginated freelancer search results",
  "type": "object",
  "properties": {
    "total": {
      "type": "int32",
      "description": "Total number of matching freelancers",
      "example": 350
    },
    "providers": {
      "type": "array",
      "description": "List of freelancer profiles",
      "items": {
        "$ref": "#/components/schemas/FreelancerProfile"
      }
    }
  }
}