What do you want to automate

with Oxylabs and Apify (OAuth)?

Prompt, edit and deploy AI agents that connect to Oxylabs, Apify (OAuth) 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
Create Proxy Session with Oxylabs API on New Finished Actor Run (Instant) from Apify (OAuth) API
Apify (OAuth) + Oxylabs
 
Try it
Create Proxy Session with Oxylabs API on New Finished Task Run (Instant) from Apify (OAuth) API
Apify (OAuth) + Oxylabs
 
Try it
Create Schedule with Oxylabs API on New Finished Actor Run (Instant) from Apify (OAuth) API
Apify (OAuth) + Oxylabs
 
Try it
Create Schedule with Oxylabs API on New Finished Task Run (Instant) from Apify (OAuth) API
Apify (OAuth) + Oxylabs
 
Try it
Get Dataset Items with Apify (OAuth) API on New Scheduled Run Completed from Oxylabs API
Oxylabs + Apify (OAuth)
 
Try it
New Finished Actor Run (Instant) from the Apify (OAuth) API

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

 
Try it
New Scheduled Run Completed from the Oxylabs API

Emit new event when a new scheduled run is completed. See the documentation

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

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

 
Try it
Create Proxy Session with the Oxylabs API

Establish a proxy session using the Residential Proxy endpoint. See the documentation

 
Try it
Get Dataset Items with the Apify (OAuth) API

Returns data stored in a dataset. See the documentation

 
Try it
Create Schedule with the Oxylabs API

Create a schedule for a scraping job. See the documentation

 
Try it
Scrape URL with the Oxylabs API

Scrape a URL. See the documentation

 
Try it
Run Actor with the Apify (OAuth) API

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

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

Overview of Oxylabs

The Oxylabs API provides robust tools for web data extraction, enabling you to gather vast amounts of data efficiently from various sources across the web. With Pipedream's serverless platform, you can harness this power to create automated workflows that trigger on specific events, process the data, and connect to other services. Whether you're monitoring brand sentiment, tracking prices, or conducting market research, integrating Oxylabs with Pipedream can significantly streamline your data collection and analysis tasks.

Connect Oxylabs

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    oxylabs: {
      type: "app",
      app: "oxylabs",
    }
  },
  async run({steps, $}) {
    const data = {
      "geo_location": `United States`,
      "url": `https://books.toscrape.com/catalogue/a-light-in-the-attic_1000/index.html`,
      "source": `universal`,
    }
    return await axios($, {
      method: "post",
      url: `https://${this.oxylabs.$auth.api_name}.oxylabs.io/v1/queries`,
      headers: {
        "Content-Type": `application/json`,
      },
      auth: {
        username: `${this.oxylabs.$auth.username}`,
        password: `${this.oxylabs.$auth.password}`,
      },
      data,
    })
  },
})

Connect Apify (OAuth)

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