Google Indexing Tool for Links, Websites, & Backlinks: Link Indexing Service
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
rapid_url_indexer: {
type: "app",
app: "rapid_url_indexer",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://rapidurlindexer.com/wp-json/api/v1/credits/balance`,
headers: {
"X-API-Key": `${this.rapid_url_indexer.$auth.api_key}`,
},
})
},
})
Download the report for a specific project. See the documentation.
Get the status of a specific project. See the documentation.
Submit a new project for indexing. See the documentation.
Rapid URL Indexer uses API keys for authentication. When you connect your Rapid URL Indexer account, Pipedream securely stores the keys so you can easily authenticate to Rapid URL Indexer APIs in both code and no-code steps.