Given a list of articles, this action returns the articles that match the given criteria.
Extracts information from an article, including title, author, published date, body, excerpt, number of words, main image URL, URL, and name.
Gets article details, including body text, author, publish date, and more, from every URL passed into the action. Input URLs Result Article Note Use a Get Details of Article action immediately after this action to get specific details about the article. This action only supports getting one article from each URL.
Gets the contents of URLs passed into the action. Useful for downloading files and web content, or for making API requests. Includes GET, POST, PUT, PATCH, DELETE methods, and options to add headers. To make a multipart HTTP request, choose "Form" as the request body type and add files as field values.
Retrieves the HTTP headers of the URL passed as input using a HEAD request.
Extracts the contents of the web pages passed into the action.
Returns any links found in the output from the previous action.
Gets the specified part of the URL passed into the action. URLs are structured as follows: scheme://user:password@host:port/path?query#fragment.
This action expands and cleans up URLs which have been shortened using a URL shortening service like t.co or bit.ly. The expanded URL is cleaned, removing unnecessary parameters such as "utm_source".