Answer the question
In order to leave comments, you need to log in
How can I parse ras.arbitr.ru in php or any other language?
Good evening!
I have 2 questions:
1) is it possible to write in php (or another language, but preferably php) a parser that sends form parameters (filter) to ras.arbitr.ru , as on the site itself, and receives in response a list of documents (in json, xml or any other)? what methods are possible?
I didn't find api on the site, maybe I missed something? Or will it only work with the file_get_content() function?
2) if you manually save all documents to the database in text format, and let's say there are a million of them, then which database is better to choose - mysql or postgresql? Will a database search work more or less quickly, for example, by a phrase (in mysql it is LIKE $search..)?
Answer the question
In order to leave comments, you need to log in
Sending a POST request! The response is json.
Parse.
After receiving the json, parse you get something like that ..
FileName: "А49-364-2015__20170930.pdf"
Id: "7e4efd11-dffb-4767-acae-d809f01bf5a9"
At one time, they also looked for access to the API kad.arbitr.ru and ras.arbitr.ru. Officially, they could not get it, but on the site, the captcha could not be bypassed.
We settled on a service that has been providing us with access to the arbitr.ru API and various other API data on a paid basis for a long time. They can even check how it works for free: arbitr.mchanges.com
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question