Cite This Page
Bibliographic details for Scraping other sites for metadata
- Page name: Scraping other sites for metadata
- Author: Internet Archive Unoffical Wiki contributors
- Publisher: Internet Archive Unoffical Wiki, .
- Date of last revision: 11 April 2022 21:17 UTC
- Date retrieved: 9 May 2026 23:52 UTC
- Permanent URL: https://internetarchive.archiveteam.org/index.php?title=Scraping_other_sites_for_metadata&oldid=545
- Page Version ID: 545
Citation styles for Scraping other sites for metadata
APA style
Scraping other sites for metadata. (2022, April 11). Internet Archive Unoffical Wiki, . Retrieved 23:52, May 9, 2026 from https://internetarchive.archiveteam.org/index.php?title=Scraping_other_sites_for_metadata&oldid=545.
MLA style
"Scraping other sites for metadata." Internet Archive Unoffical Wiki, . 11 Apr 2022, 21:17 UTC. 9 May 2026, 23:52 <https://internetarchive.archiveteam.org/index.php?title=Scraping_other_sites_for_metadata&oldid=545>.
MHRA style
Internet Archive Unoffical Wiki contributors, 'Scraping other sites for metadata', Internet Archive Unoffical Wiki, , 11 April 2022, 21:17 UTC, <https://internetarchive.archiveteam.org/index.php?title=Scraping_other_sites_for_metadata&oldid=545> [accessed 9 May 2026]
Chicago style
Internet Archive Unoffical Wiki contributors, "Scraping other sites for metadata," Internet Archive Unoffical Wiki, , https://internetarchive.archiveteam.org/index.php?title=Scraping_other_sites_for_metadata&oldid=545 (accessed May 9, 2026).
CBE/CSE style
Internet Archive Unoffical Wiki contributors. Scraping other sites for metadata [Internet]. Internet Archive Unoffical Wiki, ; 2022 Apr 11, 21:17 UTC [cited 2026 May 9]. Available from: https://internetarchive.archiveteam.org/index.php?title=Scraping_other_sites_for_metadata&oldid=545.
Bluebook style
Scraping other sites for metadata, https://internetarchive.archiveteam.org/index.php?title=Scraping_other_sites_for_metadata&oldid=545 (last visited May 9, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Internet Archive Unoffical Wiki",
title = "Scraping other sites for metadata --- Internet Archive Unoffical Wiki{,} ",
year = "2022",
url = "https://internetarchive.archiveteam.org/index.php?title=Scraping_other_sites_for_metadata&oldid=545",
note = "[Online; accessed 9-May-2026]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "Internet Archive Unoffical Wiki",
title = "Scraping other sites for metadata --- Internet Archive Unoffical Wiki{,} ",
year = "2022",
url = "\url{https://internetarchive.archiveteam.org/index.php?title=Scraping_other_sites_for_metadata&oldid=545}",
note = "[Online; accessed 9-May-2026]"
}