The Raven Tools Link Manager is the tool every whitehat backlink campaign manager needs. Store, organize, and find thousands of link opportunities. Monitor the links you lose and the links you receive.
Go to siteThe Raven Tools API is an all-in-one platform that enables developers to create powerful applications that improve their online presence and enterprise marketing efforts. With Raven Tools, developers can create custom tools and utilize Raven's powerful analytics and data solutions to optimize and enhance their applications.
Raven Tools provides developers with a comprehensive set of tools that allow them to access and manage data across numerous sources. With Raven’s powerful reporting functions and data-driven insights, developers can create custom dynamic applications and processes that deliver results. This makes Raven Tools an essential tool for developing professional and efficient applications for businesses, marketers, and entrepreneurs.
Using Raven Tools, developers can build applications that:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
raven_tools: {
type: "app",
app: "raven_tools",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.raventools.com/api`,
params: {
key: `${this.raven_tools.$auth.api_key}`,
method: `profile_info`,
format: `json`,
},
})
},
})
Emit new event for each keyword added to a domain See docs here
Raven Tools uses API keys for authentication. When you connect your Raven Tools account, Pipedream securely stores the keys so you can easily authenticate to Raven Tools APIs in both code and no-code steps.
In order to use Raven's API, you must create an API key for each Profile that you want to use with the API. This key is generated through the following steps:
Navigate to Preferences > Profile Manager.
Click the name of the Profile that you would like to generate an API key for.
On this page, click the Get New API Key button.