Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The IFI Corporate Intellectual Property Profile provides a succinct summary of the current patent assets held by corporate entities and their subsidiaries, including metrics such as the number of patents and patent families owned, status information, and the number of citations associated with a company’s patents. Profiles are available for over 300,000 business entities including over 9,000 Ultimate Owners representing over 150,000 subsidiaries. This service is available through the CLAIMS Direct platform as a separate subscription. If you are interested in accessing this service, please contact your sales representative. tst

Table of Contents

Response Members

...

ParameterValuePath and Query StringExpected Results
namemeta/ipprofile?name=meta&ticker.symbol=METAA full portfolio record

Example

...

wget -O- -q \

...

 
--header 'x-user:x' \

...

 
--header 'x-password:y' \

...

 
'https://cdws21.ificlaims.com/ipprofile?name=meta&ticker.symbol=META'


Response

Code Block
languagetext
{
   "ipprofile" : {
      "statistics" : {
         "publications_application_level" : 16963,
         "publications_status_active" : 22152,
         "citations_forward" : 169050,
         "publications_total" : 36536,
         "publications_status_lapsed" : 4763,
         "publications_grant_level" : 13671,
         "subsidiary_total" : 54,
         "family_status_pending" : 770,
         "citations_backward" : 105787,
         "family_status_active" : 6864,
         "publications_status_pending" : 3720,
         "family_status_lapsed" : 1364,
         "family_total" : 8998,
         "publications_status_unknown" : 5901,
         "publications_unknown_level" : 5902
      },
      "ultimate" : {
         "country" : "US",
         "last_reviewed" : "2021-01-11",
         "name" : "Meta Platforms Inc",
         "ticker" : [
            {
               "symbol" : "META",
               "exchange" : "XNAS"
            }
         ],
         "address" : "1601 Willow Road, Menlo Park, CA, 94025, US"
      },
      "name" : "Meta Platforms Inc",
      "found" : 1
   },
   "time" : "0.342",
   "status" : "success"
}

...