DataParse specializes in parsing data from websites for our users. We collect, structure, and deliver data in a ready-to-use format.
We have ready-made parsers available, and we also build custom parsers tailored to each client's specific task.
The process is simple: you contact us, we create an account and grant access to the needed parsers by agreement.
Below is a minimal PHP example for calling
GET /api/v1/parse only.
parser is passed as the parser name, not an ID.
http_build_query.
api_token,
parser, and region are sufficient.
The example below shows only the
GET /api/v1/parse call without additional endpoints.
parser — a string with the parser name.
region is passed as a separate query parameter.
TypeScript version of the same
GET /api/v1/parse call.
parser parameter type is string.
NestJS service example for a direct
GET /api/v1/parse request.
apiToken,
parserName, and region.
A simple React hook for calling
GET /api/v1/parse.
parse function.
parserName is passed as a string.
Composable for a single
GET /api/v1/parse call.
parse method accepts
apiToken, parserName, and
region.
apiToken, parserName, and
region are filled before making the request.
Below is a minimal call example made by a user with a personal
api_token. The parser parameter
contains the parser name.
Successful response example:
Access error response example:
For each user we issue a separate account and individual API token. Parser access is configured on a per-client basis.
We process only the data necessary for registration, granting access, and supporting the service.
By using the website and API, you agree to data processing within this policy and applicable legislation.
For privacy questions, data deletion, or processing restrictions, contact us through the feedback form.