Arcadier is a Software-as-a-Service (SaaS) platform that allows businesses and entrepreneurs to create and manage their own online marketplaces. The main purpose of the tool is to provide the technology needed to build multi-vendor platforms for selling goods, services, or rentals without needing to code from scratch. Arcadier supports various business models, including business-to-consumer (B2C), business-to-business (B2B), and peer-to-peer (P2P). The company, Arcadier Pte. Ltd., was founded in 2013 and is headquartered in Singapore. It aims to make marketplace technology accessible to a wide range of users, from startups testing an idea to large enterprises expanding their business.
Arcadier offers a set of features designed to build and scale an online marketplace:
Arcadier offers several pricing plans tailored to different business needs and scales. The plans are structured in tiers.
Optional services like Curation Services are also available for an additional fee to help with setup and maintenance.
Arcadier does not offer a permanent free plan. However, it provides a free trial for new users. The trial period allows you to explore the platform’s features, set up a test marketplace, and understand its functionalities before committing to a paid subscription. During the trial, you can access most of the core features of a standard plan, but there might be limitations on publishing the marketplace live or processing real payments.
Getting started with Arcadier is a straightforward process:
Pros:
Cons:
Arcadier provides integrations with essential third-party services to extend the functionality of your marketplace. Through its API, it can connect to many other tools.
Yes, Arcadier provides a comprehensive set of APIs that allow developers to customize and extend their marketplaces. The APIs give you programmatic access to marketplace data, including users, items, and transactions. This enables the creation of custom front-end experiences, mobile apps, or integrations with other business systems.
To get API access, you typically need to be on a subscription plan that includes it. The API keys and documentation are available within the administrator's developer portal. You can find more information on their developer page.
Here is a basic example of using JavaScript's fetch
to get a list of items from the Arcadier API:
fetch('https://yourmarketplacename.arcadier.io/api/v2/items', {
method: 'GET',
headers: {
'Authorization': 'Bearer YOUR_API_TOKEN',
'Content-Type': 'application/json'
}
})
.then(response => response.json())
.then(data => console.log(data))
.catch(error => console.error('Error:', error));
Arcadier offers a Partner Program rather than a traditional affiliate program. This program is designed for agencies, developers, and consultants who build marketplaces for their clients. Partners can get benefits like technical support, co-marketing opportunities, and potential revenue sharing. The exact commission rates and terms are typically discussed upon application. To join, you would need to visit the Arcadier website and fill out the application form for their Partner Program. If you cannot find a public program, it is best to contact their support or sales team to inquire about partnership opportunities.
Show your users that Arcadier is listed on SAASprofile. Add this badge to your website:
<a href="https://saasprofile.com/arcadier?utm_source=saasprofile&utm_medium=badge&utm_campaign=embed&utm_content=tool-arcadier" target="_blank"><img src="https://saasprofile.com/arcadier/badge.svg?theme=light&width=200&height=50" width="200" height="50" alt="Arcadier badge" loading="lazy" /></a>