1

I use the AlchemyData News API to search for news articles by category to receive sentiment and company information.

Is there a way to instead of searching for an article, to feed an Article URL or headline to the service to have the article ingested to get sentiment and company info?

Jake Peyser
  • 1,180
  • 8
  • 17
codezoo
  • 593
  • 1
  • 6
  • 16

1 Answers1

1

You want to use the AlchemyLanguage API, specifically the entity extraction feature, to get this type of information about a specific article or body of text.

For example, you can issue

Jake Peyser
  • 1,180
  • 8
  • 17