{"openapi":"3.2.0","info":{"title":"Sky Scrapper API","description":"API for scrap a website into json","version":"1.0.0"},"servers":[{"url":"https://enmql.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"tags":[{"name":"Scrape Full"},{"name":"Scrape Partial"}],"paths":{"/scrape":{"post":{"operationId":"post_scrape","summary":"POST - Scrape","description":"endpoint to scrape website with option","tags":["Scrape Full"],"requestBody":{"content":{"application/json":{"schema":{"type":"object"},"example":{"target":"https://mainapidev.vercel.app","needHtmlString":false}}}}},"get":{"operationId":"get_scrape","summary":"GET - Scrape","description":"endpoint to scrape website","tags":["Scrape Full"],"parameters":[{"name":"target","in":"query","description":"target url to scraping website","required":false,"schema":{"type":"string","title":"target url","example":"https://mainapidev.vercel.app/"}}]}},"/find/selector":{"post":{"operationId":"post_find_selector","summary":"POST - Selector","description":"Endpoint to scrape by selector example selector: #jumbotron > div.order-2.col-span-2.space-y-4.p-8.lg\\:order-1.lg\\:col-span-1","tags":["Scrape Partial"],"requestBody":{"content":{"application/json":{"schema":{"type":"object"},"example":{"target":"https://mainapidev.vercel.app/","selector":"#jumbotron","needHtmlString":true}}}}}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}