Use Webmaster's Home's open API to connect multiple applications

The webmaster's home open platform API provides users with many interface services such as website keyword index query, website SEO query, record security query, traffic geography, life service, financial management, etc.

Scenario description:

Based on the open API capability of Webmaster Home. This article explains how to use the Aboter process automation platform to achieve zero code and use the open API of Webmaster's Home to connect multiple applications.

Basic usage method:

  • First create an automated process (either IPaaS or RPA process). This article takes creating a timed-triggered IPaaS process as an example, and select the [Timed Trigger] type in the trigger condition component editing area.
    insert image description here

  • Drag the [Application Connector > Other Applications > Webmaster's Home] component on the left to the execution process block, select the appropriate operation and configure the business parameters. Currently, operations such as keyword index query, website SEO, and record security are supported. The official provides more other open interfaces, and more operations can be quickly accessed according to actual needs in the future.
    insert image description here

  • Next, you can drag more business components into the execution process block. For example, if you want to send the website ranking data to the mailbox, you can select the [Baidu PC Ranking] operation in the Webmaster Home component and configure the business parameters. Then drag the [Basic Commands > Others > Send Mail] component to the execution process block, and configure the relevant parameters of the mailbox. For details, please refer to Automatically send website SEO data to the mailbox on a regular basis .
    insert image description here

  • If you need to connect more applications, you only need to find the application components that need to be connected from the left, drag the corresponding components to the execution process block, and configure relevant parameters to achieve the business goal of connecting multiple applications.

  • Save and publish the process.

illustrate:

The above process is only a schematic process, and the logic of process data processing is omitted. To build a complete process, please refer to: Process Arrangement , Webmaster's Home Connector .

Guess you like

Origin blog.csdn.net/qiniuchangxiang/article/details/132070626