Core APIs
Locations API
Results
2min
results the locations api returns structured json the locations array contains the serpwow supported locations that match the given parameters https //docs trajectdata com/serpwow/locations api/parameters searching based on a location you should supply the value from the full name property returned by the locations api to the location parameter of the search api https //docs trajectdata com/serpwow/search api/overview to get localized search results from that location reach the reach property returned by the locations api gives an indication of the population size in the given location you can use it to disambiguate similarly named locations an example result from the locations api is shown below { "request info" { "success" true }, "locations total" 232, "page" 0, "limit" 10, "locations" \[ { "id" 9041106, "name" "greater london", "type" "county", "full name" "greater london,england,united kingdom", "parent id" 20339, "country code" "gb", "reach" 20800000 }, { "id" 1006886, "name" "london", "type" "city", "full name" "london,england,united kingdom", "parent id" 20339, "country code" "gb", "reach" 19900000 }, { "id" 9041110, "name" "city of london", "type" "county", "full name" "city of london,england,united kingdom", "parent id" 20339, "country code" "gb", "reach" 19900000 }, { "id" 1002316, "name" "london borough of lambeth", "type" "municipality", "full name" "london borough of lambeth,england,united kingdom", "parent id" 20339, "country code" "gb", "reach" 983000 }, { "id" 9057243, "name" "new london county", "type" "county", "full name" "new london county,connecticut,united states", "parent id" 21139, "country code" "us", "reach" 434000 }, { "id" 1002325, "name" "london", "type" "city", "full name" "london,ontario,canada", "parent id" 20121, "country code" "ca", "reach" 418000 }, { "id" 1007284, "name" "londonderry", "type" "city", "full name" "londonderry,northern ireland,united kingdom", "parent id" 20341, "country code" "gb", "reach" 192000 }, { "id" 9041230, "name" "london stansted airport", "type" "airport", "full name" "london stansted airport,england,united kingdom", "parent id" 20339, "country code" "gb", "reach" 153000 }, { "id" 1017821, "name" "london", "type" "city", "full name" "london,kentucky,united states", "parent id" 21150, "country code" "us", "reach" 144000 }, { "id" 1014779, "name" "new london", "type" "city", "full name" "new london,connecticut,united states", "parent id" 21139, "country code" "us", "reach" 136000 } ] }