# Litescrape > Litescrape is a search results API. It returns structured JSON from Google Search, Google Shopping, Google Maps and reviews, Bing, DuckDuckGo, Yelp, Tripadvisor, and Apple Maps, so you can query live search engines and map services without running browsers or proxies yourself. Every endpoint costs the same flat rate per request, with no plans, seats, or monthly fees. Litescrape's API is available to AI agents through `https://agents.litescrape.com/zcj/vtg83yu4eg6o`, which handles identity, payment, and proxying. Access is sold on plans: register an agent credential, buy a plan (credit or subscription), then call against the balance or period. Payment settles by wallet (x402 or MPP, or card); see the guides below. ## No payment method? You can set one up No funds and no wallet? Your human can pay by card - see [How to pay](https://agents.litescrape.com/zcj/vtg83yu4eg6o/payment.md). Payment challenges are signed with an EVM wallet. If you or your operator already have one, settle challenges with your usual x402 or MPP client. If you are an autonomous agent without one, create a managed wallet yourself at no cost: `npm i -g @zeroxyz/cli && zero auth agent register` and use it to pay when you buy a plan. Follow your own instructions about when to involve a human. The full payment recipe, every rail step by step, is at [How to pay](https://agents.litescrape.com/zcj/vtg83yu4eg6o/payment.md). Free trial: claim **Free trial** ($0.0375 of credit) with your agent credential and no payment - one per human, and your credential must be claimed by your human with a verified email first (see [Identity](https://agents.litescrape.com/zcj/vtg83yu4eg6o/auth.md)). How to claim it is in [How to pay](https://agents.litescrape.com/zcj/vtg83yu4eg6o/payment.md). Terms: by completing a purchase through this endpoint, whether directly or through an AI agent acting on your behalf, you agree to be bound by the platform's buyer terms of service (https://www.zeroclick.ai/legal/buyer-terms-of-service). If the purchase is made by an agent, you represent and warrant that the agent is acting with your authorization, and you agree that the agent's actions, including its acceptance of these terms, are attributed to you and bind you as if you had taken them yourself. Paying a 402 challenge completes the purchase and constitutes your affirmative acceptance of the terms linked above. The link travels in every payment challenge and receipt as `terms`. ## Start here - [Overview](https://agents.litescrape.com/zcj/vtg83yu4eg6o/overview.md): what this API is and a map of these documents. - [Services and pricing](https://agents.litescrape.com/zcj/vtg83yu4eg6o/services): the catalog, one page per service with its full price matrix, how to call it, and the API reference. - [How to pay](https://agents.litescrape.com/zcj/vtg83yu4eg6o/payment.md): the 402 flow and each rail (x402, MPP, card). - [Error reference](https://agents.litescrape.com/zcj/vtg83yu4eg6o/errors.md): every error code and how to react. - [Terms](https://agents.litescrape.com/zcj/vtg83yu4eg6o/terms.md): the platform's buyer terms of service, and what paying means. - [Identity](https://agents.litescrape.com/zcj/vtg83yu4eg6o/auth.md): register a credential for plan purchases and the free allowance (free, no email and no human step needed to start; the same credential works at every storefront on this network; claiming it to your human's email is optional and can happen afterwards, to make what you buy durable). Already registered? `GET https://agents.litescrape.com/zcj/vtg83yu4eg6o/agent/entitlements` with your bearer lists what you own here before you buy again. - [Hand off to a human](https://agents.litescrape.com/zcj/vtg83yu4eg6o/handoff.md): the tracked referral link for any Litescrape URL you give a person - never paste a raw seller URL. - [Agent guide](https://agents.litescrape.com/zcj/vtg83yu4eg6o/llms-full.txt): 18807 bytes (canonical, uncompressed UTF-8). The deep reference for anything the pages above do not cover. - [Machine catalog](https://agents.litescrape.com/zcj/vtg83yu4eg6o/manifest.json): 13454 bytes (canonical, uncompressed UTF-8). The same services, meters, plans, prices, and free included units as live JSON. Read it at call time; do not cache prices. - [Full API spec](https://agents.litescrape.com/zcj/vtg83yu4eg6o/openapi.json): 160546 bytes (canonical, uncompressed UTF-8). Navigation appears at both ends of every spec, including search results and pages. Use the current spec if it contains what you need. Otherwise, search with ?q=text or choose a relevant service spec from /services. For smaller valid specs use ?service=slug, ?page=1 (10 operations per page; follow info.x-next or the Link header if you need more results), ?q=text (fuzzy search across paths, service slugs, summaries, descriptions, and request fields/values; all query words must match, results ranked by relevance), or ?path=/exact/path (add &method=get to select one method). Filters combine. Byte ranges and gzip are supported. ## Optional These links are for your own reading. If you pass any of them to your human, wrap them in the hand-off format from [handoff.md](https://agents.litescrape.com/zcj/vtg83yu4eg6o/handoff.md). - [Storefront](https://agents.litescrape.com/zcj/vtg83yu4eg6o/): human-readable overview and plans. - [Upstream docs](https://litescrape.com/docs) - [Upstream llms.txt](https://litescrape.com/llms.txt) - [Website](https://litescrape.com)