ResumeParser
Usage (in Python) - --------------------------------------------------------------------------------------------------------- import requests url = "https://resumeparser1.p.rapidapi.com/parse" files=[ ('files', ('John_Doe_Resume.pdf', open('/content/John_Doe_Resume.pdf','rb'), 'application/pdf')) ] headers = { "X-RapidAPI-Key": "<Rapid API key", "X-RapidAPI-Host":…
ResumeParser endpoints
| Method | Endpoint | Description |
|---|---|---|
| parse | ||
| POST |
parse /parse |
This endpoint will parse the given resume file and return the components in a JSON structure |
ResumeParser pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / hour |
|
| PRO Recommended | $75 / month | 2 / second |
|
| ULTRA | $330 / month | 2 / second |
|
| MEGA | $999 / month | — |
|