### Prompt to Retrieve Blog Post URLs and Metadata Source: https://apps.make.com/make-ai-web-search Use this prompt in the Make AI Web Search module to get blog post URLs, publication dates, and titles, formatted as JSON. Ensure the target URL is included. ```none Get one of today's blog post URLs. Nest these items under the URLs. Get the date of the last blog post formatted YYYY-MM-DD, blog title. Output in JSON wrapped by [StartJSON] and [EndJSON]. Do not ask for clarification and do it now. https://www.make.com/en/blog ``` -------------------------------- ### Prompt to Extract Blog Post Content Source: https://apps.make.com/make-ai-web-search This prompt is used in a subsequent Make AI Web Search module to extract the main content of a blog post, using the URL obtained from a previous step. ```none Extract the blog post body. ``` -------------------------------- ### Extract Active Customer Emails Source: https://apps.make.com/make-functions Use the Map values operation to extract specific properties from an array of objects, filtering by a condition. This is useful for creating lists of data points from structured records. ```json [ { "name": "Alice", "email": "alice@example.com", "status": "active" }, { "name": "Bob", "email": "bob@example.com", "status": "inactive" }, { "name": "Clara", "email": "clara@example.com", "status": "active" } ] ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.