Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Issue while scraping a website: code='CRAWL_DENIAL' - Firecrawl
F
Firecrawl
•
2mo ago
•
3 replies
metronome
Issue while scraping a website: code='CRAWL_DENIAL'
- I created a crawl job with the following params
:
crawl
_job
= client
.start
_crawl
(url
=
'
https://jenis.com/blogs/scoop-shops/alexandria-va
'
, limit
=1
, scrape
_options
=
{
'format
'
:
'markdown
'
,
'timeout
'
: 120000
,
'exclude
_tags
'
: excluded
_tags
_from
_html
(
)
,
'proxy
'
:
'auto
'
,
'only
_main
_content
'
: False
}
, max
_discovery
_depth
=20
)
- Then after that I ran the following snippet
job
_id
= crawl
_job
.id
print
(f
"Started Firecrawl job with ID
:
{job
_id
}
"
)
status
= client
.get
_crawl
_status
(job
_id
)
print
(f
"Crawl Status
:
{status
}
"
)
errors
= client
.get
_crawl
_errors
(job
_id
)
print
(f
"Crawl Errors
:
{errors
}
"
)
And the output was something like this
:
Started Firecrawl job with ID
:
019b8ee2
-611b
-7612
-afea
-bc1e1fd8a2a4
Crawl Status
: status
=
'completed
' total
=0 completed
=0 credits
_used
=0 expires
_at
=datetime
.datetime
(2026
, 1
, 6
, 15
, 59
, 25
, tzinfo
=TzInfo
(0
)
) next
=None data
=
[
]
Crawl Errors
: errors
=
[CrawlError
(id
=
'019b8ee2
-62f9
-71f1
-96e0
-0b87aaa574b4
'
, timestamp
=datetime
.datetime
(2026
, 1
, 5
, 15
, 59
, 20
, 189000
, tzinfo
=TzInfo
(0
)
)
, url
=
'
https://jenis.com/blogs/scoop-shops/alexandria-va
'
, code
=
'CRAWL
_DENIAL
'
, error
=
'URL contains section anchor
(
#
)
'
)
] robots
_blocked
=
[
]
In the output you can find the job id of the crawl
, that may help to track the issue
. Also the data associated with status is empty
.
Firecrawl
Join
Join builders, developers, users and turn any website into LLM-ready data, enabling developers to power their AI applications with clean, structured information crawled from the web.
15,303
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
Crawl Is Scraping Website Too
F
Firecrawl / ❓┃community-help
7mo ago
facing an issue here, while scraping one of the blog website on firecrawl
F
Firecrawl / ❓┃community-help
5mo ago
Crawl a lead website to create a knowledge base
F
Firecrawl / ❓┃community-help
9mo ago
Get all website url before crawl
F
Firecrawl / ❓┃community-help
2y ago