What Is Crowdsourcing? Complete Guide

17 minutes read
What Is Crowdsourcing? Complete Guide

Crowdsourcing is the cheapest way to buy training data by the item, and one of the most expensive ways to end up with training data you can actually use. Both are true at once, which is why teams keep arriving at it and keep being surprised by the bill.

The word covers one simple move: instead of handing a job to a hired team, you post it openly and whoever wants it takes it. That stretches across Wikipedia, Kickstarter and open science competitions, but for an ML team it lands in two specific places: producing raw data, and labeling data that already exists.

It behaves very differently at each — close to irreplaceable in one, hard to defend in the other. Everything below works toward deciding which of the two, if either, your own pipeline should hand over.

Checked by Expert

Kirill Meshyk

Head of AI Data Collection

LinkedIn
  • Data Collection
  • AI Data Collection
  • Crowdsourcing
  • Biometric Data
  • Synthetic Data

What is crowdsourcing? Definition and origin

Crowdsourcing means getting ideas, labor, or content from a large, distributed group of people through a public, open call. Nobody is assigned the task. It goes out to anyone who might take it on, the people who answer pick themselves, and whatever comes back is pooled, checked, then paid for or simply published.

Outsourcing hands a defined task to one named vendor under a negotiated contract. Crowdsourcing opens the same kind of task to an unbounded, anonymous group and pays per accepted submission, not by the hour or by retainer. The broadcast is the dividing line, even though both models push work outside a company's permanent staff. Researchers landed in roughly the same place: a 2012 paper gathered the competing published definitions, pulled out what they had in common, and tested the result against eleven real cases [2].

Under the mechanism sits the wisdom of the crowd. The idea goes back to Galton's 1907 note in Nature on what happens when you average many independent estimates [1]. "Independent" is the word doing the work there. The effect needs people judging on their own, and a crowd that all sees the same screen and the same instructions can lose it entirely.

The origin and evolution of the term

The word was coined in a conversation. Jeff Howe and his Wired editor Mark Robinson landed on "crowdsourcing" together while developing a story, blending "crowd" and "outsourcing." Howe introduced it to a wide audience in "The Rise of Crowdsourcing," in the June 2006 issue of Wired [3]. The article looked at established companies that had already swapped contracted specialists for open calls to the public. Howe expanded the idea into a full book, Crowdsourcing: Why the Power of the Crowd Is Driving the Future of Business, in 2008 [4].

The word survived because the infrastructure under it kept growing. Cheap broadcast reach, payment platforms, and a large pool of people willing to take on short paid tasks arrived together. Short-term and contract work in the US rose from 10.7% to 15.8% of the workforce over the same decade [5], a trend the same authors later revised down to a modest one once survey and tax records were compared [6]. By the time ML teams needed labeled data at volume, both the distribution channel and the workforce already existed.

How crowdsourcing works: open calls and distribution

Strip away the specific use case and crowdsourcing always follows the same loop. A task goes out through an open call, usually via a crowdsourcing platform: a marketplace that handles distribution, submissions, and payment so the requester doesn't have to build any of it. Nobody is assigned, so anyone who sees the call decides for themselves whether to take it. What comes back is pooled and checked against a quality bar, and contributors get paid per accepted piece of work, or simply credited.

What varies is how small the pieces are. A logo-design contest and a thousand-item labeling batch run the same broadcast-contribute-aggregate loop, but design and research crowdsourcing collect a handful of full submissions. Labor-style crowdsourcing cuts the work into microtasks: units small enough to finish in seconds to minutes, such as labeling one image. That size decides whether a crowd can absorb the work at all, and it is the first thing to check when the work is data collection or annotation, meaning labeling data so a model can learn from it.

Crowdsourcing vs. outsourcing vs. insourcing

Three sourcing models get used interchangeably. They differ on two things: who does the work, and how it's paid.

InsourcingOutsourcingCrowdsourcing
Who does the workYour own employeesOne named third-party vendorAn undefined public that self-selects
RelationshipEmployment, full oversightNegotiated contract, bounded and accountableNo employment relationship
Payment basisSalaryContract or retainerPer accepted unit of output
Typical scaleTeam-sizedProject-sizedUnbounded

The boundary between the last two is blurrier than the table makes it look. For document-heavy and data-heavy tasks, crowdsourcing works as a variant of outsourcing, since both push work off the payroll. The cleaner test is contractual: one named vendor on agreed terms, or an open call to anyone who wants the work.

Crowdsourcing vs. outsourcing vs. insourcing

The main types of crowdsourcing

There is no single standard taxonomy, which is worth knowing before you treat any list as final. Research most often sorts crowdsourcing four ways by what the crowd does: creating content, solving problems, rating, and processing tasks [7]. Crowdfunding sits outside that scheme altogether, and it is also what a lot of people expect the word to cover, so it earns a slot here. That makes five categories, each named for what the crowd hands over: content (crowd creation), judgment (crowd voting), money (crowdfunding), answers to defined technical problems (crowdsolving), or small paid units of work (microtask crowdsourcing, the labor model). None of them names an industry, so one program can sit in two categories at once.

The main types of crowdsourcing

Crowd creation, crowd voting, and crowdfunding

Crowd creation asks a distributed group to produce content or creative work directly. Wikipedia is the clearest example: volunteer contributors write and edit articles with no central authoring staff. In the best-known cases the contribution is unpaid. That changes the quality mechanism completely: reputation and peer editing do the work that payment and screening do elsewhere. Crowd voting uses the group to rank or judge instead: contest entries, feature prioritization, "most popular" rankings on a platform, where the group's combined preference is the decision.

Crowdfunding pools a lot of small contributions into one project budget. Kickstarter is the best-known version: a creator posts a funding goal publicly and collects pledges that are only charged if the goal is met. Equity crowdfunding, where backers receive a stake in the venture, is a separate category under its own securities rules [8].

For an ML team the practical read on all three is that they rarely produce training data. They produce decisions, artifacts, and budget.

Crowdsolving and microtask (labor) crowdsourcing

Crowdsolving routes a defined technical, scientific, or analytical problem to a distributed pool of solvers, usually through a competition. Biomedical and algorithmic challenges work this way. Open AI and data-science competitions have formalized the pattern far enough that how a challenge gets designed and scored is now a research topic of its own [9]. The requester is buying an answer here, and pays for the winning one.

Microtask crowdsourcing breaks a larger job into small, well-defined, paid units distributed to many contributors in parallel. Amazon Mechanical Turk is the canonical example. "Requesters" post small paid tasks — tagging an image, drawing a bounding box, moderating a piece of content — and "workers" complete them for a per-task fee [10]. This is the type that matters most to anyone training a machine learning model, because both halves of an AI data pipeline break down into it: one photograph collected, or one box drawn on a photograph you already have. It is also where the quality question stops being theoretical, since every accepted microtask becomes a row in someone's training set.

Crowdsourcing in AI and machine learning

Machine learning models need training data at volumes most teams can't produce in-house: raw examples, plus the labels the model learns to reproduce. A crowd can be pointed at either half. It can produce the raw material — photographs, audio, video, survey responses — or it can label material that already exists.

For the labeling half, work at scale usually splits three ways: an in-house team, a managed outsourced vendor, or crowdsourcing. The survey literature treats a crowd as the default when non-experts are plentiful and expert time isn't, and frames the choice as accuracy against scale [11]. Price usually drives the decision anyway, which is why the unit matters. What a model consumes is the accepted item, and price per item is not price per accepted item.

Crowdsourcing in AI and machine learning

Crowdsourced data collection for AI datasets

Collection is the half where a crowd does something a dedicated team physically cannot: produce data from thousands of separate places, devices, and lives at once. What comes back is raw material built to a spec. Some data types are out of reach entirely: LiDAR, the laser scanning that returns a 3D point cloud, needs capture hardware, so no crowd produces it.

We don't recruit that crowd ourselves. We go to whoever has already gathered one, and the channel decides who does the day-to-day work. On a microtask platform all of it sits with whoever posts the task: writing it, checking what comes back, quality control, acceptance. Partnering with the admin of an existing community hands distribution to them. Going through a vendor hands over distribution and the checking too, and leaves you defining the task and accepting the result. That is also where you lose direct contact with individual respondents.

Crowdsourced data collection for AI datasets

One number governs the economics of all three channels. Across our collection projects, roughly half of what arrives from a crowd platform is unusable. Going back to respondents to correct it rescues about a tenth of that half, or roughly 5% of intake. The bulk of the effort isn't collection at all. It is selecting what can be kept from everything that arrives.

Crowdsourced data labeling and annotation

Labeling narrows the crowd's advantage. Annotation decomposes into microtasks as neatly as collection does: bounding boxes around objects, sentiment tags on a passage of text, a transcript of thirty seconds of audio, a moderation flag on a message. Volume still scales by adding contributors instead of by extending anyone's hours.

What doesn't scale is agreement. Thousands of contributors working from one set of instructions, with no shared training, disagree on ambiguous cases far more than a small team does. Research on noisy crowd labels shows what that costs downstream: models trained on unreviewed crowd annotations inherit the crowd's labeling errors unless a correction step is built into the pipeline [12]. A human-in-the-loop review layer closes the gap: a checkpoint where a person, not an algorithm, checks or fixes the output before it reaches the training set. Agreement is also worth measuring rather than assuming. Inter-annotator agreement is the standard instrument, Cohen's kappa for two annotators and Krippendorff's alpha for more, and a low figure indicts the instruction before it indicts the crowd.

Crowd annotation is technically possible; we don't conduct it. What rules it out is the ambiguous middle of a dataset: the cases where the instruction doesn't quite decide, which are also the cases a model most needs decided consistently. Thousands of people working without shared training resolve those inconsistently by construction, and no amount of overlap turns inconsistent judgment into a stable label. That is why annotation work here goes to trained teams with team leads instead. Specialist work widens the gap further: for example, city-street LiDAR point clouds go to engineers with CAD and robotics backgrounds, because classifying individual points depends on how the laser beam behaves and what blocks it.

Crowdsourcing platforms for AI training data

Amazon Mechanical Turk is the platform most AI teams have heard of first, and it is no longer a place to start. Amazon has stopped accepting new Mechanical Turk customers and tells existing ones to migrate to a third-party service [10]. New work goes to the other general-purpose marketplaces: Microworkers, running since 2009, describes itself as a crowdsourcing platform for micro jobs spanning tagging, annotation, categorization, moderation, transcription and survey work [13]. What separates one marketplace from another is rarely the interface. It is geographic coverage, the real number of active contributors behind the registered number, and how deeply the platform has profiled its own audience.

That last one reshaped the category. The early model was one big undifferentiated pool with tasks thrown into it, closed by whoever happened to be online. Platforms then started scoring their audiences, recording languages, professional skills and location, so a task can be aimed instead of announced. It matters as soon as a dataset carries sampling quotas — so many speakers per language, so many per age band — because that requirement is answerable only on a platform that already knows which of its contributors are which.

Contributors are paid by the platform, not by the requester, who pays the task price plus the platform's commission. One thing to settle before comparing two quotes: whether the number you are given is per submission or per accepted item. On a platform you pay per submission and absorb the rejects yourself; the same job quoted by a vendor should be per accepted item, with the rejects on their side of the line. 

On the platforms we run collection through, the task price is calculated rather than quoted. Price is also a schedule lever: the same task at lower rate fills slowly and at higher rate fills fast, so when a collection deadline moves, price is usually what moves with it.

Benefits and challenges of crowdsourcing

Crowdsourcing trades control for scale. You get low cost, speed, a wide contributor pool, and a workforce that flexes with demand. The bill arrives as uneven quality, bias creeping in through task wording or through who volunteers, and unsettled ownership when the terms get written after the work. Which side wins depends less on the crowd than on how much judgment each single item needs.

Key benefits for organizations

Cost leads most decisions, and the mechanism is simple: paying per accepted submission lowers the cost of each extra unit of work. Speed comes from working in parallel. Contributors work at the same time, so a job that would tie up one team for weeks can finish in days, and because the same infrastructure serves many requesters at once, the workforce grows and shrinks with demand without permanent headcount. A large open pool also covers more demographic and geographic variation than a small in-house team, which matters for how well a dataset represents the people it will be used on.

One clarification, because two ideas get merged here. Demographic breadth improves dataset representativeness. The wisdom-of-the-crowd effect [1] rests on something else: judgments made independently of one another. A pool can be demographically broad while every member reads the same ambiguous instruction the same wrong way.

Key benefits for organizations

Quality control, bias, and risk management

Quality control is the most cited failure point in the crowdsourcing literature. Two themes recur: inconsistent output from contributors who were never trained for the specific task, and bias entering through self-selection or task wording [14]. A third problem sits beside them: unclear intellectual property ownership when contributor agreements don't address it up front.

Two mechanics carry the first two, and both are worth understanding before you rely on them. Overlap sends the same item to several contributors and treats convergence as a signal. Three matching answers out of five is a common working threshold, though it is a choice rather than a standard, and it holds only as far as the assumption that the contributors erred independently. 

Gold standards mix expert-labeled items into the batch, measure how far a contributor drifts from them, and apply that figure to everything else they touched. That estimates quality without proving it, since a contributor can clear the gold items and still be wrong on the odd cases. Layered review is what turns either estimate into a decision, and on our projects that means annotator, then reviewer, then QA audit, with a separate quality control department revalidating the previous day's data every day.

Quality control, bias, and risk management

Consent settles the use-rights question, and the gate sits before the task begins. A respondent cannot start work without explicitly confirming participation, and our respondents sign consent forms wherever the data calls for one: a selfie, a voice recording, any biometric attribute. Consent under GDPR and CCPA establishes lawful use of the recording. Ownership of the result is a separate clause in the contributor agreement, and informal crowd recruiting is where both go missing.

Real-world examples of crowdsourcing

Wikipedia, Waze and Mechanical Turk cover three of the five categories between them. What holds Wikipedia together at that scale is not the editing but the rulebook: public standards for sourcing and for settling disputes, enforced by the community on itself.

Waze applies the same open call to data. Drivers running the app send in real-time location and incident reports, and together they produce traffic and hazard information no single provider could collect alone. The literature calls this participatory sensing: everyday mobile devices formed into a network so that ordinary users gather and share local knowledge [15]. It is a form of crowd creation where the contribution is a sensor reading.

Mechanical Turk closes the loop back to the AI section, and ImageNet shows why it mattered. The challenge dataset behind a decade of advances in object recognition was labeled by Mechanical Turk workers checking candidate images against a category definition, with several people labeling each image independently and an image counting as positive only on a convincing majority [16]. The threshold was not a constant. It moved with how confusable the category was, roughly five workers to settle a Burmese cat and fewer for a cat, and the team wrote an algorithm to set it per category [16]. Worth remembering the next time a vendor quotes one overlap number for a whole dataset.

Conclusion 

In one sentence: crowdsourcing gets ideas, labor, or content from an open, self-selecting group instead of a named contractor. For an AI data pipeline it divides along a clear line. Collection is where a spread-out crowd reaches places and people at a scale nobody can hire. Labeling is where the same crowd goes up against a trained team and loses on quality. Price the option against in-house and managed-vendor sourcing before committing. This is a build-or-buy decision more than a crowdsourcing-or-nothing one.

Show crowdsourcing guidelines
Crowdsourcing fits when
• you need raw data produced across many places, devices, or demographics at once
• a careful non-specialist can complete each item correctly from written instructions and examples
• an error on a single item is cheap to find and cheap to correct

Reconsider when
• correct output depends on training the contributor doesn't have: clinical, legal, 3D geometry
• the modality needs capture hardware rather than a phone, as LiDAR does
• IP and consent terms aren't settled before the first submission arrives
• selection overhead would erase the per-item savings

Always plan for
• on collection projects, roughly half of what arrives being rejected, with the selection work budgeted alongside the collection rather than after it
• a review layer with its own metrics and its own owner
• examples and counter-examples inside the task itself, alongside the written specification

A quote should itemise
• intake volume and accepted volume as separate lines, with the acceptance criteria they are measured against
• selection and review labor, priced apart from collection or labeling
• how many recontact rounds are included before a rejected item is written off
• consent administration for any modality that needs it
• the platform's commission, where a platform sits in the chain

Frequently Asked Questions (FAQ)

What is crowdsourcing in simple terms?

Crowdsourcing means getting ideas, work, or money from a large group of people instead of one hired team, by posting an open call that anyone can answer. The requester puts the task out publicly, whoever wants to contribute does, and payment or credit follows each accepted submission.

Who coined the term "crowdsourcing" and when?

Journalist Jeff Howe coined it jointly with his Wired editor Mark Robinson, in the months before “The Rise of Crowdsourcing” appeared in the June 2006 issue of Wired. Howe expanded the idea into a book in 2008. The word blends “crowd” and “outsourcing,” reflecting how the practice moves work to an open public.

What is the difference between crowdsourcing and outsourcing?

Outsourcing hands a task to one named, contracted vendor under negotiated terms. Crowdsourcing opens the same task to an unbounded public through an open call, with no employment relationship and payment per accepted submission. For document- and data-centric work, crowdsourcing behaves as a variant of outsourcing.

What are the main types of crowdsourcing?

There is no single standard grouping — the research literature most often uses four types: creating, solving, rating and processing. In practice five categories cover what people mean: crowd creation (content, like Wikipedia), crowd voting (judging or prioritizing), crowdfunding (pooling small contributions), crowdsolving (technical problems to distributed solvers), and microtask crowdsourcing (small paid units, like data labeling).

What is an example of crowdsourcing?

Wikipedia is the most cited example: volunteer editors write and revise articles with no central authoring staff, which makes it crowd creation. Waze applies the same open call to data, with drivers contributing real-time location and hazard reports. Amazon Mechanical Turk is the standard paid microtask example.

Is crowdsourcing the same as crowdfunding?

No. Crowdfunding is one type of crowdsourcing, limited to pooling small individual financial contributions into a project budget through platforms like Kickstarter. Crowdsourcing is the broader category, also covering content creation, voting, problem-solving, and paid labor. Every crowdfunding campaign is crowdsourcing; the reverse doesn’t hold.

How is crowdsourcing used in AI and machine learning?

In two distinct ways. A crowd can collect raw data: photographs, audio, video or survey responses produced to a specification in thousands of places at once. It can also label data that already exists. On our own collection projects roughly half of crowd intake is unusable, so the number that matters is price per accepted item.

What is crowdsourced data labeling?

Crowdsourced data labeling means cutting an annotation job, such as drawing bounding boxes or classifying text, into small microtasks handed to a paid crowd instead of an in-house or vendor team. It scales fast and cheap, needs a human review step before labels reach a training set, and on quality it usually trails a trained, dedicated team.

What is Amazon Mechanical Turk used for?

Amazon Mechanical Turk is a marketplace where “requesters” post small paid tasks such as tagging images, drawing bounding boxes or moderating content, and “workers” complete them for a per-task fee. It was for years the default starting point for high-volume AI data labeling, but Amazon has stopped accepting new Mechanical Turk customers and directs new requesters to third-party services.

What are the benefits of crowdsourcing?

Lower cost per unit of work, faster turnaround because contributors work in parallel, wider demographic and geographic spread than a small internal team, and a workforce that scales with demand. The cost and speed advantages come from paying per accepted submission and from many people working at once.

What are the risks or disadvantages of crowdsourcing?

Inconsistent quality from untrained contributors, bias entering through who self-selects into the pool or how a task is worded, and unclear intellectual property ownership when terms aren’t set before work begins. Standard mitigations exist for each, but none of them applies automatically.

How do you ensure quality in crowdsourced work?

Two mechanics carry most of the weight. Overlap sends the same item to several contributors and treats agreement as a quality signal. Gold standards seed expert-labeled items into the batch and extrapolate a contributor’s deviation on those to the rest of their work, which estimates quality without proving it. Tiered review turns either estimate into a decision.

Insights into the Digital World

Datasets

What Is Crowdsourcing? Complete Guide

AI Training, Data Labeling

What Is 3D LiDAR SLAM Technology? How It Works and Where It’s Used 

Datasets

Structured vs. Unstructured Data: A Data Expert’s Guide to Maximizing Business Value

Datasets

Qualitative Data Collection Methods: A Practical Guide for ML and Product Teams

Datasets

How to Collect Data for Machine Learning: A Practical Guide for ML Teams

Robotics

Robot Arm Training: A Complete Guide

Robotics

Pico 4 Ultra for Egocentric Data Collection: Specs, Comparison, and Production Workflow

Datasets

ETL vs ELT: Choosing the Right Data Integration Strategy for Vendor Data

Ready to get started?

Tell us what you need — we’ll reply within 24h with a free estimate

    What service are you looking for? *
    What service are you looking for?
    Data Labeling
    AI Model Testing
    Data Collection
    Ready-made Datasets
    Human Moderation
    Medicine
    Other
    What's your budget range? *
    What's your budget range?
    < $5,000
    $5,000 – $25,000
    $25,000 – $50,000
    $50,000 – $100,000
    $100,000+
    Not sure yet
    • United States+1
    • United Kingdom+44
    • Afghanistan (‫افغانستان‬‎)+93
    • Albania (Shqipëri)+355
    • Algeria (‫الجزائر‬‎)+213
    • American Samoa+1684
    • Andorra+376
    • Angola+244
    • Anguilla+1264
    • Antigua and Barbuda+1268
    • Argentina+54
    • Armenia (Հայաստան)+374
    • Aruba+297
    • Australia+61
    • Austria (Österreich)+43
    • Azerbaijan (Azərbaycan)+994
    • Bahamas+1242
    • Bahrain (‫البحرين‬‎)+973
    • Bangladesh (বাংলাদেশ)+880
    • Barbados+1246
    • Belarus (Беларусь)+375
    • Belgium (België)+32
    • Belize+501
    • Benin (Bénin)+229
    • Bermuda+1441
    • Bhutan (འབྲུག)+975
    • Bolivia+591
    • Bosnia and Herzegovina (Босна и Херцеговина)+387
    • Botswana+267
    • Brazil (Brasil)+55
    • British Indian Ocean Territory+246
    • British Virgin Islands+1284
    • Brunei+673
    • Bulgaria (България)+359
    • Burkina Faso+226
    • Burundi (Uburundi)+257
    • Cambodia (កម្ពុជា)+855
    • Cameroon (Cameroun)+237
    • Canada+1
    • Cape Verde (Kabu Verdi)+238
    • Caribbean Netherlands+599
    • Cayman Islands+1345
    • Central African Republic (République centrafricaine)+236
    • Chad (Tchad)+235
    • Chile+56
    • China (中国)+86
    • Christmas Island+61
    • Cocos (Keeling) Islands+61
    • Colombia+57
    • Comoros (‫جزر القمر‬‎)+269
    • Congo (DRC) (Jamhuri ya Kidemokrasia ya Kongo)+243
    • Congo (Republic) (Congo-Brazzaville)+242
    • Cook Islands+682
    • Costa Rica+506
    • Côte d’Ivoire+225
    • Croatia (Hrvatska)+385
    • Cuba+53
    • Curaçao+599
    • Cyprus (Κύπρος)+357
    • Czech Republic (Česká republika)+420
    • Denmark (Danmark)+45
    • Djibouti+253
    • Dominica+1767
    • Dominican Republic (República Dominicana)+1
    • Ecuador+593
    • Egypt (‫مصر‬‎)+20
    • El Salvador+503
    • Equatorial Guinea (Guinea Ecuatorial)+240
    • Eritrea+291
    • Estonia (Eesti)+372
    • Ethiopia+251
    • Falkland Islands (Islas Malvinas)+500
    • Faroe Islands (Føroyar)+298
    • Fiji+679
    • Finland (Suomi)+358
    • France+33
    • French Guiana (Guyane française)+594
    • French Polynesia (Polynésie française)+689
    • Gabon+241
    • Gambia+220
    • Georgia (საქართველო)+995
    • Germany (Deutschland)+49
    • Ghana (Gaana)+233
    • Gibraltar+350
    • Greece (Ελλάδα)+30
    • Greenland (Kalaallit Nunaat)+299
    • Grenada+1473
    • Guadeloupe+590
    • Guam+1671
    • Guatemala+502
    • Guernsey+44
    • Guinea (Guinée)+224
    • Guinea-Bissau (Guiné Bissau)+245
    • Guyana+592
    • Haiti+509
    • Honduras+504
    • Hong Kong (香港)+852
    • Hungary (Magyarország)+36
    • Iceland (Ísland)+354
    • India (भारत)+91
    • Indonesia+62
    • Iran (‫ایران‬‎)+98
    • Iraq (‫العراق‬‎)+964
    • Ireland+353
    • Isle of Man+44
    • Israel (‫ישראל‬‎)+972
    • Italy (Italia)+39
    • Jamaica+1876
    • Japan (日本)+81
    • Jersey+44
    • Jordan (‫الأردن‬‎)+962
    • Kazakhstan (Казахстан)+7
    • Kenya+254
    • Kiribati+686
    • Kosovo+383
    • Kuwait (‫الكويت‬‎)+965
    • Kyrgyzstan (Кыргызстан)+996
    • Laos (ລາວ)+856
    • Latvia (Latvija)+371
    • Lebanon (‫لبنان‬‎)+961
    • Lesotho+266
    • Liberia+231
    • Libya (‫ليبيا‬‎)+218
    • Liechtenstein+423
    • Lithuania (Lietuva)+370
    • Luxembourg+352
    • Macau (澳門)+853
    • Macedonia (FYROM) (Македонија)+389
    • Madagascar (Madagasikara)+261
    • Malawi+265
    • Malaysia+60
    • Maldives+960
    • Mali+223
    • Malta+356
    • Marshall Islands+692
    • Martinique+596
    • Mauritania (‫موريتانيا‬‎)+222
    • Mauritius (Moris)+230
    • Mayotte+262
    • Mexico (México)+52
    • Micronesia+691
    • Moldova (Republica Moldova)+373
    • Monaco+377
    • Mongolia (Монгол)+976
    • Montenegro (Crna Gora)+382
    • Montserrat+1664
    • Morocco (‫المغرب‬‎)+212
    • Mozambique (Moçambique)+258
    • Myanmar (Burma) (မြန်မာ)+95
    • Namibia (Namibië)+264
    • Nauru+674
    • Nepal (नेपाल)+977
    • Netherlands (Nederland)+31
    • New Caledonia (Nouvelle-Calédonie)+687
    • New Zealand+64
    • Nicaragua+505
    • Niger (Nijar)+227
    • Nigeria+234
    • Niue+683
    • Norfolk Island+672
    • North Korea (조선 민주주의 인민 공화국)+850
    • Northern Mariana Islands+1670
    • Norway (Norge)+47
    • Oman (‫عُمان‬‎)+968
    • Pakistan (‫پاکستان‬‎)+92
    • Palau+680
    • Palestine (‫فلسطين‬‎)+970
    • Panama (Panamá)+507
    • Papua New Guinea+675
    • Paraguay+595
    • Peru (Perú)+51
    • Philippines+63
    • Poland (Polska)+48
    • Portugal+351
    • Puerto Rico+1
    • Qatar (‫قطر‬‎)+974
    • Réunion (La Réunion)+262
    • Romania (România)+40
    • Russia (Россия)+7
    • Rwanda+250
    • Saint Barthélemy+590
    • Saint Helena+290
    • Saint Kitts and Nevis+1869
    • Saint Lucia+1758
    • Saint Martin (Saint-Martin (partie française))+590
    • Saint Pierre and Miquelon (Saint-Pierre-et-Miquelon)+508
    • Saint Vincent and the Grenadines+1784
    • Samoa+685
    • San Marino+378
    • São Tomé and Príncipe (São Tomé e Príncipe)+239
    • Saudi Arabia (‫المملكة العربية السعودية‬‎)+966
    • Senegal (Sénégal)+221
    • Serbia (Србија)+381
    • Seychelles+248
    • Sierra Leone+232
    • Singapore+65
    • Sint Maarten+1721
    • Slovakia (Slovensko)+421
    • Slovenia (Slovenija)+386
    • Solomon Islands+677
    • Somalia (Soomaaliya)+252
    • South Africa+27
    • South Korea (대한민국)+82
    • South Sudan (‫جنوب السودان‬‎)+211
    • Spain (España)+34
    • Sri Lanka (ශ්‍රී ලංකාව)+94
    • Sudan (‫السودان‬‎)+249
    • Suriname+597
    • Svalbard and Jan Mayen+47
    • Swaziland+268
    • Sweden (Sverige)+46
    • Switzerland (Schweiz)+41
    • Syria (‫سوريا‬‎)+963
    • Taiwan (台灣)+886
    • Tajikistan+992
    • Tanzania+255
    • Thailand (ไทย)+66
    • Timor-Leste+670
    • Togo+228
    • Tokelau+690
    • Tonga+676
    • Trinidad and Tobago+1868
    • Tunisia (‫تونس‬‎)+216
    • Turkey (Türkiye)+90
    • Turkmenistan+993
    • Turks and Caicos Islands+1649
    • Tuvalu+688
    • U.S. Virgin Islands+1340
    • Uganda+256
    • Ukraine (Україна)+380
    • United Arab Emirates (‫الإمارات العربية المتحدة‬‎)+971
    • United Kingdom+44
    • United States+1
    • Uruguay+598
    • Uzbekistan (Oʻzbekiston)+998
    • Vanuatu+678
    • Vatican City (Città del Vaticano)+39
    • Venezuela+58
    • Vietnam (Việt Nam)+84
    • Wallis and Futuna (Wallis-et-Futuna)+681
    • Western Sahara (‫الصحراء الغربية‬‎)+212
    • Yemen (‫اليمن‬‎)+967
    • Zambia+260
    • Zimbabwe+263
    • Åland Islands+358
    Where did you hear about Unidata? *
    Where did you hear about Unidata?
    Andrew
    Head of Client Success

    — I'll guide you through every step, from your first
    message to full project delivery

    Thank you for your
    message

    It has been successfully sent!

    We use cookies to enhance your experience, personalize content, ads, and analyze traffic. By clicking 'Accept All', you agree to our Cookie Policy.