List of available services


Report by Company

In this example the report organized by company, filtered for the category IT, for the city of Bristol and for the Q1 2018.
Using the the size of 50 and offset of 150 means having 50 offers in the result and access the 3rd page of the result set.

Request

https://www.jobmarketinsights.com/jmi-api/1.1/report

{
	"primaryField" : "company",
	"category" : "IT",
	"location" : "GB|ENG|B7|Bristol",
	"sortTable" : "market",
	"period" : "Q1.2018",
	"size" : 50,
	"offset" : 150,
	"token" : "ABCDEFGHIJKLMNOPQRSTUVXYWZ"
}

Response

{
    "total": {
        "market": 7192,
        "share": 0.147,
        "you": 1054
    },
    "companies": [
        {
            "market": 9,
            "google-url": "https://www.google.co.uk/search?q=E+People+Recruitment+Limited",
            "comSize": "50",
            "jmi-url": "https://www.jobmarketinsights.com/jmi-area/DetailRedirect?primaryField=company&company=E+People+Recruitment+Limited&scope=318",
            "share": 0,
            "value": "E People Recruitment Limited",
            "you": 0,
            "linkedin-url": "https://www.linkedin.com/search/results/companies?keywords=E+People+Recruitment+Limited"
        },
        {
            "market": 9,
            "google-url": "https://www.google.co.uk/search?q=E-resourcing+Limited",
            "comSize": "250",
            "jmi-url": "https://www.jobmarketinsights.com/jmi-area/DetailRedirect?primaryField=company&company=E-resourcing+Limited&scope=318",
            "share": 0,
            "value": "E-resourcing Limited",
            "you": 0,
            "linkedin-url": "https://www.linkedin.com/search/results/companies?keywords=E-resourcing+Limited"
        }...
    ],
    "auth": {
        "token": "ABCDEFGHIJKLMNOPQRSTUVXYWZ"
    },
    "echo": {
        "api-version": "1.1",
        "period": {
            "from": "2018-01-01",
            "label": "Q1 2018",
            "to": "2018-04-01",
            "key": "Q1.2018"
        },
        "size": 5,
        "offset": 150,
        "sortTable": "market",
        "scope": 318,
        "primaryField": "company",
        "location": "GB|ENG|B7|Bristol",
        "category": "IT"
    }
}

Report by Location

In this example the report organized by location at the level (locationLevel) of administrative area, filtered for the category ADand for the january 2018.

Request

https://www.jobmarketinsights.com/jmi-api/1.1/report

{
    "scope": 318,
    "primaryField": "location",
    "locationLevel":"adm",
    "period": "2019-01",
    "category": "AD",
    "token" : "ABCDEFGHIJKLMNOPQRSTUVXYWZ"
}

Response

{
    "total": {
        "market": 56691,
        "share": 0.283,
        "you": 16018
    },
    "auth": {
        "token": "ABCDEFGHIJKLMNOPQRSTUVXYWZ"
    },
    "locations": [
        {
            "market": 47486,
            "share": 0.309,
            "label": "England",
            "key": "GB|ENG",
            "you": 14664
        },
        {
            "market": 3259,
            "share": 0.225,
            "label": "Scotland",
            "key": "GB|SCT",
            "you": 732
        },
        {
            "market": 1429,
            "share": 0.236,
            "label": "Wales",
            "key": "GB|WLS",
            "you": 337
        },
        {
            "market": 1229,
            "share": 0.086,
            "label": "Northern Ireland",
            "key": "GB|NIR",
            "you": 106
        },...
    ],
    "echo": {
        "api-version": "1.1",
        "period": {
            "from": "2019-01-01",
            "label": "Jan 2019",
            "to": "2019-02-01",
            "key": "2019-01"
        },
        "size": 25,
        "offset": 0,
        "sortTable": "you",
        "scope": 318,
        "locationLevel": "adm",
        "primaryField": "location",
        "category": "AD"
    }
}