-
Notifications
You must be signed in to change notification settings - Fork 34
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
Scrape patents by assignee? #2
Comments
Hi Michele, I will check how doable this is. It is not just a simple code change. Ryan |
Thank you so much Ryan. This would be very helpful for my project. One way I tried to address this issue is by for instance look for all patents assigned to, say, Tesla (e.g., https://patents.google.com/?assignee=Tesla <https://patents.google.com/?assignee=Tesla>), and then click on the Download button which is on the top right. This effectively downloads a CSV file with the list of patents that then I can feed to the python code that you built. However, the issue with this approach is that it does not download all patents because the google webpage says that there 7,624 entries, whereas I can only find 2,334 in the dataset. Would you know if there’s a way around this? Thank you!
Best,
Michele
… On Apr 17, 2021, at 2:07 AM, Ryan Stevens ***@***.***> wrote:
Hi Michele,
I will check how doable this is. It is not just a simple code change.
Ryan
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub <#2 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AGBSNFEPHDDRFPGOYOK5X63TJDGNPANCNFSM4246MROQ>.
|
Hi Michele,
Yes this was the first approach I took, you are right it doesn't download
all patents. The USPTO has an api for patents by assignee, that's what I
plan to use.
Ryan
On Sat, Apr 17, 2021, 3:14 AM michelefioretti ***@***.***>
wrote:
… Thank you so much Ryan. This would be very helpful for my project. One way
I tried to address this issue is by for instance look for all patents
assigned to, say, Tesla (e.g., https://patents.google.com/?assignee=Tesla
<https://patents.google.com/?assignee=Tesla>), and then click on the
Download button which is on the top right. This effectively downloads a CSV
file with the list of patents that then I can feed to the python code that
you built. However, the issue with this approach is that it does not
download all patents because the google webpage says that there 7,624
entries, whereas I can only find 2,334 in the dataset. Would you know if
there’s a way around this? Thank you!
Best,
Michele
> On Apr 17, 2021, at 2:07 AM, Ryan Stevens ***@***.***> wrote:
>
>
> Hi Michele,
>
> I will check how doable this is. It is not just a simple code change.
>
> Ryan
>
> —
> You are receiving this because you modified the open/close state.
> Reply to this email directly, view it on GitHub <
#2 (comment)>,
or unsubscribe <
https://github.com/notifications/unsubscribe-auth/AGBSNFEPHDDRFPGOYOK5X63TJDGNPANCNFSM4246MROQ
>.
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGZCKFRSG4ARAQIE7I2ZWNTTJEYMDANCNFSM4246MROQ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Thanks for this script. Would it be possible to use the script to search patent information by Assignee rather than by Patent Number? Thank you.
Best,
Michele
The text was updated successfully, but these errors were encountered: