{"openapi":"3.2.0","info":{"title":"SERP data scraper API","description":"Scrape Search Results and get all the data you need.","version":"1.0.0"},"servers":[{"url":"https://avpuu.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/serp":{"post":{"operationId":"post_serp","summary":"SERP","description":"The Google SERP Parsing API allows you to extract structured data from Google Search Engine Results Pages (SERPs) with ease. It parses both ads and organic search results, returning a clean and organized JSON response. This is useful for SEO analysis, competitor research, monitoring search rankings, and more.","parameters":[{"name":"keyword","in":"query","required":false,"schema":{"type":"string","example":"best serp service"}},{"name":"results_show","in":"query","description":"Minimum 100, maximum 500","required":false,"schema":{"type":"string"}},{"name":"proxy_country","in":"query","description":"One of: DE, US, GB, FR, AU, PL, JP, TW. If no country is selected, service will use random proxy.","required":false,"schema":{"type":"string"}}]}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}