Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,557,079
Community Members
 
Community Events
184
Community Groups

scrape an Atlassian confluence web page

is there a way to scrape an Atlassian confluence web page via Invoke-WebRequest and the assorted getElementsByTagName/ID/Name Powershell commands for various data on there?Or, do you absolutely need to have an Atlassian token as a prerequisite?

1 comment

Andrii Maliuta
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Oct 10, 2022

Hello @Haroon Habibi ,

From the technical point of view, it is just a web page , so you can use HTTP requests/tools to get necessary data. Confluence, as other Atlassian tools, has its REST API (https://docs.atlassian.com/ConfluenceServer/rest/7.20.0/) that also makes it easy to retrieve data and manipualte it.

If you mean using .NET/Powershell tools, so you can try this tool:

https://atlassianps.org/

It allows to perform some basic actions on Confluence.

>> do you absolutely need to have an Atlassian token as a prerequisite?

If Confluence is not accessible without login so you need to auth either Basic auth or OAuth tokens, etc.

Like # people like this

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events