API Instagram - GET Method /workers
it allows to obtain the Workers configured by the user and their data
GET Parameters
Let's see the structure of the sample query:
https://instagram.trawlingweb.com/workers/?token={APIKEY}
PATH Parameters
Element
Description
protocol
It can be http as https
domain
Address of the API instagram.trawlingweb.com
method
workers
Query Parameters
Parameter
Description
Default
Example
token
APIKEY access of the client to the system of TrawlingWeb.
Required value
?token={APIKEY}
Output Response - RESPONSE
One time it is launched petition to API Instagram, this will return a structured response data:
Data of every Worker
Field
Description
Findable
Sortable
Type
Format
id
Identificate id of the Worker
No
No
String
type
Type of Worker (facebook, instagram, twitter)
No
No
String
description
Established description by the user
No
No
String
words
Search words.
No
No
String
counter
Number of stored publications
No
No
Integer
created_at
Creation date of the Worker
No
No
Date
ISO 8601-UTC
status
Status of the activity Worker ( 1 running , 0 stoped )
No
No
Integer
General data
Field
Description
Findable
Sortable
Type
Format
workersLeft
Number of available Workers
No
No
Integer
limit
Maximum number of Workers
No
No
Integer
Example of response in json format:
"response" : {
"workers" : [{
"id" : "...",
"type" : "...",
"description" : "...",
"words" : "...",
"counter" : "...",
"created_at" : "...",
"status" : "..."
}],
"workersLeft" : "...",
"limit" : "..."
}
← Previous
Workers Filtering Syntax
Next →
Workers Edit and Delete