Is there a way to search for a list of companies owned by a person?

Dear support, is there a way to search for a list of companies owned by a person?

Hi there, thanks for reaching out! The easiest way to get at this information is to get the nested version of the entity. For example, using our API:

GET /entities/NK-aU5ybkbRFJucf8YMwsJvDw (that’s Aleksandr Vyacheslavovich Zakharov)

Will give you something like this. The Ownership relations are in properties.ownershipOwner (that’s maybe a bit of a weird name, the reason is that it’s all the Ownership entities where this entity is the owner.

For our bulk data offering, you’ll find the same nested structure in targets.nested.json, see https://www.opensanctions.org/docs/bulk/json/.

More information on this topic can be found in our FAQ item “How does the nested format represent entity networks?”

Hope that helps - just ask away if you have more questions :slight_smile: