Use `extracted_content_url` for full content extraction
masterThe extracted_content_url provides a link to a Feedbin service powered by Mercury Parser. This service attempts to extract the full content of the entry's original url and returns a JSON object compatible with Mercury Parser.
Example Response Format from the extraction service:
{
"title": "Thunder (mascot)",
"content": "... <p><b idea="Thunder</b> is the <a href="https://en.wikipedia.org/wiki/Stage_name">stage name</a> for the...",
"author": "Wikipedia Contributors",
"date_published": "2016-09-16T20:56:00.000Z",
"lead_image_url": null,
"dek": null,
"next_page_url": null,
"url": "https://en.wikipedia.org/wiki/Thunder_(mascot)",
"domain": "en.wikipedia.org",
"excerpt": "Thunder Thunder is the stage name for the horse who is the official live animal mascot for the Denver Broncos",
"word_count": 4677,
"direction": "ltr",
"total_pages": 1,
"rendered_pages": 1
}