{"openapi":"3.2.0","info":{"title":"lead generation API","description":"The Google Lead Generation api automates scraping business information from Google, such as names, addresses, contact details, and websites. It provides structured data for marketing, sales, or research, making lead generation faster and more efficient.","version":"1.0.0"},"servers":[{"url":"https://xmtby.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/lead":{"get":{"operationId":"get_lead","summary":"get lead","description":"generate lead for your business","parameters":[{"name":"area","in":"query","required":false,"schema":{"type":"string","example":"New York"}},{"name":"search","in":"query","required":false,"schema":{"type":"string","example":"Hotel"}}]}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}