What do you want to automate

with HypeAuditor and CATS?

Prompt, edit and deploy AI agents that connect to HypeAuditor, CATS and 2,500+ other apps in seconds.

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Get Instagram Report with HypeAuditor API on New Activity (Instant) from CATS API
CATS + HypeAuditor
 
Try it
Get Instagram Report with HypeAuditor API on New Candidate (Instant) from CATS API
CATS + HypeAuditor
 
Try it
Get Instagram Report with HypeAuditor API on New Contact Created (Instant) from CATS API
CATS + HypeAuditor
 
Try it
Get Tiktok Report with HypeAuditor API on New Activity (Instant) from CATS API
CATS + HypeAuditor
 
Try it
Get Tiktok Report with HypeAuditor API on New Candidate (Instant) from CATS API
CATS + HypeAuditor
 
Try it
New Activity (Instant) from the CATS API

Emit new event when an activity related to a cat is created.

 
Try it
New Candidate (Instant) from the CATS API

Emit new event when a new candidate is created.

 
Try it
New Contact Created (Instant) from the CATS API

Emit new event when a contact related to a cat is created.

 
Try it
Get Instagram Report with the HypeAuditor API

Returns a report about the specified Instagram user. See the documentation

 
Try it
Add Candidate to Job Pipeline with the CATS API

Adds a specific candidate to a job pipeline in CATS. See the documentation

 
Try it
Get Tiktok Report with the HypeAuditor API

Returns a report about the specified Tiktok channel. See the documentation

 
Try it
Create Candidate with the CATS API

Create a new candidate in your CATS database. See the documentation

 
Try it
Get Twitch Report with the HypeAuditor API

Generates a Twitch report for a specified channel. See the documentation

 
Try it
Integrate the HypeAuditor API with the CATS API
Setup the HypeAuditor API trigger to run a workflow which integrates with the CATS API. Pipedream's integration platform allows you to integrate HypeAuditor and CATS remarkably fast. Free for developers.

Overview of HypeAuditor

The HypeAuditor API provides deep insights into social media account analytics and influencer effectiveness, making it a powerful tool for marketers who want to optimize their influencer campaigns. Using this API, you can access detailed data concerning influencer audience demographics, engagement rates, authenticity, and more. This can aid in identifying the right influencers for your brand, tracking campaign performance, and refining your marketing strategies over time.

Connect HypeAuditor

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    hypeauditor: {
      type: "app",
      app: "hypeauditor",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://hypeauditor.com/api/method/auditor.report/`,
      headers: {
        "x-auth-id": `${this.hypeauditor.$auth.client_id}`,
        "x-auth-token": `${this.hypeauditor.$auth.api_token}`,
        "user-agent": `pipedream/1`,
      },
      params: {
        username: `taylorswift`,
        "v": `2`,
      },
    })
  },
})

Connect CATS

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: {
    cats: {
      type: "app",
      app: "cats",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.catsone.com/v3/users`,
      headers: {
        "Authorization": `Token ${this.cats.$auth.api_key}`,
      },
    })
  },
})

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo