Simple and powerful web scraping API with automated proxies rotation and Chrome JS rendering
Go to siteWebScraping.AI is an API designed to make it easy to access and extract online content from websites. Using the WebScraping.AI API, you can quickly and easily build a range of automated data retrieval applications, such as:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
webscraping_ai: {
type: "app",
app: "webscraping_ai",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.webscraping.ai/account`,
params: {
api_key: `${this.webscraping_ai.$auth.api_key}`,
},
})
},
})
WebScraping.AI uses API keys for authentication. When you connect your WebScraping.AI account, Pipedream securely stores the keys so you can easily authenticate to WebScraping.AI APIs in both code and no-code steps.
Sign in and copy your API key from your WebScraping dashboard