Create

Creates a Basic Campaign.

Request

POST https://ttv.microworkers.com/api/v2/basic-campaigns

Request Body

{
  "availablePositions": integer,
  "categoryId": string,
  "internationalZone": {
    "id": string,
    "excludedCountries": [
      string
    ]
  },
  "targetedZone": {
    "id": string,
    "targetedCountries": [
      string
    ]
  },
  "speed": integer,
  "internalTemplate": {
    "id": string,
    "adminInstructions": string,
    "numberOfSubTasks": integer,
    "ratingMethodId": integer,
    "displaySubTasksOnSamePage": boolean,
    "allowedFileTypes": [
      string
    ],
    "numberOfFileProofs": integer
  },
  "externalTemplate": {
    "url": string,
    "height": string,
    "width": string,
    "parameters": [
      string
    ],
    "timeToWaitAfterSlotExpiration": integer
  },
  "minutesToFinish": integer,
  "title": string,
  "qtRequired": boolean,
  "description": string,
  "paymentPerTask": float,
  "maximumJobLimit": {
    "enabled": boolean,
    "limitPerDay": integer
  },
  "autoSkipTask": {
    "enabled": boolean,
    "timeLimit": integer
  },
  "ttr": integer,
  "taskOrder": integer,
  "tasks": [
    {
      "id": string,
      "data": [
        {
          "key": string,
          "value": string
        }
      ],
      "testCases": [
        {
          "questionId": string,
          "answers": [
            string
          ]
        }
      ]
    }
  ],
  "notificationSettings": [
    {
      "url": string,
      "type": string,
      "notificationTypes": [
        string
      ]
    }
  ],
  "visibilityDelay": integer
}

BasicCampaignPostRequest

Property

Type

Description

availablePositions

integer

How many initial positions Campaign has.

categoryId

string

The ID of Sub-Category which best match to your Task requirements.

internationalZone

InternationalZoneRequest

International zone settings. internationalZone cannot be used together with targetedZone.

targetedZone

TargetedZoneRequest

Targeted zone settings. targetedZone cannot be used together with internationalZone.

speed

integer

Value from 1 to 1000. (1 - Slowest, 1000 – Fastest).

internalTemplate

InternalTemplateRequest

Internal Template Campaign settings. internalTemplate cannot be used together with externalTemplate.

externalTemplate

ExternalTemplateRequest

External Template Campaign settings. externalTemplate cannot be used together with internalTemplate

minutesToFinish

integer

Allocated time in minutes to complete position.

title

string

The title of Campaign.

qtRequired

boolean

If set to true, only workers who passed Microworkers Qualification/Admission test [1] will be able to work on Tasks from this Campaign.

description

string

Campaign description which will be shown to worker on accept/start Task page.

paymentPerTask

float

How much money worker will earn in American $ for Satisfied Task.

maximumJobLimit

MaximumJobLimitRequest

Max Positions per Day settings. [2]

autoSkipTask

AutoSkipTaskRequest

Auto-skip position settings.

ttr

integer

Limit in days allocated to Employer to rate submitted Task. If Task wasn’t rated on time – it will be automatically rated as Satisfied.

taskOrder

integer

Order in which Tasks will be assigned to workers. [3]

  • 1 – Random

  • 2 – Ascending order

Required, if Campaign utilize unique positions.

tasks

array[TaskDataRowRequest]

A list of Tasks details.

Required, if Campaign utilize unique positions.

notificationSettings

array[AmazonSqsNotificationSettingRequest]

A list of notifications settings.

visibilityDelay

integer

The number of seconds to wait after adding new position/s, before making it available to the Workers. Default: 0 (No Delay). Maximum: 3600.

InternationalZoneRequest

Property

Type

Description

id

string

The ID of International zone. Fixed value: int.

excludedCountries

array[string]

The list of excluded country codes.

Up to 10 country codes may be excluded.

TargetedZoneRequest

Property

Type

Description

id

string

The ID of Targeted zone.

targetedCountries

array[string]

The list of targeted country codes.

InternalTemplateRequest

Property

Type

Description

id

string

The ID of Internal Template.

adminInstructions

string

Instructions to Microworkers staff how to review/rate Tasks. Required if ratingMethodId is 1 or 2. If ratingMethodId is 3 – must be omitted.

numberOfSubTasks

integer

Number of Tasks each position has. Required, if Campaign utilize unique Tasks, in other cases – it must be absent.

ratingMethodId

integer

  • 1 - Admin Rate

  • 2 - Admin Review & Employer Rate

  • 3 - Employer Rate Only.

[4]

displaySubTasksOnSamePage

boolean

Display Spreadsheet [5] sub-tasks on same page flag.

Required, If Template has Spreadsheet, in all other cases must be absent.

allowedFileTypes

array[string]

A list of allowed file extensions.

numberOfFileProofs

integer

Allowed value: 1.

ExternalTemplateRequest

Property

Type

Description

url

string

URL of Task details page which will be displayed in iframe. Required, if Campaign doesn’t utilize unique positions.

height

string

Iframe height. Required, if Campaign doesn’t utilize unique positions.

width

string

Iframe width. Required, if Campaign doesn’t utilize unique positions.

parameters

array[string]

A list of parameters you wish to store on submission to Callback URL [6] .

timeToWaitAfterSlotExpiration

integer

How many minutes to wait to release lock from the Slot with expired lock.

MaximumJobLimitRequest

Property

Type

Description

enabled

boolean

Flag which controls if maximum positions per day is turned on.

limitPerDay

integer

Maximum number of positions which may be completed on daily basis. If maximum number reached - Campaign automatically became paused and will be resumed at 00:00:00 CDT. Required if maximum positions per day is turned on.

AutoSkipTaskRequest

Property

Type

Description

enabled

boolean

Flag which controls If auto-skip position is turned on.

timeLimit

integer

If browser didn’t refresh the session within allocated time in seconds – position will be auto-skipped. Required if auto-skip position flag is turned on.

TaskDataRowRequest

Property

Type

Description

id

string

The ID of Task. If present - value must be unique and contain alpha-numeric characters only. If it’s omitted - system will generate random value

data

array[KeyValueRequest]

The list of key/value objects.

testCases

array[TestCaseRequest]

The list of expected Answers for Questions.

AmazonSqsNotificationSettingRequest

Property

Type

Description

url

string

Amazon SQS Queue URL

type

string

Notification settings type. Fixed value: sqs.

notificationTypes

array[string]

List of turned on Notification Types.

KeyValueRequest

Property

Type

Description

key

string

Key

value

string

Value

TestCaseRequest

Property

Type

Description

questionId

string

The ID of Question.

answers

array[string]

The list of expected Answers.

Notification Types

Notification Type

CampaignApproved

CampaignPausedByAdmin

CampaignRunning

SlotNotSatisfied

SlotSubmitted

CampaignBlocked

CampaignPausedBySystem

CampaignSubmitted

SlotReadyForRating

TaskGroupCreated

CampaignCanceled

CampaignRejected

SlotCreated

SlotRemoved

CampaignCreated

CampaignRestartApproved

SlotLocked

SlotRevised

CampaignFinished

CampaignRestartRejected

SlotLockExpired

SlotReviseRequested

CampaignPaused

CampaignRestartRequested

SlotLockReleased

SlotSatisfied

Response

Response HTTP Codes

Http Code

Response Type

Description

202

Accepted (OK)

400

Validation Failed

401

Unauthorized

403

Access denied

404

Not found

Response HTTP Headers

On successful response API returns queue-job-id header.

Examples

Internal Template - fixed task details

Settings:

  • Fixed Task details.

  • 30 initial positions.

  • SEO & Web Traffic Category.

  • Visit 1x Sub-Category.

  • International zone without any country exclusions.

  • Maximum speed.

  • I want to rate Tasks ASAP. (Employer rate) [4]

  • 5 minutes allowed for Worker to complete the position.

  • Allow Workers who failed Microworkers Qualification/Admission test [1] to take position in this Campaign.

  • Worker base earning $0.10 for satisfied position.

  • Allocated time to rate position - 2 days.

{
  "availablePositions": 30,
  "categoryId": "1000",
  "internationalZone": {
    "id": "int"
  },
  "speed": 1000,
  "internalTemplate": {
    "id": "T550bd781e36b5",
    "ratingMethodId": 3
  },
  "minutesToFinish": 5,
  "title": "Search website in Google",
  "qtRequired": false,
  "description": "Lorem ipsum ac eleifend justo quis blandit congue aliquam, porta himenaeos mattis adipiscing vestibulum tincidunt diam conubia, tellus ut proin luctus viverra nisi turpis felis semper pellentesque sapien praesent netus.",
  "paymentPerTask": 0.1,
  "ttr": 2
}

Internal Template - unique task details

Settings:

  • Unique Task details.

  • 30 initial positions.

  • Data Transcription Category.

  • Audio Transcription Sub-Category.

  • International zone with exclusions. Workers from USA and Canada are not allowed to take position.

  • Maximum speed.

  • I want Microworkers Staff to review positions before they will come to me for rating (Admin review, Employer rate) [4]

  • Each position has 1 Task.

  • 30 minutes allowed for Worker to complete the position.

  • Disallow Workers who failed Microworkers Qualification/Admission test [1] to take position in this Campaign.

  • Worker base earning $0.50 for satisfied position.

  • Allocated time to rate position - 5 days.

  • Tasks will be allocated to Workers in ascending order. [3]

{
  "availablePositions": 30,
  "categoryId": "0720",
  "internationalZone": {
    "id": "int",
    "excludedCountries": [
      "us",
      "ca"
    ]
  },
  "speed": 1000,
  "internalTemplate": {
    "id": "T58b74ba469d61",
    "ratingMethodId": 2,
    "adminInstructions": "Review completed tasks carefully and rejects these which don't match.",
    "numberOfSubTasks": 1
  },
  "minutesToFinish": 30,
  "title": "Audio Transcription",
  "qtRequired": true,
  "description": "You need to transcript 5 minutes length audio file.",
  "paymentPerTask": 0.5,
  "ttr": 5,
  "taskOrder": 2,
  "tasks": [
      {
        "id": "1",
        "data": [
          {
            "key": "audio",
            "value": "https://microworkers.com/im/qt/ds/tmplts/sample1.mp3"
          }
        ]
      },
      {
        "id": "2",
        "data": [
          {
            "key": "audio",
            "value": "https://microworkers.com/im/qt/ds/tmplts/sample2.mp3"
          }
        ]
      },
      {
        "id": "3",
        "data": [
          {
            "key": "audio",
            "value": "https://microworkers.com/im/qt/ds/tmplts/sample3.mp3"
          }
        ]
      },
      {
        "id": "4",
        "data": [
          {
            "key": "audio",
            "value": "https://microworkers.com/im/qt/ds/tmplts/sample4.mp3"
          }
        ]
      },
      {
        "id": "5",
        "data": [
          {
            "key": "audio",
            "value": "https://microworkers.com/im/qt/ds/tmplts/sample5.mp3"
          }
        ]
      },
      {
        "id": "6",
        "data": [
          {
            "key": "audio",
            "value": "https://microworkers.com/im/qt/ds/tmplts/sample6.mp3"
          }
        ]
      },
      {
        "id": "7",
        "data": [
          {
            "key": "audio",
            "value": "https://microworkers.com/im/qt/ds/tmplts/sample7.mp3"
          }
        ]
      },
      {
        "id": "8",
        "data": [
          {
            "key": "audio",
            "value": "https://microworkers.com/im/qt/ds/tmplts/sample8.mp3"
          }
        ]
      },
      {
        "id": "9",
        "data": [
          {
            "key": "audio",
            "value": "https://microworkers.com/im/qt/ds/tmplts/sample9.mp3"
          }
        ]
      },
      {
        "id": "10",
        "data": [
          {
            "key": "audio",
            "value": "https://microworkers.com/im/qt/ds/tmplts/sample10.mp3"
          }
        ]
      },
      {
        "id": "11",
        "data": [
          {
            "key": "audio",
            "value": "https://microworkers.com/im/qt/ds/tmplts/sample11.mp3"
          }
        ]
      },
      {
        "id": "12",
        "data": [
          {
            "key": "audio",
            "value": "https://microworkers.com/im/qt/ds/tmplts/sample12.mp3"
          }
        ]
      },
      {
        "id": "13",
        "data": [
          {
            "key": "audio",
            "value": "https://microworkers.com/im/qt/ds/tmplts/sample13.mp3"
          }
        ]
      },
      {
        "id": "14",
        "data": [
          {
            "key": "audio",
            "value": "https://microworkers.com/im/qt/ds/tmplts/sample14.mp3"
          }
        ]
      },
      {
        "id": "15",
        "data": [
          {
            "key": "audio",
            "value": "https://microworkers.com/im/qt/ds/tmplts/sample15.mp3"
          }
        ]
      },
      {
        "id": "16",
        "data": [
          {
            "key": "audio",
            "value": "https://microworkers.com/im/qt/ds/tmplts/sample16.mp3"
          }
        ]
      },
      {
        "id": "17",
        "data": [
          {
            "key": "audio",
            "value": "https://microworkers.com/im/qt/ds/tmplts/sample17.mp3"
          }
        ]
      },
      {
        "id": "18",
        "data": [
          {
            "key": "audio",
            "value": "https://microworkers.com/im/qt/ds/tmplts/sample18.mp3"
          }
        ]
      },
      {
        "id": "19",
        "data": [
          {
            "key": "audio",
            "value": "https://microworkers.com/im/qt/ds/tmplts/sample19.mp3"
          }
        ]
      },
      {
        "id": "20",
        "data": [
          {
            "key": "audio",
            "value": "https://microworkers.com/im/qt/ds/tmplts/sample20.mp3"
          }
        ]
      },
      {
        "id": "21",
        "data": [
          {
            "key": "audio",
            "value": "https://microworkers.com/im/qt/ds/tmplts/sample21.mp3"
          }
        ]
      },
      {
        "id": "22",
        "data": [
          {
            "key": "audio",
            "value": "https://microworkers.com/im/qt/ds/tmplts/sample22.mp3"
          }
        ]
      },
      {
        "id": "23",
        "data": [
          {
            "key": "audio",
            "value": "https://microworkers.com/im/qt/ds/tmplts/sample23.mp3"
          }
        ]
      },
      {
        "id": "24",
        "data": [
          {
            "key": "audio",
            "value": "https://microworkers.com/im/qt/ds/tmplts/sample24.mp3"
          }
        ]
      },
      {
        "id": "25",
        "data": [
          {
            "key": "audio",
            "value": "https://microworkers.com/im/qt/ds/tmplts/sample25.mp3"
          }
        ]
      },
      {
        "id": "26",
        "data": [
          {
            "key": "audio",
            "value": "https://microworkers.com/im/qt/ds/tmplts/sample26.mp3"
          }
        ]
      },
      {
        "id": "27",
        "data": [
          {
            "key": "audio",
            "value": "https://microworkers.com/im/qt/ds/tmplts/sample27.mp3"
          }
        ]
      },
      {
        "id": "28",
        "data": [
          {
            "key": "audio",
            "value": "https://microworkers.com/im/qt/ds/tmplts/sample28.mp3"
          }
        ]
      },
      {
        "id": "29",
        "data": [
          {
            "key": "audio",
            "value": "https://microworkers.com/im/qt/ds/tmplts/sample29.mp3"
          }
        ]
      },
      {
        "id": "30",
        "data": [
          {
            "key": "audio",
            "value": "https://microworkers.com/im/qt/ds/tmplts/sample30.mp3"
          }
        ]
      }
    ]
}

Internal Template - File proof with file type restrictions

Settings:

  • Fixed Task details.

  • 30 initial positions.

  • SEO & Web Traffic Category.

  • Visit 1x Sub-Category.

  • Latin America zone. Workers from Argentina and Brazil are allowed only.

  • Average speed.

  • I don’t have time to rate positions and would like to assign this to Microworkers Staff. (Admin rate) [4]

  • Worker must upload a screenshot. File types allowed: JPG, JPEG, GIF, TIFF and PNG.

  • 5 minutes allowed for Worker to complete the position.

  • Allow Workers who failed Microworkers Qualification/Admission test [1] to take position in this Campaign.

  • Worker base earning $0.15 for satisfied position.

  • Allocated time to rate position - 1 day.

{
  "availablePositions": 30,
  "categoryId": "1000",
  "targetedZone": {
    "id": "caribbean1",
    "targetedCountries": [
      "ar",
      "br"
    ]
  },
  "speed": 500,
  "internalTemplate": {
    "id": "T550bd781e36b5",
    "ratingMethodId": 1,
    "adminInstructions": "Company logo must be present on the screenshot provided by Worker.",
    "allowedFileTypes": [
      "jpg",
      "jpeg",
      "gif",
      "tiff",
      "png"
    ],
    "numberOfFileProofs": 1
  },
  "minutesToFinish": 5,
  "title": "Search website in Google",
  "qtRequired": false,
  "description": "Lorem ipsum ac eleifend justo quis blandit congue aliquam, porta himenaeos mattis adipiscing vestibulum tincidunt diam conubia, tellus ut proin luctus viverra nisi turpis felis semper pellentesque sapien praesent netus.",
  "paymentPerTask": 0.15,
  "ttr": 1
}

Internal Template (Spreadsheet) [5]

Settings:

  • Unique Task details.

  • 45 initial positions.

  • Data Collection/Mining/Extraction/AI Training Category.

  • Other Data Extraction/Collection Tasks Sub-Category.

  • International zone without exclusions.

  • Maximum speed.

  • I want to rate positions myself. (Employer rate) [4]

  • Every position has 2 Tasks which should be displayed in Spreadsheet [5] on same page.

  • 5 minutes allowed for Worker to complete the position.

  • Allow Workers who failed Microworkers Qualification/Admission test [1] to take position in this Campaign.

  • Worker base earning $0.05 for satisfied position.

  • Allocated time to rate position - 1 day.

  • Tasks will be allocated to Workers in random order. [3]

{
  "availablePositions": 45,
  "categoryId": "0940",
  "internationalZone": {
    "id": "int"
  },
  "speed": 1000,
  "internalTemplate": {
    "id": "T56b259b765593",
    "ratingMethodId": 3,
    "displaySubTasksOnSamePage": true,
    "numberOfSubTasks": 2
  },
  "minutesToFinish": 5,
  "title": "Identify the industry or sector of businesses",
  "qtRequired": false,
  "description": "Lorem ipsum ac eleifend justo quis blandit congue aliquam, porta himenaeos mattis adipiscing vestibulum tincidunt diam conubia, tellus ut proin luctus viverra nisi turpis felis semper pellentesque sapien praesent netus.",
  "paymentPerTask": 0.05,
  "ttr": 1,
  "taskOrder": 1,
  "tasks": [
    {
      "id": "1",
      "data": [
        {
          "key": "website",
          "value": "https:\/\/gleason.net\/corporis-nobis-ut-hic-quidem.html"
        },
        {
          "key": "name",
          "value": "Effertz PLC"
        },
        {
          "key": "employees_name",
          "value": "Sidney Swaniawski"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "2",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/gibson.com\/et-ullam-est-quos-sit-rem.html"
        },
        {
          "key": "name",
          "value": "Sawayn-Tremblay"
        },
        {
          "key": "employees_name",
          "value": "Manuel Ortiz"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "3",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.barrows.com\/temporibus-facere-ducimus-repudiandae-possimus-voluptate-aut-tempora-provident.html"
        },
        {
          "key": "name",
          "value": "Marvin, Schmidt and Osinski"
        },
        {
          "key": "employees_name",
          "value": "Darion Hand Sr."
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "4",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/kertzmann.biz\/iusto-eum-optio-consequatur-aperiam.html"
        },
        {
          "key": "name",
          "value": "Kuhn-Toy"
        },
        {
          "key": "employees_name",
          "value": "Dakota Windler"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "5",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/barton.com\/est-et-dolorem-placeat-debitis-non"
        },
        {
          "key": "name",
          "value": "Gorczany-Von"
        },
        {
          "key": "employees_name",
          "value": "Jason Ledner"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "6",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.kunde.com\/"
        },
        {
          "key": "name",
          "value": "Dibbert-Herzog"
        },
        {
          "key": "employees_name",
          "value": "Yoshiko Kulas PhD"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "7",
      "data": [
        {
          "key": "website",
          "value": "https:\/\/www.quigley.biz\/velit-maiores-rerum-nostrum-in-eligendi"
        },
        {
          "key": "name",
          "value": "Ondricka-Gutmann"
        },
        {
          "key": "employees_name",
          "value": "Kirsten Hodkiewicz"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "8",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.quitzon.biz\/amet-quo-debitis-voluptas-doloribus-pariatur"
        },
        {
          "key": "name",
          "value": "Hammes, Hegmann and Nitzsche"
        },
        {
          "key": "employees_name",
          "value": "Dewitt Mann V"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "9",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.hudson.biz\/sunt-cum-dolorum-aut-rerum-harum-rem-est"
        },
        {
          "key": "name",
          "value": "Walker, Bins and Mann"
        },
        {
          "key": "employees_name",
          "value": "Dr. Dion Mohr"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "10",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/powlowski.com\/voluptate-quisquam-et-aut-natus"
        },
        {
          "key": "name",
          "value": "McKenzie-Howell"
        },
        {
          "key": "employees_name",
          "value": "Prof. Mollie Ryan II"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "11",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/ziemann.com\/fugiat-assumenda-voluptatibus-facilis-minima-quia.html"
        },
        {
          "key": "name",
          "value": "Macejkovic Group"
        },
        {
          "key": "employees_name",
          "value": "Miss Grace Anderson V"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "12",
      "data": [
        {
          "key": "website",
          "value": "https:\/\/mcglynn.biz\/quisquam-blanditiis-consequatur-velit-cum-perferendis-autem-aliquam-magni.html"
        },
        {
          "key": "name",
          "value": "Champlin and Sons"
        },
        {
          "key": "employees_name",
          "value": "Edna Schmeler"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "13",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.christiansen.com\/iste-quidem-nulla-aspernatur-asperiores-quas-quae-ut"
        },
        {
          "key": "name",
          "value": "Hudson, Johns and Koepp"
        },
        {
          "key": "employees_name",
          "value": "Hardy Adams V"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "14",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.lockman.com\/eos-fugit-nostrum-aliquid-distinctio-recusandae-non-vero"
        },
        {
          "key": "name",
          "value": "Wilkinson Group"
        },
        {
          "key": "employees_name",
          "value": "Tanner Marks"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "15",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.heidenreich.info\/aperiam-et-officiis-cum-facilis-est-nobis-quia"
        },
        {
          "key": "name",
          "value": "Berge-Goyette"
        },
        {
          "key": "employees_name",
          "value": "Ms. Aylin Champlin V"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "16",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/dicki.com\/"
        },
        {
          "key": "name",
          "value": "Bins-Rowe"
        },
        {
          "key": "employees_name",
          "value": "Prof. Zoila McCullough Jr."
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "17",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.rodriguez.org\/nemo-totam-laboriosam-aut-illum-voluptatem-officiis-voluptas-facilis"
        },
        {
          "key": "name",
          "value": "Barton-Wunsch"
        },
        {
          "key": "employees_name",
          "value": "Toby Champlin"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "18",
      "data": [
        {
          "key": "website",
          "value": "https:\/\/www.johnson.net\/rerum-at-laborum-natus-qui-ab"
        },
        {
          "key": "name",
          "value": "Bednar, Krajcik and Quigley"
        },
        {
          "key": "employees_name",
          "value": "Prof. Ernest Kessler"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "19",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/romaguera.net\/atque-aut-molestiae-et-laudantium-voluptatem-dolore-dolor-dicta"
        },
        {
          "key": "name",
          "value": "West-Cartwright"
        },
        {
          "key": "employees_name",
          "value": "Dr. Alexandra Goldner III"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "20",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.grimes.biz\/voluptatem-quam-minima-beatae-esse-officia-sint-alias"
        },
        {
          "key": "name",
          "value": "Altenwerth-Ankunding"
        },
        {
          "key": "employees_name",
          "value": "Larissa Hammes"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "21",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/lang.com\/aliquid-laudantium-excepturi-reiciendis-explicabo-assumenda-blanditiis"
        },
        {
          "key": "name",
          "value": "Romaguera Inc"
        },
        {
          "key": "employees_name",
          "value": "Jovany Waters"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "22",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.ward.info\/et-et-autem-rerum-illum"
        },
        {
          "key": "name",
          "value": "Kovacek-Shanahan"
        },
        {
          "key": "employees_name",
          "value": "Luigi Mueller"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "23",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.zemlak.com\/perferendis-enim-error-hic-rerum-non-enim-incidunt-sunt"
        },
        {
          "key": "name",
          "value": "Runolfsdottir-Jaskolski"
        },
        {
          "key": "employees_name",
          "value": "Nathaniel Pfeffer"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "24",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.rogahn.net\/"
        },
        {
          "key": "name",
          "value": "Kihn and Sons"
        },
        {
          "key": "employees_name",
          "value": "Kelton Schuppe"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "25",
      "data": [
        {
          "key": "website",
          "value": "https:\/\/rempel.net\/quia-ex-modi-officia-reprehenderit-ut.html"
        },
        {
          "key": "name",
          "value": "Klocko and Sons"
        },
        {
          "key": "employees_name",
          "value": "Miss Rebeka Haley I"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "26",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/hintz.com\/"
        },
        {
          "key": "name",
          "value": "Greenholt Ltd"
        },
        {
          "key": "employees_name",
          "value": "Reva Jacobi"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "27",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/bernhard.net\/hic-et-aliquid-ex-repellat-labore-voluptatem-et-id"
        },
        {
          "key": "name",
          "value": "Zemlak, Treutel and Pouros"
        },
        {
          "key": "employees_name",
          "value": "Jeanie Grady"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "28",
      "data": [
        {
          "key": "website",
          "value": "https:\/\/www.quigley.com\/quia-qui-maxime-perferendis-voluptatem-commodi-voluptatem"
        },
        {
          "key": "name",
          "value": "Harvey-Lind"
        },
        {
          "key": "employees_name",
          "value": "Johnson DuBuque PhD"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "29",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.kuvalis.com\/iusto-laborum-voluptas-nisi-quis-omnis-laborum"
        },
        {
          "key": "name",
          "value": "Reinger PLC"
        },
        {
          "key": "employees_name",
          "value": "Prof. Eda Witting Sr."
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "30",
      "data": [
        {
          "key": "website",
          "value": "https:\/\/cummerata.info\/quis-voluptates-et-architecto-quasi-facilis-sequi-necessitatibus.html"
        },
        {
          "key": "name",
          "value": "Towne, Dare and Mertz"
        },
        {
          "key": "employees_name",
          "value": "Desmond Gutmann"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "31",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.waters.com\/maiores-deserunt-architecto-corrupti-vitae-dignissimos-iusto-ipsam.html"
        },
        {
          "key": "name",
          "value": "Olson Ltd"
        },
        {
          "key": "employees_name",
          "value": "Meggie Smitham PhD"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "32",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/pacocha.net\/consectetur-ea-dolor-veritatis-animi-inventore-reiciendis-omnis.html"
        },
        {
          "key": "name",
          "value": "Denesik Inc"
        },
        {
          "key": "employees_name",
          "value": "Alf Zieme"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "33",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/mann.info\/"
        },
        {
          "key": "name",
          "value": "Pfeffer, Mante and Wyman"
        },
        {
          "key": "employees_name",
          "value": "Clifton Gerlach"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "34",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.dooley.com\/qui-id-qui-nemo.html"
        },
        {
          "key": "name",
          "value": "Keebler-Berge"
        },
        {
          "key": "employees_name",
          "value": "Taylor Wunsch V"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "35",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.senger.com\/dicta-facere-in-ut-neque-autem-exercitationem-suscipit.html"
        },
        {
          "key": "name",
          "value": "West-Labadie"
        },
        {
          "key": "employees_name",
          "value": "Adan Dicki"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "36",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.emmerich.com\/"
        },
        {
          "key": "name",
          "value": "Jones, Windler and Littel"
        },
        {
          "key": "employees_name",
          "value": "Bernita Parisian V"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "37",
      "data": [
        {
          "key": "website",
          "value": "https:\/\/www.boyle.com\/adipisci-omnis-corrupti-possimus-recusandae"
        },
        {
          "key": "name",
          "value": "Hoppe PLC"
        },
        {
          "key": "employees_name",
          "value": "Logan Schiller"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "38",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/schmidt.biz\/sit-molestiae-et-possimus-aut-dolorem-iure-ipsum"
        },
        {
          "key": "name",
          "value": "Wintheiser-Will"
        },
        {
          "key": "employees_name",
          "value": "Liam Prohaska MD"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "39",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/gottlieb.com\/eaque-amet-molestiae-velit-accusamus-sunt"
        },
        {
          "key": "name",
          "value": "Krajcik, McKenzie and Dare"
        },
        {
          "key": "employees_name",
          "value": "Darwin Glover"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "40",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.nolan.com\/consequuntur-sint-sed-quam-eos"
        },
        {
          "key": "name",
          "value": "Considine LLC"
        },
        {
          "key": "employees_name",
          "value": "Cordie Wolff V"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "41",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/miller.com\/quos-nostrum-veritatis-ea-quam-consequatur"
        },
        {
          "key": "name",
          "value": "Rutherford-Lynch"
        },
        {
          "key": "employees_name",
          "value": "Mrs. Dorothea Dare"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "42",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/farrell.com\/"
        },
        {
          "key": "name",
          "value": "Barton-Altenwerth"
        },
        {
          "key": "employees_name",
          "value": "Kevin Torp"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "43",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.johns.net\/vero-fugit-possimus-excepturi-cupiditate-saepe-praesentium-quis.html"
        },
        {
          "key": "name",
          "value": "Gottlieb Inc"
        },
        {
          "key": "employees_name",
          "value": "Darren Hand"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "44",
      "data": [
        {
          "key": "website",
          "value": "https:\/\/www.oberbrunner.com\/et-ipsum-odio-quasi-corrupti-nobis-consectetur-exercitationem"
        },
        {
          "key": "name",
          "value": "Jakubowski, Waters and Boyle"
        },
        {
          "key": "employees_name",
          "value": "Skyla Tremblay"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "45",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.weber.com\/"
        },
        {
          "key": "name",
          "value": "Hermiston-Johnson"
        },
        {
          "key": "employees_name",
          "value": "Mozell Kuhic"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "46",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.aufderhar.net\/dolores-quos-culpa-voluptatem-et-hic-doloremque-non"
        },
        {
          "key": "name",
          "value": "Huels, Pollich and McCullough"
        },
        {
          "key": "employees_name",
          "value": "Prof. Serenity Kunde DDS"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "47",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/skiles.net\/aut-ratione-voluptatibus-temporibus-voluptatem-aliquid-ex-voluptas"
        },
        {
          "key": "name",
          "value": "Schoen, Muller and Lynch"
        },
        {
          "key": "employees_name",
          "value": "Emelia Harvey"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "48",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/vandervort.com\/autem-voluptate-quisquam-eveniet-voluptatem-quis.html"
        },
        {
          "key": "name",
          "value": "Heathcote-Weimann"
        },
        {
          "key": "employees_name",
          "value": "Jodie Gulgowski"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "49",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.gorczany.org\/sunt-et-nobis-sed-esse-dolorem-sunt-expedita"
        },
        {
          "key": "name",
          "value": "Schuppe Ltd"
        },
        {
          "key": "employees_name",
          "value": "Holden Yundt"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "50",
      "data": [
        {
          "key": "website",
          "value": "https:\/\/quigley.com\/earum-assumenda-voluptas-itaque-dolores-dicta-sit.html"
        },
        {
          "key": "name",
          "value": "McKenzie-Gibson"
        },
        {
          "key": "employees_name",
          "value": "Wilburn Crooks II"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "51",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.hoeger.com\/temporibus-cumque-id-officiis-deserunt-non-tempore-neque-suscipit.html"
        },
        {
          "key": "name",
          "value": "Collier-Becker"
        },
        {
          "key": "employees_name",
          "value": "Larue Klocko"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "52",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/quitzon.org\/"
        },
        {
          "key": "name",
          "value": "Mraz, Romaguera and Zulauf"
        },
        {
          "key": "employees_name",
          "value": "Hank Gislason IV"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "53",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.heaney.info\/rem-laudantium-ut-consequatur-excepturi-quo-voluptas.html"
        },
        {
          "key": "name",
          "value": "West-Champlin"
        },
        {
          "key": "employees_name",
          "value": "Dandre Raynor"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "54",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/hintz.info\/necessitatibus-error-eos-omnis-quis-delectus-esse-nihil.html"
        },
        {
          "key": "name",
          "value": "Schroeder, Gleichner and Rempel"
        },
        {
          "key": "employees_name",
          "value": "Lesly Bradtke"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "55",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.romaguera.com\/repellendus-qui-vitae-itaque-error"
        },
        {
          "key": "name",
          "value": "Schiller, Pollich and Hermann"
        },
        {
          "key": "employees_name",
          "value": "Lane Wunsch"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "56",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.moore.biz\/"
        },
        {
          "key": "name",
          "value": "Littel PLC"
        },
        {
          "key": "employees_name",
          "value": "Katlyn Blanda"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "57",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/hettinger.info\/"
        },
        {
          "key": "name",
          "value": "Schinner and Sons"
        },
        {
          "key": "employees_name",
          "value": "Etha Brakus IV"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "58",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.douglas.org\/dicta-consequatur-consectetur-in-dolorem-repudiandae-deleniti"
        },
        {
          "key": "name",
          "value": "Schimmel PLC"
        },
        {
          "key": "employees_name",
          "value": "Cecelia Kirlin"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "59",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.schinner.com\/ad-incidunt-molestiae-voluptas-facere-sequi-qui-qui.html"
        },
        {
          "key": "name",
          "value": "Kuvalis, Donnelly and Gaylord"
        },
        {
          "key": "employees_name",
          "value": "Elijah Klein Jr."
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "60",
      "data": [
        {
          "key": "website",
          "value": "https:\/\/jacobi.com\/in-dicta-ut-et-expedita-dolore-qui-qui-et.html"
        },
        {
          "key": "name",
          "value": "Cruickshank-Becker"
        },
        {
          "key": "employees_name",
          "value": "Astrid Bahringer"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "61",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.wilderman.com\/autem-alias-aut-provident-sunt-at"
        },
        {
          "key": "name",
          "value": "Macejkovic Inc"
        },
        {
          "key": "employees_name",
          "value": "Kolby Bahringer DDS"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "62",
      "data": [
        {
          "key": "website",
          "value": "https:\/\/skiles.net\/et-iure-mollitia-impedit-maxime-aut-dolor-laudantium-est.html"
        },
        {
          "key": "name",
          "value": "Greenfelder, Boyer and DuBuque"
        },
        {
          "key": "employees_name",
          "value": "Cleveland Williamson"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "63",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/pagac.com\/laudantium-laboriosam-error-fugiat-iste-sequi-consequuntur-cum-voluptatibus"
        },
        {
          "key": "name",
          "value": "Schiller-Lehner"
        },
        {
          "key": "employees_name",
          "value": "Orval Ruecker"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "64",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.kerluke.biz\/incidunt-quis-accusamus-numquam.html"
        },
        {
          "key": "name",
          "value": "Stiedemann Ltd"
        },
        {
          "key": "employees_name",
          "value": "Mr. Weldon Schoen"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "65",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.lesch.net\/"
        },
        {
          "key": "name",
          "value": "Dibbert-Smith"
        },
        {
          "key": "employees_name",
          "value": "Dr. Jamarcus Roberts"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "66",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/bins.com\/culpa-tempora-nobis-rerum-corporis-corrupti-minima.html"
        },
        {
          "key": "name",
          "value": "Ritchie-Beahan"
        },
        {
          "key": "employees_name",
          "value": "Florine Lynch"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "67",
      "data": [
        {
          "key": "website",
          "value": "https:\/\/halvorson.com\/non-ratione-asperiores-et-qui-qui-blanditiis-eius.html"
        },
        {
          "key": "name",
          "value": "Balistreri Ltd"
        },
        {
          "key": "employees_name",
          "value": "Arne Hill"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "68",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/lemke.com\/voluptatem-consequatur-laborum-deleniti-quia-in"
        },
        {
          "key": "name",
          "value": "Nienow LLC"
        },
        {
          "key": "employees_name",
          "value": "Mrs. Simone Collins DDS"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "69",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/renner.net\/"
        },
        {
          "key": "name",
          "value": "Schmidt, Sanford and Yost"
        },
        {
          "key": "employees_name",
          "value": "Miss Eula Spinka IV"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "70",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/champlin.com\/"
        },
        {
          "key": "name",
          "value": "Mitchell, Green and Connelly"
        },
        {
          "key": "employees_name",
          "value": "Yvette Nienow"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "71",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.gulgowski.biz\/non-consequuntur-quidem-reiciendis-natus.html"
        },
        {
          "key": "name",
          "value": "VonRueden, Hyatt and Schultz"
        },
        {
          "key": "employees_name",
          "value": "Troy Bernhard"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "72",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.mitchell.org\/nostrum-tempore-sequi-aut-sed"
        },
        {
          "key": "name",
          "value": "Balistreri, Spencer and Shanahan"
        },
        {
          "key": "employees_name",
          "value": "Loyal Harvey"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "73",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/stroman.com\/neque-dolorum-qui-repellendus-id-veritatis-corporis-quia-officiis"
        },
        {
          "key": "name",
          "value": "Volkman, Quitzon and Conroy"
        },
        {
          "key": "employees_name",
          "value": "Alfredo Wilkinson"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "74",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.von.com\/qui-assumenda-pariatur-vel.html"
        },
        {
          "key": "name",
          "value": "White-Mueller"
        },
        {
          "key": "employees_name",
          "value": "Turner Koss"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "75",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.gleason.biz\/consequuntur-incidunt-quo-aliquam-ducimus.html"
        },
        {
          "key": "name",
          "value": "Cummerata-Marks"
        },
        {
          "key": "employees_name",
          "value": "Alek Gleason"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "76",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/carter.com\/repudiandae-et-nam-ut-incidunt-culpa"
        },
        {
          "key": "name",
          "value": "Erdman Ltd"
        },
        {
          "key": "employees_name",
          "value": "Emilio Sauer II"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "77",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.johnson.biz\/qui-corporis-numquam-aut-eos-molestiae"
        },
        {
          "key": "name",
          "value": "McClure, Koepp and Botsford"
        },
        {
          "key": "employees_name",
          "value": "Scot Thiel"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "78",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.shields.info\/et-velit-optio-sequi-voluptas-maxime"
        },
        {
          "key": "name",
          "value": "O'Connell LLC"
        },
        {
          "key": "employees_name",
          "value": "Casandra Murphy"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "79",
      "data": [
        {
          "key": "website",
          "value": "https:\/\/www.collier.com\/enim-alias-qui-ipsum-et-deleniti"
        },
        {
          "key": "name",
          "value": "Hagenes, Satterfield and Predovic"
        },
        {
          "key": "employees_name",
          "value": "Philip Heathcote"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "80",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/becker.com\/eum-hic-officiis-quia-omnis-debitis-reprehenderit.html"
        },
        {
          "key": "name",
          "value": "Zemlak Group"
        },
        {
          "key": "employees_name",
          "value": "Dr. Shane Ernser"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "81",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/oconnell.com\/"
        },
        {
          "key": "name",
          "value": "Hirthe-Wunsch"
        },
        {
          "key": "employees_name",
          "value": "Catharine Beer DVM"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "82",
      "data": [
        {
          "key": "website",
          "value": "https:\/\/www.streich.com\/consequatur-et-tempora-minima"
        },
        {
          "key": "name",
          "value": "Pacocha PLC"
        },
        {
          "key": "employees_name",
          "value": "Yvonne Mayert"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "83",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.smitham.com\/animi-aliquam-non-inventore-quos-repudiandae-eius-architecto"
        },
        {
          "key": "name",
          "value": "Legros PLC"
        },
        {
          "key": "employees_name",
          "value": "Stacey Dare"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "84",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/morissette.info\/laborum-nobis-error-rerum-praesentium-ut-officia"
        },
        {
          "key": "name",
          "value": "Gerlach, Wilderman and Zieme"
        },
        {
          "key": "employees_name",
          "value": "Amanda Ondricka"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "85",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.ratke.net\/aut-quis-repellendus-explicabo-ratione-sit-omnis"
        },
        {
          "key": "name",
          "value": "Raynor LLC"
        },
        {
          "key": "employees_name",
          "value": "Dr. Mertie Pagac"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "86",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/bode.com\/"
        },
        {
          "key": "name",
          "value": "Thiel-Harvey"
        },
        {
          "key": "employees_name",
          "value": "Dr. Rory Walsh"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "87",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.paucek.biz\/dolor-iusto-amet-eum-voluptas"
        },
        {
          "key": "name",
          "value": "Lueilwitz, McLaughlin and O'Kon"
        },
        {
          "key": "employees_name",
          "value": "Filomena Oberbrunner"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "88",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.emard.com\/omnis-consequatur-voluptate-necessitatibus-magni"
        },
        {
          "key": "name",
          "value": "Schimmel PLC"
        },
        {
          "key": "employees_name",
          "value": "Prof. Monserrat Rodriguez"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "89",
      "data": [
        {
          "key": "website",
          "value": "http:\/\/www.runolfsdottir.com\/impedit-aut-et-tempora-odio-dolores-illo-vel.html"
        },
        {
          "key": "name",
          "value": "Runte-Monahan"
        },
        {
          "key": "employees_name",
          "value": "Dorcas Jakubowski"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    },
    {
      "id": "90",
      "data": [
        {
          "key": "website",
          "value": "https:\/\/runolfsdottir.com\/placeat-ad-aperiam-perferendis-velit.html"
        },
        {
          "key": "name",
          "value": "Kuvalis-Flatley"
        },
        {
          "key": "employees_name",
          "value": "Prof. Keegan Runolfsdottir"
        },
        {
          "key": "employees_email",
          "value": "[email protected]"
        }
      ]
    }
  ]
}

Internal Template - Amazon SQS Notifications

Settings:

  • Fixed Task details.

  • 30 initial positions.

  • SEO & Web Traffic Category.

  • Visit 1x Sub-Category.

  • International zone without any country exclusions.

  • Maximum speed.

  • I want to rate positions myself. (Employer rate) [4]

  • 5 minutes allowed for Worker to complete the position.

  • Allow Workers who failed Microworkers Qualification/Admission test [1] to take position in this Campaign.

  • Worker base earning $0.10 for satisfied position.

  • Allocated time to rate position - 2 days.

  • I want to be notified via Amazon SQS when position is ready for rating and when Campaign is finished.

  • I configured https://sqs.us-east-1.amazonaws.com/12345678/myqueue Queue and granted SendMessage permission to arn:aws:iam::017419115111:user/akanunov.

{
  "availablePositions": 30,
  "categoryId": "1000",
  "internationalZone": {
    "id": "int"
  },
  "speed": 1000,
  "internalTemplate": {
    "id": "T550bd781e36b5",
    "ratingMethodId": 3
  },
  "minutesToFinish": 5,
  "title": "Search website in Google",
  "qtRequired": false,
  "description": "Lorem ipsum ac eleifend justo quis blandit congue aliquam, porta himenaeos mattis adipiscing vestibulum tincidunt diam conubia, tellus ut proin luctus viverra nisi turpis felis semper pellentesque sapien praesent netus.",
  "paymentPerTask": 0.1,
  "ttr": 2,
  "notificationSettings": [
    {
      "url": "https://sqs.us-east-1.amazonaws.com/12345678/myqueue",
      "type": "sqs",
      "notificationTypes": [
        "CampaignFinished",
        "SlotReadyForRating"
      ]
    }
  ]
}

Internal Template - Maximum jobs per day limit [2]

Settings:

  • Fixed Task details.

  • 30 initial positions.

  • SEO & Web Traffic Category.

  • Visit 1x Sub-Category.

  • International zone without any country exclusions.

  • Maximum speed.

  • I want to rate Tasks myself. (Employer rate) [4]

  • 5 minutes allowed for Worker to complete the position.

  • Allow Workers who failed Microworkers Qualification/Admission test [1] to take position in this Campaign.

  • Worker base earning $0.10 for satisfied position.

  • Allocated time to rate position - 2 days.

  • I want to allow Workers to complete up to 5 positions per day.

{
  "availablePositions": 30,
  "categoryId": "1000",
  "internationalZone": {
    "id": "int"
  },
  "speed": 1000,
  "internalTemplate": {
    "id": "T550bd781e36b5",
    "ratingMethodId": 3
  },
  "minutesToFinish": 5,
  "title": "Search website in Google",
  "qtRequired": false,
  "description": "Lorem ipsum ac eleifend justo quis blandit congue aliquam, porta himenaeos mattis adipiscing vestibulum tincidunt diam conubia, tellus ut proin luctus viverra nisi turpis felis semper pellentesque sapien praesent netus.",
  "paymentPerTask": 0.1,
  "ttr": 2,
  "maximumJobLimit": {
    "enabled": true,
    "limitPerDay": 5
  }
}

External Template - fixed task details

Settings:

  • Fixed Task details.

  • 30 initial positions.

  • SEO & Web Traffic Category.

  • Visit 1x Sub-Category.

  • International zone without any country exclusions.

  • Maximum speed.

  • I have a website where I prepared Task details page.

  • My website uses HTTPS protocol.

  • My Task details page doesn’t return X-Frame-Options DENY or SAMEORIGIN HTTP header.

  • Task details page will post data back to Microworkers [6].

  • I want to store contact_email parameter value on Microworkers side.

  • 5 minutes allowed for Worker to complete the position.

  • Allow Workers who failed Microworkers Qualification/Admission test [1] to take position in this Campaign.

  • Worker base earning $0.10 for satisfied position.

  • Allocated time to rate position - 1 day.

{
  "availablePositions": 30,
  "categoryId": "1000",
  "internationalZone": {
    "id": "int"
  },
  "speed": 1000,
  "externalTemplate": {
    "url": "https://mywebsite.com/microworkers-task/{{CAMP_ID}}?worker_id={{MW_ID}}",
    "height": "500px",
    "width": "100%",
    "parameters": [
      "contact_email"
    ]
  },
  "minutesToFinish": 5,
  "title": "Find contact email on website",
  "qtRequired": false,
  "description": "Lorem ipsum ac eleifend justo quis blandit congue aliquam, porta himenaeos mattis adipiscing vestibulum tincidunt diam conubia, tellus ut proin luctus viverra nisi turpis felis semper pellentesque sapien praesent netus.",
  "paymentPerTask": 0.1,
  "ttr": 1
}

External Template - unique task details

Settings:

  • Unique Task details.

  • 30 initial positions.

  • Data Transcription Category.

  • Audio Transcription Sub-Category.

  • International zone with exclusions. Workers from USA and Canada are not allowed to take position.

  • Maximum speed.

  • 30 minutes allowed for Worker to complete the position.

  • Disallow Workers who failed Microworkers Qualification/Admission test [1] to take position in this Campaign.

  • Worker base earning $0.50 for satisfied position.

  • Allocated time to rate position - 5 days.

  • Tasks will be allocated to Workers in ascending order. [3]

  • I have a website where I prepared Task details page.

  • My website uses HTTPS protocol.

  • My Task details page doesn’t return X-Frame-Options DENY or SAMEORIGIN HTTP header.

  • Task details page will post data back to Microworkers [6].

  • From privacy perspective I don’t want to store any Answers provided by workers on Microworkers side.

{
  "availablePositions": 30,
  "categoryId": "0720",
  "internationalZone": {
    "id": "int",
    "excludedCountries": [
      "us",
      "ca"
    ]
  },
  "speed": 1000,
  "minutesToFinish": 30,
  "title": "Audio Transcription",
  "qtRequired": true,
  "description": "You need to transcript 5 minutes length audio file.",
  "paymentPerTask": 0.5,
  "ttr": 5,
  "taskOrder": 2,
  "tasks": [
      {
        "id": "1",
        "data": [
          {
            "key": "URL",
            "value": "https://example.com/4b542222-15ee-11e9-ab14-d663bd873d93?campaign={{CAMP_ID}}&worker={{MW_ID}}"
          },
          {
            "key": "Height",
            "value": "500px"
          },
          {
            "key": "Width",
            "value": "100%"
          }
        ]
      },
      {
        "id": "2",
        "data": [
          {
            "key": "URL",
            "value": "https://example.com/4b5424fc-15ee-11e9-ab14-d663bd873d93?campaign={{CAMP_ID}}&worker={{MW_ID}}"
          },
          {
            "key": "Height",
            "value": "500px"
          },
          {
            "key": "Width",
            "value": "100%"
          }
        ]
      },
      {
        "id": "3",
        "data": [
          {
            "key": "URL",
            "value": "https://example.com/4b54284e-15ee-11e9-ab14-d663bd873d93?campaign={{CAMP_ID}}&worker={{MW_ID}}"
          },
          {
            "key": "Height",
            "value": "500px"
          },
          {
            "key": "Width",
            "value": "100%"
          }
        ]
      },
      {
        "id": "4",
        "data": [
          {
            "key": "URL",
            "value": "https://example.com/4b5429a2-15ee-11e9-ab14-d663bd873d93?campaign={{CAMP_ID}}&worker={{MW_ID}}"
          },
          {
            "key": "Height",
            "value": "500px"
          },
          {
            "key": "Width",
            "value": "100%"
          }
        ]
      },
      {
        "id": "5",
        "data": [
          {
            "key": "URL",
            "value": "https://example.com/4b542ae2-15ee-11e9-ab14-d663bd873d93?campaign={{CAMP_ID}}&worker={{MW_ID}}"
          },
          {
            "key": "Height",
            "value": "500px"
          },
          {
            "key": "Width",
            "value": "100%"
          }
        ]
      },
      {
        "id": "6",
        "data": [
          {
            "key": "URL",
            "value": "https://example.com/4b542c18-15ee-11e9-ab14-d663bd873d93?campaign={{CAMP_ID}}&worker={{MW_ID}}"
          },
          {
            "key": "Height",
            "value": "500px"
          },
          {
            "key": "Width",
            "value": "100%"
          }
        ]
      },
      {
        "id": "7",
        "data": [
          {
            "key": "URL",
            "value": "https://example.com/4b542d44-15ee-11e9-ab14-d663bd873d93?campaign={{CAMP_ID}}&worker={{MW_ID}}"
          },
          {
            "key": "Height",
            "value": "500px"
          },
          {
            "key": "Width",
            "value": "100%"
          }
        ]
      },
      {
        "id": "8",
        "data": [
          {
            "key": "URL",
            "value": "https://example.com/4b5430fa-15ee-11e9-ab14-d663bd873d93?campaign={{CAMP_ID}}&worker={{MW_ID}}"
          },
          {
            "key": "Height",
            "value": "500px"
          },
          {
            "key": "Width",
            "value": "100%"
          }
        ]
      },
      {
        "id": "9",
        "data": [
          {
            "key": "URL",
            "value": "https://example.com/4b543258-15ee-11e9-ab14-d663bd873d93?campaign={{CAMP_ID}}&worker={{MW_ID}}"
          },
          {
            "key": "Height",
            "value": "500px"
          },
          {
            "key": "Width",
            "value": "100%"
          }
        ]
      },
      {
        "id": "10",
        "data": [
          {
            "key": "URL",
            "value": "https://example.com/4b54337a-15ee-11e9-ab14-d663bd873d93?campaign={{CAMP_ID}}&worker={{MW_ID}}"
          },
          {
            "key": "Height",
            "value": "500px"
          },
          {
            "key": "Width",
            "value": "100%"
          }
        ]
      },
      {
        "id": "11",
        "data": [
          {
            "key": "URL",
            "value": "https://example.com/4b5434a6-15ee-11e9-ab14-d663bd873d93?campaign={{CAMP_ID}}&worker={{MW_ID}}"
          },
          {
            "key": "Height",
            "value": "500px"
          },
          {
            "key": "Width",
            "value": "100%"
          }
        ]
      },
      {
        "id": "12",
        "data": [
          {
            "key": "URL",
            "value": "https://example.com/4b5435d2-15ee-11e9-ab14-d663bd873d93?campaign={{CAMP_ID}}&worker={{MW_ID}}"
          },
          {
            "key": "Height",
            "value": "500px"
          },
          {
            "key": "Width",
            "value": "100%"
          }
        ]
      },
      {
        "id": "13",
        "data": [
          {
            "key": "URL",
            "value": "https://example.com/4b5436fe-15ee-11e9-ab14-d663bd873d93?campaign={{CAMP_ID}}&worker={{MW_ID}}"
          },
          {
            "key": "Height",
            "value": "500px"
          },
          {
            "key": "Width",
            "value": "100%"
          }
        ]
      },
      {
        "id": "14",
        "data": [
          {
            "key": "URL",
            "value": "https://example.com/4b543b54-15ee-11e9-ab14-d663bd873d93?campaign={{CAMP_ID}}&worker={{MW_ID}}"
          },
          {
            "key": "Height",
            "value": "500px"
          },
          {
            "key": "Width",
            "value": "100%"
          }
        ]
      },
      {
        "id": "15",
        "data": [
          {
            "key": "URL",
            "value": "https://example.com/4b543cc6-15ee-11e9-ab14-d663bd873d93?campaign={{CAMP_ID}}&worker={{MW_ID}}"
          },
          {
            "key": "Height",
            "value": "500px"
          },
          {
            "key": "Width",
            "value": "100%"
          }
        ]
      },
      {
        "id": "16",
        "data": [
          {
            "key": "URL",
            "value": "https://example.com/4b543dfc-15ee-11e9-ab14-d663bd873d93?campaign={{CAMP_ID}}&worker={{MW_ID}}"
          },
          {
            "key": "Height",
            "value": "500px"
          },
          {
            "key": "Width",
            "value": "100%"
          }
        ]
      },
      {
        "id": "17",
        "data": [
          {
            "key": "URL",
            "value": "https://example.com/4b543f28-15ee-11e9-ab14-d663bd873d93?campaign={{CAMP_ID}}&worker={{MW_ID}}"
          },
          {
            "key": "Height",
            "value": "500px"
          },
          {
            "key": "Width",
            "value": "100%"
          }
        ]
      },
      {
        "id": "18",
        "data": [
          {
            "key": "URL",
            "value": "https://example.com/4b544054-15ee-11e9-ab14-d663bd873d93?campaign={{CAMP_ID}}&worker={{MW_ID}}"
          },
          {
            "key": "Height",
            "value": "500px"
          },
          {
            "key": "Width",
            "value": "100%"
          }
        ]
      },
      {
        "id": "19",
        "data": [
          {
            "key": "URL",
            "value": "https://example.com/4b544180-15ee-11e9-ab14-d663bd873d93?campaign={{CAMP_ID}}&worker={{MW_ID}}"
          },
          {
            "key": "Height",
            "value": "500px"
          },
          {
            "key": "Width",
            "value": "100%"
          }
        ]
      },
      {
        "id": "20",
        "data": [
          {
            "key": "URL",
            "value": "https://example.com/4b5444dc-15ee-11e9-ab14-d663bd873d93?campaign={{CAMP_ID}}&worker={{MW_ID}}"
          },
          {
            "key": "Height",
            "value": "500px"
          },
          {
            "key": "Width",
            "value": "100%"
          }
        ]
      },
      {
        "id": "21",
        "data": [
          {
            "key": "URL",
            "value": "https://example.com/4b54463a-15ee-11e9-ab14-d663bd873d93?campaign={{CAMP_ID}}&worker={{MW_ID}}"
          },
          {
            "key": "Height",
            "value": "500px"
          },
          {
            "key": "Width",
            "value": "100%"
          }
        ]
      },
      {
        "id": "22",
        "data": [
          {
            "key": "URL",
            "value": "https://example.com/4b5447c0-15ee-11e9-ab14-d663bd873d93?campaign={{CAMP_ID}}&worker={{MW_ID}}"
          },
          {
            "key": "Height",
            "value": "500px"
          },
          {
            "key": "Width",
            "value": "100%"
          }
        ]
      },
      {
        "id": "23",
        "data": [
          {
            "key": "URL",
            "value": "https://example.com/4b544900-15ee-11e9-ab14-d663bd873d93?campaign={{CAMP_ID}}&worker={{MW_ID}}"
          },
          {
            "key": "Height",
            "value": "500px"
          },
          {
            "key": "Width",
            "value": "100%"
          }
        ]
      },
      {
        "id": "24",
        "data": [
          {
            "key": "URL",
            "value": "https://example.com/4b544a2c-15ee-11e9-ab14-d663bd873d93?campaign={{CAMP_ID}}&worker={{MW_ID}}"
          },
          {
            "key": "Height",
            "value": "500px"
          },
          {
            "key": "Width",
            "value": "100%"
          }
        ]
      },
      {
        "id": "25",
        "data": [
          {
            "key": "URL",
            "value": "https://example.com/4b544b58-15ee-11e9-ab14-d663bd873d93?campaign={{CAMP_ID}}&worker={{MW_ID}}"
          },
          {
            "key": "Height",
            "value": "500px"
          },
          {
            "key": "Width",
            "value": "100%"
          }
        ]
      },
      {
        "id": "26",
        "data": [
          {
            "key": "URL",
            "value": "https://example.com/4b544ebe-15ee-11e9-ab14-d663bd873d93?campaign={{CAMP_ID}}&worker={{MW_ID}}"
          },
          {
            "key": "Height",
            "value": "500px"
          },
          {
            "key": "Width",
            "value": "100%"
          }
        ]
      },
      {
        "id": "27",
        "data": [
          {
            "key": "URL",
            "value": "https://example.com/4b544ffe-15ee-11e9-ab14-d663bd873d93?campaign={{CAMP_ID}}&worker={{MW_ID}}"
          },
          {
            "key": "Height",
            "value": "500px"
          },
          {
            "key": "Width",
            "value": "100%"
          }
        ]
      },
      {
        "id": "28",
        "data": [
          {
            "key": "URL",
            "value": "https://example.com/4b54512a-15ee-11e9-ab14-d663bd873d93?campaign={{CAMP_ID}}&worker={{MW_ID}}"
          },
          {
            "key": "Height",
            "value": "500px"
          },
          {
            "key": "Width",
            "value": "100%"
          }
        ]
      },
      {
        "id": "29",
        "data": [
          {
            "key": "URL",
            "value": "https://example.com/4b54524c-15ee-11e9-ab14-d663bd873d93?campaign={{CAMP_ID}}&worker={{MW_ID}}"
          },
          {
            "key": "Height",
            "value": "500px"
          },
          {
            "key": "Width",
            "value": "100%"
          }
        ]
      },
      {
        "id": "30",
        "data": [
          {
            "key": "URL",
            "value": "https://example.com/4b54536e-15ee-11e9-ab14-d663bd873d93?campaign={{CAMP_ID}}&worker={{MW_ID}}"
          },
          {
            "key": "Height",
            "value": "500px"
          },
          {
            "key": "Width",
            "value": "100%"
          }
        ]
      }
   ]
}

External Template - Amazon SQS Notifications

Settings:

  • Fixed Task details.

  • 30 initial positions.

  • SEO & Web Traffic Category.

  • Visit 1x Sub-Category.

  • International zone without any country exclusions.

  • Maximum speed.

  • I have a website where I prepared Task details page.

  • My website uses HTTPS protocol.

  • My Task details page doesn’t return X-Frame-Options DENY or SAMEORIGIN HTTP header.

  • Task details page will post data back to Microworkers [6].

  • I want to store contact_email parameter value on Microworkers side.

  • 5 minutes allowed for Worker to complete the position.

  • Allow Workers who failed Microworkers Qualification/Admission test [1] to take position in this Campaign.

  • Worker base earning $0.10 for satisfied position.

  • Allocated time to rate position - 1 day.

  • I want to be notified via Amazon SQS on any Slot status change.

  • I configured https://sqs.us-east-1.amazonaws.com/12345678/myqueue Queue and granted SendMessage permission to arn:aws:iam::017419115111:user/akanunov.

{
  "availablePositions": 30,
  "categoryId": "1000",
  "internationalZone": {
    "id": "int"
  },
  "speed": 1000,
  "externalTemplate": {
    "url": "https://mywebsite.com/microworkers-task/{{CAMP_ID}}?worker_id={{MW_ID}}",
    "height": "500px",
    "width": "100%",
    "parameters": [
      "contact_email"
    ]
  },
  "minutesToFinish": 5,
  "title": "Find contact email on website",
  "qtRequired": false,
  "description": "Lorem ipsum ac eleifend justo quis blandit congue aliquam, porta himenaeos mattis adipiscing vestibulum tincidunt diam conubia, tellus ut proin luctus viverra nisi turpis felis semper pellentesque sapien praesent netus.",
  "paymentPerTask": 0.1,
  "ttr": 1,
  "notificationSettings": [
    {
      "url": "https://sqs.us-east-1.amazonaws.com/12345678/myqueue",
      "type": "sqs",
      "notificationTypes": [
        "SlotReadyForRating",
        "SlotRemoved",
        "SlotLocked",
        "SlotRevised",
        "SlotLockExpired",
        "SlotReviseRequested",
        "SlotLockReleased",
        "SlotSatisfied"
      ]
    }
  ]
}