{"openapi":"3.2.0","info":{"title":"Dynamic Web Scraping API","description":"Get full set of html from dynamic website while dynamic content fully loaded completely.","version":"1.0.0"},"servers":[{"url":"https://sszdd.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/get_html":{"post":{"operationId":"post_get_html","summary":"Get full set of html","description":"Get full set of html from dynamic website by provided url.","parameters":[{"name":"url","in":"query","required":false,"schema":{"type":"string","example":"https://www.abc.com/default.html"}}]}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}