Simple API Endpoint for Google Search URL Generation

somdn_product_page

This n8n workflow demonstrates how to create a basic API endpoint that generates a Google search URL based on user input. The workflow starts with a Webhook node that listens for incoming HTTP requests containing query parameters for ‘first_name’ and ‘last_name’. When a request is received, the workflow constructs a Google search URL using these parameters via a Set node. The URL is then sent back as a response through the Respond to Webhook node, displaying the generated link. Additionally, the workflow includes sticky notes explaining the purpose and usage instructions, making it an ideal example for beginners wanting to build simple API endpoints with n8n.

This setup is useful for automating dynamic URL generation based on user input, which can be applied in various scenarios such as custom search interfaces, URL shorteners, or API-based integrations in WordPress sites or other web applications.

Node Count

0 – 5 Nodes

Nodes Used

respondToWebhook, set, stickyNote, webhook

Reviews

There are no reviews yet.

Be the first to review “Simple API Endpoint for Google Search URL Generation”

Your email address will not be published. Required fields are marked *