npm

Node package manager

Integrate the npm API with the Apify API

Setup the npm API trigger to run a workflow which integrates with the Apify API. Pipedream's integration platform allows you to integrate npm and Apify remarkably fast. Free for developers.

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
Run Actor with Apify API on npm Download Counts from npm API
npm + Apify
 
Try it
Scrape Single URL with Apify API on npm Download Counts from npm API
npm + Apify
 
Try it
Set Key-Value Store Record with Apify API on npm Download Counts from npm API
npm + Apify
 
Try it
Run Actor with Apify API on New Package Version from npm API
npm + Apify
 
Try it
Scrape Single URL with Apify API on New Package Version from npm API
npm + Apify
 
Try it
New Download Counts from the npm API

Emit new event with the latest count of downloads for an npm package. See the documentation.

 
Try it
New Finished Actor Run (Instant) from the Apify API

Emit new event when a selected actor is run and finishes.

 
Try it
New Package Version from the npm API

Emit new event when a new version of an npm package is published. See the documentation

 
Try it
New Finished Task Run (Instant) from the Apify API

Emit new event when a selected task is run and finishes.

 
Try it
Run Actor with the Apify API

Performs an execution of a selected actor in Apify. See the documentation

 
Try it
Scrape Single URL with the Apify API

Executes a scraper on a specific website and returns its content as text. This action is perfect for extracting content from a single page.

 
Try it
Set Key-Value Store Record with the Apify API

Create or update a record in the key-value store of Apify. See the documentation

 
Try it

Overview of Apify

The Apify API unleashes the power to automate web scraping, process data, and orchestrate web automation workflows. By utilizing Apify on Pipedream, you can create dynamic serverless workflows to manage tasks like extracting data from websites, running browser automation, and scheduling these jobs to run autonomously. It integrates smoothly with Pipedream's capabilities to trigger actions on various other apps, store the results, and manage complex data flow with minimal setup.

Connect Apify

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: {
    apify: {
      type: "app",
      app: "apify",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.apify.com/v2/users/me`,
      headers: {
        Authorization: `Bearer ${this.apify.$auth.api_token}`,
      },
    })
  },
})

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