| name | polymer-pay-jina |
| description | USE THIS SKILL WHEN: the user wants to perform web search, get SERP results, or search for information on the web. Jina Search provides fast, multilingual web search. |
| endpoints | [{"path":"/","method":"GET","price":"$0.01","description":"Web search and SERP"}] |
| metadata | {"polymer-pay-skill":{"emoji":"🔍","requires":{"env":["POLYMER_PAY_API_KEY"],"primaryEnv":"POLYMER_PAY_API_KEY"}}} |
| registries | {} |
| provider | orthogonal |
Jina Search
Your Search Foundation, Supercharged. Search AI for multilingual and multimodal data. Access Jina's web search capabilities through the Polymer Pay proxy. No API key needed — payment is handled automatically.
Authentication
All requests route through the Polymer Pay proxy. Include your Polymer Pay API key in every request:
{
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Base URL: https://pay.polymerlabs.org/proxy/https/x402.orth.sh/jina-s
To get an Polymer Pay API key, sign up at https://my.pay.polymerlabs.org/dashboard/api-keys.
Common Operations
Web Search
Search the web and get SERP (Search Engine Results Page) results.
Pricing: $0.01
{
"method": "GET",
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/jina-s/",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"params": {
"q": "latest AI developments 2025"
}
}
Response: JSON with search results including titles, URLs, descriptions.
When to Use
- Web search — User needs to search the web for information
- SERP data — User wants search engine results page data
- Multilingual search — User needs search in multiple languages
Best Practices
- Use specific queries — More specific queries return better results
- URL encode queries — Ensure special characters are properly encoded
- For errors — See @skills/polymer-pay-api-errors/SKILL.md for complete error code reference and troubleshooting