Open paulosalvatore opened 6 days ago
I am running into the same issue today using 0.6.8 "Invalid option provided: extraction_model"
Environment Library version: 0.6.8 Language: TypeScript Deno ver:?
Hey @paulosalvatore and @dervishmoose, thanks for reporting this. Yes currently extraction params aren't implemented for the scrape
action, they are only available in the extract
action. Extraction params will be supported for the scraper API soon
Description
Hello, team!
I recently noticed that in version 0.6.8 of the Scrapfly TypeScript library, the
ScrapeConfigOptions
configuration object does not have theextraction_model
property. This property is essential for certain scraping configurations, and its absence limits some functionalities we depend on.Steps to Reproduce
extraction_model
in theScrapeConfigOptions
object.extraction_model
as a valid property.Expected Behavior
The
ScrapeConfigOptions
object should includeextraction_model
as a configurable property.Environment
Could you please confirm if this is an oversight, and if so, could it be added in an upcoming release?
Thank you for your hard work and for providing such a useful tool!