{"note":"OpenAPI conversion -- returning structured metadata","name":"import-io-data","description":"import-io-data","version":"1.0","base_url":"https://data.import.io/","endpoints":2,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api \n@base https://data.import.io/\n@version 1.0\n@endpoints 2\n@toc extractor(2)\n\n@endpoint GET /extractor/{extractorId}/json/latest\n@desc Get the latest crawl run results as json\n@required {extractorId: any # The id of the extractor to start get the latest crawl run data}\n@returns(200) OK\n@errors {404: Not found: Extractor has not been run., 401: User doesn't own this extractor, or doesn't have a valid session.}\n\n@endpoint GET /extractor/{extractorId}/csv/latest\n@desc Get the latest crawl run results as a csv\n@required {extractorId: any # the id of the extractor to start get the latest crawl run data}\n@returns(200) OK\n@errors {404: Not found: Extractor has not been run., 401: User doesn't own this extractor, or doesn't have a valid session.}\n\n@end\n"}