{"openapi":"3.2.0","info":{"title":"Amazon Product Scraper API","description":"Scrape Amazon products with lightning fast speed and impeccable accuracy","version":"1.0.0"},"servers":[{"url":"https://fffiw.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/get_page_source":{"post":{"operationId":"post_get_page_source","summary":"Get page source","description":"Fetches and returns page source of provided url.","parameters":[{"name":"url","in":"query","required":false,"schema":{"type":"string","example":"https://www.amazon.com/"}},{"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."}}}}