# List Locations

Search the list of locations for Influencers.
		A successful request costs 0 credits.

Endpoint: GET /instagram/locations
Security: accessToken

## Query parameters:

  - `limit` (number)
    Max items to get
    Example: 1000

  - `query` (string)
    String to search by
    Example: "ita"

## Response 200 fields (application/json):

  - `error` (boolean)
    If there is an error

  - `locations` (array, required)

  - `locations.id` (number, required)
    Id of the location
    Example: 51800

  - `locations.name` (string, required)
    Name of the location
    Example: "London"

  - `locations.title` (string, required)
    Full title of the location
    Example: "London, United Kingdom"

  - `total` (number, required)
    Total number of locations
    Example: 8477


