Entity Extraction API Calls

AlchemyAPI offers easy-to-use facilities for processing your content: Extract the semantic richness from any website, or HTML file, or text data.

To retrieve a grouped, relevancy-ranked list of all named entities occurring within a HTML or text document:

URLGetRankedNamedEntities Used for processing publicly-accessible Internet web pages.
HTMLGetRankedNamedEntities Used for processing uploaded HTML content.
TextGetRankedNamedEntities Used for processing uploaded text content.

To retrieve a non-grouped, non-ranked list of all named entities occurring within a HTML or text document:
URLGetNamedEntities Used for processing publicly-accessible Internet web pages.
HTMLGetNamedEntities Used for processing uploaded HTML content.
TextGetNamedEntities Used for processing uploaded text content.

To annotate a HTML or text document with the named entities detected within:
URLGetAnnotatedNamedEntityText Used for processing publicly-accessible Internet web pages.
HTMLGetAnnotatedNamedEntityText Used for processing uploaded HTML content.
TextGetAnnotatedNamedEntityText Used for processing uploaded text content.