To select Tolokers based on profile data, define a assignments_issuing_config.filter
object in the pool parameters.
This example selects Tolokers who set their country as US in their profile and agreed to complete tasks which contain adult content.
{ "filter": { "and": [ { "or": [ { "category": "profile", "key": "country", "operator": "EQ", "value": "US" } ] }, { "or": [ { "category": "profile", "key": "adult_allowed", "value": true, "operator": "EQ" } ] } ] }}
Key parameter | Value description |
---|---|
gender | string
Value of
|
country | string
|
citizenship | string Value of
|
adult_allowed | boolean Value of
|
date_of_birth | integer Value of
|
languages | string Value of
|
Last updated: August 24, 2023