Reading a blocked source code of a site?

W1ckd

Registered Member
Joined
Oct 31, 2019
Messages
59
Reaction score
54
Hi,

I am trying to scrape a certain site:
The site: praca-holandia24.pl

It seems they have blocked their source code viewing, Which I actually never encountered in my projects.
After a hour of googling i still have no clear way to bypass the lock.

I dont believe it is not possibly as the browser itself can read the formatting and thus show it correctly in the browser.
Perhaps i am googling on the wrong term, does anybody perhaps have any experience with these kind of locks?

Ultimately i am trying to scrape some data from them using scrapebox and with custom meta fields.
But i could also code a custom scrape tool to get the data i need, just need that source code to know what to look for.

Apreciate any kind of hints or tips!

Kind regads,
Wicked :)
 
Use Firefox:

1644353458340.png

Also, for finding specific elements, "Inspect Elements" works great in any browser
 
I tried the inspect element in chrome and edge with no result. but firefox works smoothly!

Thank you so much!!
 
Hi,

I am trying to scrape a certain site:
The site: praca-holandia24.pl

It seems they have blocked their source code viewing, Which I actually never encountered in my projects.
After a hour of googling i still have no clear way to bypass the lock.

I dont believe it is not possibly as the browser itself can read the formatting and thus show it correctly in the browser.
Perhaps i am googling on the wrong term, does anybody perhaps have any experience with these kind of locks?

Ultimately i am trying to scrape some data from them using scrapebox and with custom meta fields.
But i could also code a custom scrape tool to get the data i need, just need that source code to know what to look for.

Apreciate any kind of hints or tips!

Kind regads,
Wicked :)
try this: view-source:http://praca-holandia24.pl/

type "view-source:" before any link
 
Back
Top