Automate tasks with URL Operations

Check, read and modify URL address.
https://botize.com

Automate tasks with Botize's URL Operations. This tool allows you to efficiently query, read, and modify URL addresses.

With features like checking if a website has been updated or verifying its availability, you can streamline your processes and stay updated with web changes. Additionally, it offers actions such as retrieving the HTML of a URL, modifying GET parameters, and expanding shortened URLs, simplifying the management and analysis of links in your projects.

Triggers

The trigger is the event that starts the automation.

  • site_inspector

    Check if a website has been updated

    Monitor website for updates. It is triggered every time a given URL address presents new changes with respect to the last time it was visited.

  • site_inspector

    Check if a website is down

    Given a URL, it checks whether the corresponding website is down or not. It performs an automated check of the website's availability.

Actions

The action is what happens automatically, without you having to do anything else.

  • site_inspector

    Check if a URL is an image

    Given a URL, it checks whether it points to a valid image. If it does, it also returns the image's mime type and dimensions.

  • site_inspector

    Get URL HTML

    Downloads the HTML content from a URL. Optionally, it can return only the HTML contained inside elements that match a given CSS class.

  • site_inspector

    Get Cleaned HTML article text

    Extracts the main article body from a raw HTML document, removing surrounding noise such as navigation, sidebars and ads. Optionally strips the remaining HTML tags to return plain text.

  • site_inspector

    Get URL Headers

    Retrieves the HTTP response headers for a URL, including the HTTP status code, the redirection target (if any) and the content type.

  • site_inspector

    Change URL Get Parameters

    Given a URL, it allows modify or adding new GET parameters.

  • site_inspector

    Expand URLs in a text

    Finds any URL within a text and expand them.

  • site_inspector

    Get the components of a URL

    Breaks down a URL into its individual parts, such as the scheme, host, path, query parameters, and fragment.

  • site_inspector

    Convert text to slug

    Convert a text string into a slug, by removing special characters, converting to lowercase, and replacing spaces with hyphens, to facilitate the identification and access to a specific resource on a website.

  • site_inspector

    Decode text string to URL format

    Decodes an encoded text string in URL format, replacing encoded values %XX with their respective corresponding characters.

  • site_inspector

    Encode text string to URL format

    Encodes a text string in URL format, replacing disallowed characters with their respective encoded values in %XX format, where XX is the hexadecimal code of the character.

  • site_inspector

    Expand URL

    Given a shortened URL, returns the long URL version. If there is no long URL for the given URL then it returns the same URL.

  • site_inspector

    Expand multiple URLs

    Given a list of shortened URLs, it returns a list with the same URLs expanded. If no expanded version exists for any of the given URLs, the original URL will be returned.

  • site_inspector

    Create a URL

    Creates a URL allowing to optionally indicate GET parameters that will be automatically encoded.

  • site_inspector

    Get HTTP Code for a URL

    Given a URL, it retrieves the HTTP response code.

  • site_inspector

    Remove URL Get Parameters

    Given a URL, it allows to remove GET parameters.

  • site_inspector

    Convert GET params into Tags

    Given a URL, it allows to convert GET parameters into tags.