btzscraper

Perform Actions on a URL

Interact with a page by executing a sequence of specific actions on it.

Botize Scraper Action


Automating tasks with Botize Scraper allows you to interact with web pages by executing specific action sequences automatically. This integration simplifies data extraction and performing actions on websites without manual intervention.

By using this feature, you can obtain structured information via Xpath, receive the page's status code, and access the processed URL, thereby optimizing your workflows and enhancing efficiency in web data management.




Customization Options

Configurable fields you can adjust in your automation

  • URL
  • Tab Name (optional)
  • Actions
  • Playground



Information provided

When executed, this operation delivers the following data, which can be used in the same automatic task.

  • Tags

  • URL {{url}}

    URL

  • Data from Xpath {{custom_data}}

    Data from Xpath

  • Status Code {{status_code}}

    Status Code




Frequently Asked Questions


How can I check if an XPath is correct and exists on the page?

Open Chrome's Developer Tools console (right-click on the page → "Inspect" → "Console" tab). There you can type a command that will return `true` if the XPath exists or `false` if it doesn't.

Example (replace '//h1' with your XPath):

!!document.evaluate('//h1', document, null, 9).singleNodeValue

If it returns `true`, it means an element matching that XPath was found. If it returns `false`, no element on the page matches it.

Write us

By email or by Telegram.
Monday to Friday from 7 a.m. to 1 p.m. (Spain).

Let's talk

Choose day and time.
We share the screen and answer all your questions.