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 siteRaven Tools is a comprehensive suite of SEO tools that helps marketers to conduct audits, track search engine rankings, and analyze competitors' strategies. With the Raven Tools API, one can programmatically access this wealth of SEO data and generate reports, manage link building campaigns, and monitor keyword rankings. Leveraging the Pipedream platform, you can create automated workflows that react to various triggers and connect Raven Tools with other services to streamline SEO processes, enhance data analysis, and improve decision-making.
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`,
},
})
},
})
SEO Monitoring and Alerting: Create a workflow that periodically checks keyword rankings and website performance metrics via the Raven Tools API. If there's a significant change, like a drop in rankings or a spike in page load time, Pipedream can trigger an alert and send notifications via email, Slack, or SMS, ensuring you can react promptly to maintain your site's SEO health.
Content Performance Dashboard: Build a workflow that fetches data from Raven Tools about organic traffic, backlinks, and keyword positions. Then, use Pipedream to send this data to Google Sheets or a BI tool like Tableau. This setup can serve as an automated content performance dashboard, giving you and your team real-time insights into which content is driving results and where improvements are needed.
Competitor Analysis Automation: Set up a Pipedream workflow that uses the Raven Tools API to track competitors' domain changes, backlink profiles, and keyword strategies on a scheduled basis. Integrate this with a CRM like Salesforce or a project management tool like Trello to automatically create tasks or opportunities based on insights gained from the competitor data, keeping your marketing strategies agile and informed.
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.