Simply grab a token and make a call to our API
POST https://api.usemarvin.ai/naics/naics/search/ Content-Type: application/json { "token": "****************************bfe9", "name": "Alonso Grading and Demolition", "state": "CA", "advancedSearch": true, "prediction": true, "existenceCheck": true, "keywords": true, "explainConfidenceScore": true, }
And receive a response in under 3 seconds
{ "usa_naics_2017_prediction": { "prediction_a": { "title": "Site Preparation Contractors", "code": 238910, "accuracy": 0.71 }, "prediction_b": { "title": "Highway, Street, and Bridge Construction", "code": 237310, "accuracy": 0.69 } }, "existence_check": { "exists": true, "evidence_exist": [ "https://www.dnb.com/business-directory/company-profiles.alonso_grading_and_demolition_inc.f50331817660b31bc039b3a65a8659f0.html", "https://www.buildzoom.com/contractor/alonso-grading-demolition-inc", "https://www.bbb.org/us/ca/los-angeles/profile/demolition-contractors/alonso-grading-and-demolition-inc-1216-771705", "https://www.homeadvisor.com/c.Demolition-Service.Redondo_Beach.CA.-12018.html", "https://www.thebluebook.com/iProView/1817034/alonso-grading-demolition-inc/subcontractors/" ] }, "keywords": [ "CONSTRUCTION", "HIGHWAY", "EXCAVATION", "PAVEMENT", "GRADING", "BRIDGE", "COMMUNITY", "DEMOLITION" ], "explain_confidence_score": [ "Confidence score: Prediction 1 - Accuracy 5% + Relevance Score 66% = 71%", "Confidence score: Prediction 2 - Accuracy 2% + Relevance Score 67% = 69%" ], "response_id": "*************************************499ig", "response_timestamp": "2022-06-08 13:35:14 CDT", "response_execution_time": "4414 ms", "response_notification": "Relativity6 calculated the prediction output successfully", "request": { "token": "****************************bfe9", "name": "Alonso Grading and Demolition", "intelligentName": "alonso grading and demolition", "address": "", "state": "CA", "predictionType": "USA_NAICS_2017", "advancedSearch": true, "prediction": true, "existenceCheck": true, "keywords": true, "explain_confidence_score": true } }