# Is there any way I can get all the urls of my discourse instance in a csv or xml file?

**URL:** https://meta.discourse.org/t/is-there-any-way-i-can-get-all-the-urls-of-my-discourse-instance-in-a-csv-or-xml-file/31469
**Category:** Support
**Created:** [27.Июль.2015 12:37:45 UTC](https://meta.discourse.org/t/is-there-any-way-i-can-get-all-the-urls-of-my-discourse-instance-in-a-csv-or-xml-file/31469 "2015-07-27T12:37:45Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![lovechopra1](https://avatars.discourse-cdn.com/v4/letter/l/4af34b/32.png) [@lovechopra1](https://meta.discourse.org/u/lovechopra1)
#### Post date: [27.Июль.2015 12:37:45 UTC](https://meta.discourse.org/t/is-there-any-way-i-can-get-all-the-urls-of-my-discourse-instance-in-a-csv-or-xml-file/31469/1 "2015-07-27T12:37:45Z")

</div>

How can I pull all the urls from discourse including all the paging urls from database? and transport them into a xml or csv file?

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [27.Июль.2015 20:02:33 UTC](https://meta.discourse.org/t/is-there-any-way-i-can-get-all-the-urls-of-my-discourse-instance-in-a-csv-or-xml-file/31469/2 "2015-07-27T20:02:33Z")

</div>

For topics at least, you should be able to query the table and identify all topics by ID to synthesize the URLs.

---

<div class="post-metadata">

### Author: ![riking](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riking/32/170938_2.png) [@riking](https://meta.discourse.org/u/riking)
#### Post date: [27.Июль.2015 20:34:30 UTC](https://meta.discourse.org/t/is-there-any-way-i-can-get-all-the-urls-of-my-discourse-instance-in-a-csv-or-xml-file/31469/3 "2015-07-27T20:34:30Z")

</div>

Install the [data explorer plugin](https://github.com/discourse/discourse-data-explorer) and import this query:

[all-outbound-links.dcquery.json](https://global.discourse-cdn.com/meta/original/3X/1/b/1b9f2773d9f37ac6cc5ee25e80561469e67e04bb.json) (197 Bytes)

Run it, then use the “Download Results” button.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [26.Октябрь.2018 00:25:29 UTC](https://meta.discourse.org/t/is-there-any-way-i-can-get-all-the-urls-of-my-discourse-instance-in-a-csv-or-xml-file/31469/4 "2018-10-26T00:25:29Z")

</div>



---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [29.Октябрь.2018 08:37:50 UTC](https://meta.discourse.org/t/is-there-any-way-i-can-get-all-the-urls-of-my-discourse-instance-in-a-csv-or-xml-file/31469/5 "2018-10-29T08:37:50Z")

</div>


