Indeed · JSON Structure

Indeed Employer Page Info Structure

Type: object Properties: 4
CareersEmploymentHiringJob SearchJobsRecruiting

PageInfo is a JSON Structure definition published by Indeed, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

hasNextPage hasPreviousPage startCursor endCursor

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PageInfo",
  "type": "object",
  "properties": {
    "hasNextPage": {
      "type": "boolean"
    },
    "hasPreviousPage": {
      "type": "boolean"
    },
    "startCursor": {
      "type": "string"
    },
    "endCursor": {
      "type": "string"
    }
  }
}