Skip to content

apigetjobs is not functional - GLOBAL API ISSUE #13

@Windows81

Description

@Windows81

The apigetjobs endpoint always returns a blank results table. I ensured the URL parameters were formatted correctly, in accordance with the IndeedClient implementation. On top of that, I tried both xml and json output formats, and even multiple publisher tokens. Given how recently this repo was last 'updated' I'd assume apigetjobs isn't officially deprecated.

Examples (using cURL)

$ curl "http://api.indeed.com/ads/apigetjobs?publisher=7863709885041358&v=2&format=json&jobkeys=5898e9d8f5c0593f,c2c41f024581e
ae5"
{"version":2,"results":[]}
$ curl "http://api.indeed.com/ads/apigetjobs?publisher=1637952116847595&jobkeys=5e50b56a7e69073c&v=2&format=json"
{"version":2,"results":[]}
$ curl "https://api.indeed.com/ads/apigetjobs?publisher=1637952116847595&jobkeys=5e50b56a7e69073c&v=2"
<?xml version='1.0' encoding='UTF-8'?><response version="2"><results/></response>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions