Botify
Botify is an enterprise SEO analytics platform for crawling websites and improving organic search performance.
- Base URL:
https://api.botify.com/v1 - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
getprojectanalyses— GET /analyses/{username}/{project_slug} — List all analyses for a projectgetanalysissummary— GET /analyses/{username}/{project_slug}/{analysis_slug} — Get an Analysis detailgetcrawlstatistics— GET /analyses/{username}/{project_slug}/{analysis_slug}/crawl_statistics — Return global statistics for an analysisgetcrawlstatisticsbyfrequency— GET /analyses/{username}/{project_slug}/{analysis_slug}/crawl_statistics/time — Return crawl statistics grouped by time frequency (1 min, 5 mins or 60 min)getcrawlstatisticsurls— GET /analyses/{username}/{project_slug}/{analysis_slug}/crawl_statistics/urls/{list_type} — Return a list of 1000 latest URLs crawled (all crawled URLs or only URLS with HTTP errors)getganalyticsorphanurls— GET /analyses/{username}/{project_slug}/{analysis_slug}/features/ganalytics/orphan_urls/{medium}/{source} — List of Orphan URLs
Inputs
apiKey— your botify API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getprojectanalyses
apiKey: <your key>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
apiKey |
string | yes | — | DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change. |
operation |
string | yes | — | One of: getprojectanalyses, getanalysissummary, getcrawlstatistics, getcrawlstatisticsbyfrequency, getcrawlstatisticsurls, getganalyticsorphanurls |
analysis_slug |
string | no | — | Path parameter analysis_slug (required by some operations). |
list_type |
string | no | — | Path parameter list_type (required by some operations). |
medium |
string | no | — | Path parameter medium (required by some operations). |
project_slug |
string | no | — | Path parameter project_slug (required by some operations). |
source |
string | no | — | Path parameter source (required by some operations). |
username |
string | no | — | Path parameter username (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |