# ScrapIn API ## Docs - [Company Post](https://docs.scrapin.io/endpoint/v1/company/activities/post.md): This operation allows you to retrieve the activity post details of a company based on their activity post ID. This operation consumes 2 credits. - [Post Comments](https://docs.scrapin.io/endpoint/v1/company/activities/post/comments.md): This operation allows you to retrieve all comments on activity post of a company based on their activity post ID. Pagination is limited to 10 pages, with a maximum of 50 items per page, allowing retrieval of up to 500 items. This operation consumes 2 credits. - [Post Reactions](https://docs.scrapin.io/endpoint/v1/company/activities/post/reactions.md): This operation allows you to retrieve all reactions on activity post of a company based on their activity post ID. Pagination is limited to 10 pages, with a maximum of 50 items per page, allowing retrieval of up to 500 items. This operation consumes 2 credits. - [Post Reposts](https://docs.scrapin.io/endpoint/v1/company/activities/post/reposts.md): This operation allows you to retrieve all reposts on activity post of a company based on their activity post ID. Pagination is limited to 10 pages, with a maximum of 50 items per page, allowing retrieval of up to 500 items. This operation consumes 2 credits. - [Company Posts](https://docs.scrapin.io/endpoint/v1/company/activities/posts.md): This operation allows you to retrieve all activity posts of a company based on their Profile URL. Pagination is limited to 10 pages, with a maximum of 50 items per page, allowing retrieval of up to 500 items. This operation consumes 2 credits. - [Company Profile Data](https://docs.scrapin.io/endpoint/v1/company/extract-profile.md): This operation allows you to extract data from a Company URL. It returns company data as the response. This operation consumes 2 credits (or 1 credit if served from cache). Note: 404 errors (profile not found) still consume 2 credits. - [Company Match](https://docs.scrapin.io/endpoint/v1/company/search.md): This operation allows you to find a company from its domain name. It returns company information as the response. This operation consumes 2 credits (or 1 credit if served from cache). - [Extract Job details Data](https://docs.scrapin.io/endpoint/v1/job/extract-data.md): This operation allows you to extract data from a Job URL. It returns job data as the response. This operation consumes 2 credits. - [Job Search](https://docs.scrapin.io/endpoint/v1/job/search.md): This operation allows you to extract data from a Job Search by keywords, location and companyUrl filters. At least one of the input parameters is required. Pagination is limited to 10 pages, with a maximum of 50 items per page, allowing retrieval of up to 500 items. It returns a list of job data as… - [Person Comments](https://docs.scrapin.io/endpoint/v1/person/activities/comments.md): This operation allows you to retrieve the last 50 activity comments of a person based on their Profile URL. This operation consumes 2 credits. - [Person Post](https://docs.scrapin.io/endpoint/v1/person/activities/post.md): This operation allows you to retrieve the activity post details of a person based on their activity post ID. This operation consumes 2 credits. - [Post Comments](https://docs.scrapin.io/endpoint/v1/person/activities/post/comments.md): This operation allows you to retrieve all comments on activity post of a person based on their activity post ID. Pagination is limited to 10 pages, with a maximum of 50 items per page, allowing retrieval of up to 500 items. This operation consumes 2 credits. - [Post Reactions](https://docs.scrapin.io/endpoint/v1/person/activities/post/reactions.md): This operation allows you to retrieve all reactions on activity post of a person based on their activity post ID. Pagination is limited to 10 pages, with a maximum of 50 items per page, allowing retrieval of up to 500 items. This operation consumes 2 credits. - [Post Reposts](https://docs.scrapin.io/endpoint/v1/person/activities/post/reposts.md): This operation allows you to retrieve all reposts on activity post of a person based on their activity post ID. Pagination is limited to 10 pages, with a maximum of 50 items per page, allowing retrieval of up to 500 items. This operation consumes 2 credits. - [Person Posts](https://docs.scrapin.io/endpoint/v1/person/activities/posts.md): This operation allows you to retrieve the last 50 activity posts of a person based on their Profile URL. This operation consumes 2 credits. - [Person Reactions](https://docs.scrapin.io/endpoint/v1/person/activities/reactions.md): This operation allows you to retrieve the last 50 activity reactions of a person based on their Profile URL. This operation consumes 2 credits. - [Email Finder from Data](https://docs.scrapin.io/endpoint/v1/person/emails-finder.md): This operation allows you to find email addresses from a person's full name and company information. It returns a list of email with their types (professional, personal) along with credits and rate limit information. This operation consumes 4 credits. - [Email Finder from URL](https://docs.scrapin.io/endpoint/v1/person/emails-finder-url.md): This operation allows you to find email from a profile URL. It returns a list of email with their types (professional, personal) along with credits and rate limit information. This operation consumes 4 credits. - [Person Profile Match](https://docs.scrapin.io/endpoint/v1/person/match.md): This operation allows you to match a single person profile from various parameters. It returns profile data with credits and rate limit information. This operation consumes 2 credits (or 1 credit if served from cache). - [Person Profile Data](https://docs.scrapin.io/endpoint/v1/person/profile.md): This operation allows you to get profile data from an url. It returns profile data with credits and rate limit information. This operation consumes 2 credits (or 1 credit if served from cache). Note: 404 errors (profile not found) still consume 2 credits. - [Quotas](https://docs.scrapin.io/endpoint/v1/workspace/quotas.md): This endpoint retrieves the quotas for a specific workspace, including credits usage, daily and per-minute rate limits, and auto top-up configuration. It is designed to help monitor resource availability and ensure proper usage within the workspace. - [Introduction](https://docs.scrapin.io/introduction.md) - [Account Setup](https://docs.scrapin.io/quickstart.md) ## OpenAPI Specs - [openapi](https://docs.scrapin.io/openapi.json)