Marketplacer

The World's Leading Online Marketplace Platform

Go to site
Explore
/
Apps
/
Marketplacer

Marketplacer API Integrations

Build and run workflows using the Marketplacer API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

Marketplacer API can be used to build various types of applications. Here are some examples:

  • E-commerce applications
  • Marketplace applications
  • Classifieds applications
  • Auctions applications
  • And more!
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    marketplacer: {
      type: "app",
      app: "marketplacer",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `${this.marketplacer.$auth.api_endpoint}/client/adverts`,
      headers: {
        Authorization: `Bearer ${this.marketplacer.$auth.api_key}`,
      },
    })
  },
})

Choose an API to Connect with Marketplacer API

1
-
12
of
1000+
apps by most popular

Authentication

Marketplacer uses API keys for authentication. When you connect your Marketplacer account, Pipedream securely stores the keys so you can easily authenticate to Marketplacer APIs in both code and no-code steps.

Information on how to create your api_key can be found in Getting Started.
For domain, enter your API endpoint domain such as http://bestfriendbazaar.com/api/v2