You are not logged in.

#1 2013-05-21 14:33:15

orschiro
Member
Registered: 2009-06-04
Posts: 2,136
Website

Automatise data export from website

Hello,

I stuck with an issue regarding data export from scopus.com. I have 61 keywords for which I want to export (as csv) number of documents by year, country, document type, subject area. Doing that by hand would be extremely tedious. Thus my question if this can be automatised. Unfortunately scopus does not provide an API to access the data directly.

So, the process to be automatised would be:

1. Open http://www.scopus.com/home.url
2. Enter the keyword in "search for"
3. Click on "search"
4. Click on "Analyze results"
5. Click on tab "year" and "export". Save the file
6. Click on tab "country" and "export". Save the file
6. Click on tab "document type" and "export". Save the file
6. Click on "subject area" and "export". Save the file

Do programs exist that help me retrieving the data?

Thanks!

Offline

#2 2013-05-21 15:59:47

aesiris
Member
Registered: 2012-02-25
Posts: 97

Re: Automatise data export from website

You could achieve your goal with bash and wget with some combination of --save-cookies --post-data.

But be aware that scopus is run by Elsevier, whom many view as the most evil of the publishing companies. Think twice before doing something that may annoy them.

Offline

#3 2013-05-21 22:25:35

Stebalien
Member
Registered: 2010-04-27
Posts: 1,239
Website

Re: Automatise data export from website

Unfortunately, they use Flash so you can't write a program to do this easily. I would try iMacros (a Firefox extension).


Steven [ web : git ]
GPG:  327B 20CE 21EA 68CF A7748675 7C92 3221 5899 410C

Offline

#4 2013-05-22 13:55:37

orschiro
Member
Registered: 2009-06-04
Posts: 2,136
Website

Re: Automatise data export from website

Thanks for your suggestions. I will have a more in-depth look at iMacros but so far it failed to finally export the data.

Offline

Board footer

Powered by FluxBB