### URL-Encoded Search Query with Zenserp API Source: https://context7.com/saasindustries/zenserp/llms.txt This example demonstrates how to perform a search query with a URL-encoded string containing spaces. Ensure your query parameters are properly encoded. ```bash curl "https://app.zenserp.com/api/v2/search?q=artificial+intelligence+trends&apikey=YOUR-APIKEY" ``` -------------------------------- ### Basic Search Query with Zenserp API Source: https://context7.com/saasindustries/zenserp/llms.txt Use this cURL command to perform a basic search query. Replace YOUR-APIKEY with your actual Zenserp API key. ```bash curl "https://app.zenserp.com/api/v2/search?q=pied+piper&apikey=YOUR-APIKEY" ``` -------------------------------- ### Basic SERP API Request Source: https://github.com/saasindustries/zenserp/blob/main/README.md Use this cURL command to make a basic search request to the Zenserp API. Replace YOUR-APIKEY with your actual API key obtained during registration. ```curl curl https://app.zenserp.com/api/v2/search?q=pied+piper&apikey=YOUR-APIKEY ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.