-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google Search: Allow extracting items from SERP results #78
Conversation
@@ -58,6 +124,7 @@ class GoogleDomainParam(BaseModel): | |||
|
|||
class GoogleSearchSpiderParams( | |||
MaxRequestsParam, | |||
SerpItemTypeParam, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we provide extract_from option, which applies only for the items extracted from the linked websites, not to search results extraction itself?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't need to be in the same PR though.
We also should add custom attributes extraction, probably also separately.
The implementation looks good to me. |
To do: