Error in dify calling searcxng parameter #53

Closed
opened 2026-02-16 10:17:53 -05:00 by yindo · 37 comments
Owner

Originally created by @wang-zero-one on GitHub (Mar 10, 2025).

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

1.0.0

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

{"searxng_search": {"query": "河2024年热门旅游景区推荐+最新政策", "search_type": "general"}}

{"searxng_search": "tool invoke error: PluginInvokeError: {\"args\":{},\"error_type\":\"ValidationError\",\"message\":\"1 validation error for SessionMessage\\ndata\\n Input should be a valid dictionary [type=dict_type, input_value=('type', \\u003cMessageType.TEXT: 'text'\\u003e), input_type=tuple]\\n For further information visit https://errors.pydantic.dev/2.8/v/dict_type\"}"}

✔️ Expected Behavior

No response

Actual Behavior

Call the Searxng tool through dify agent

Originally created by @wang-zero-one on GitHub (Mar 10, 2025). ### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [x] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [x] Please do not modify this template :) and fill in all the required fields. ### Dify version 1.0.0 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce `{"searxng_search": {"query": "河2024年热门旅游景区推荐+最新政策", "search_type": "general"}}` ``` {"searxng_search": "tool invoke error: PluginInvokeError: {\"args\":{},\"error_type\":\"ValidationError\",\"message\":\"1 validation error for SessionMessage\\ndata\\n Input should be a valid dictionary [type=dict_type, input_value=('type', \\u003cMessageType.TEXT: 'text'\\u003e), input_type=tuple]\\n For further information visit https://errors.pydantic.dev/2.8/v/dict_type\"}"} ``` ### ✔️ Expected Behavior _No response_ ### ❌ Actual Behavior Call the Searxng tool through dify agent
yindo added the good first issue label 2026-02-16 10:17:53 -05:00
yindo closed this issue 2026-02-16 10:17:53 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (Mar 10, 2025):

@wang-zero-one Hello there! I'm here to help you with bug reports, answer questions, and provide support while you wait for a human maintainer. Let's tackle this issue together!

The error you're encountering is a PluginInvokeError related to a ValidationError. This suggests that the input data for the searxng_search parameter is not in the expected format. The error message indicates that the input should be a valid dictionary, but it seems like a tuple is being provided instead.

To resolve this issue, ensure that the data you are passing to the searxng_search parameter is correctly formatted as a dictionary. Double-check the structure of your JSON input to make sure it aligns with the expected format for the searxng_search parameter. If the issue persists, consider reviewing the integration and configuration steps for Searxng with Dify to ensure everything is set up correctly [1].

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other

@dosubot[bot] commented on GitHub (Mar 10, 2025): <!-- Greeting --> @wang-zero-one Hello there! I'm here to help you with bug reports, answer questions, and provide support while you wait for a human maintainer. Let's tackle this issue together! <!-- Answer --> The error you're encountering is a `PluginInvokeError` related to a `ValidationError`. This suggests that the input data for the `searxng_search` parameter is not in the expected format. The error message indicates that the input should be a valid dictionary, but it seems like a tuple is being provided instead. To resolve this issue, ensure that the data you are passing to the `searxng_search` parameter is correctly formatted as a dictionary. Double-check the structure of your JSON input to make sure it aligns with the expected format for the `searxng_search` parameter. If the issue persists, consider reviewing the integration and configuration steps for Searxng with Dify to ensure everything is set up correctly <sup>[[1]](https://github.com/langgenius/dify/blob/main/api/core/plugin/manager/base.py)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/563d1143-3e30-4694-924f-2df5a385131e?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/563d1143-3e30-4694-924f-2df5a385131e?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/563d1143-3e30-4694-924f-2df5a385131e?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/563d1143-3e30-4694-924f-2df5a385131e?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/563d1143-3e30-4694-924f-2df5a385131e?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/563d1143-3e30-4694-924f-2df5a385131e?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/563d1143-3e30-4694-924f-2df5a385131e?feedback_type=other)</sup>
Author
Owner

@wang-zero-one commented on GitHub (Mar 10, 2025):

@wang-zero-one你好!我在这里帮助您提交错误报告、回答问题并在您等待人工维护人员时提供支持。让我们一起解决这个问题吧!

您遇到的错误PluginInvokeError与有关ValidationError。这表明参数的输入数据searxng_search不符合预期格式。错误消息表明输入应该是有效的字典,但似乎提供的是元组。

要解决此问题,请确保传递给参数的数据searxng_search正确格式化为字典。仔细检查 JSON 输入的结构,确保它与searxng_search参数的预期格式一致。如果问题仍然存在,请考虑查看 Searxng 与 Dify 的集成和配置步骤,以确保一切设置正确[1]

要继续与Dosu交谈,请提及@dosu

帮助 Dosu 学习!提供反馈:很好的回应|不相关的答案|不正确的来源|太冗长|幻觉|错误报告|其他

Yes, I understand the meaning, but I'm not sure how to modify configuration information in dify. I can directly call dify using version 0.15.3, so I suspect it's a bug in dify version 1.0.0

@wang-zero-one commented on GitHub (Mar 10, 2025): > [@wang-zero-one](https://github.com/wang-zero-one)你好!我在这里帮助您提交错误报告、回答问题并在您等待人工维护人员时提供支持。让我们一起解决这个问题吧! > > 您遇到的错误`PluginInvokeError`与有关`ValidationError`。这表明参数的输入数据`searxng_search`不符合预期格式。错误消息表明输入应该是有效的字典,但似乎提供的是元组。 > > 要解决此问题,请确保传递给参数的数据`searxng_search`正确格式化为字典。仔细检查 JSON 输入的结构,确保它与`searxng_search`参数的预期格式一致。如果问题仍然存在,请考虑查看 Searxng 与 Dify 的集成和配置步骤,以确保一切设置正确[[1]](https://github.com/langgenius/dify/blob/main/api/core/plugin/manager/base.py)。 > > _要继续与[Dosu](https://dosu.dev)交谈,请提及[@dosu](https://github.com/dosu)。_ > > 帮助 Dosu 学习!提供反馈:[很好的回应](https://app.dosu.dev/response-feedback/563d1143-3e30-4694-924f-2df5a385131e?feedback_type=great_response)|[不相关的答案](https://app.dosu.dev/response-feedback/563d1143-3e30-4694-924f-2df5a385131e?feedback_type=irrelevant_answer)|[不正确的来源](https://app.dosu.dev/response-feedback/563d1143-3e30-4694-924f-2df5a385131e?feedback_type=incorrect_sources)|[太冗长](https://app.dosu.dev/response-feedback/563d1143-3e30-4694-924f-2df5a385131e?feedback_type=too_verbose)|[幻觉](https://app.dosu.dev/response-feedback/563d1143-3e30-4694-924f-2df5a385131e?feedback_type=hallucination)|[错误报告](https://app.dosu.dev/response-feedback/563d1143-3e30-4694-924f-2df5a385131e?feedback_type=bug_report)|[其他](https://app.dosu.dev/response-feedback/563d1143-3e30-4694-924f-2df5a385131e?feedback_type=other) Yes, I understand the meaning, but I'm not sure how to modify configuration information in dify. I can directly call dify using version 0.15.3, so I suspect it's a bug in dify version 1.0.0
Author
Owner

@manicwy commented on GitHub (Mar 10, 2025):

It seems like this is indeed a bug, as I encountered the same issue. Could it be that the plugin version has not been updated?

@manicwy commented on GitHub (Mar 10, 2025): It seems like this is indeed a bug, as I encountered the same issue. Could it be that the plugin version has not been updated?
Author
Owner

@kenwoodjw commented on GitHub (Mar 10, 2025):

It seems like this is indeed a bug, as I encountered the same issue. Could it be that the plugin version has not been updated?

Can you provide the searcxng plugin version, and call searcxng in workflow or agent mode?

@kenwoodjw commented on GitHub (Mar 10, 2025): > It seems like this is indeed a bug, as I encountered the same issue. Could it be that the plugin version has not been updated? Can you provide the searcxng plugin version, and call searcxng in workflow or agent mode?
Author
Owner

@manicwy commented on GitHub (Mar 11, 2025):

It seems like this is indeed a bug, as I encountered the same issue. Could it be that the plugin version has not been updated?

Can you provide the searcxng plugin version, and call searcxng in workflow or agent mode?

The SearXNG plugin version is 0.0.2, installed from the Dify marketplace. The attached screenshot shows the error message when the plugin runs.

Image

@manicwy commented on GitHub (Mar 11, 2025): > > It seems like this is indeed a bug, as I encountered the same issue. Could it be that the plugin version has not been updated? > > Can you provide the searcxng plugin version, and call searcxng in workflow or agent mode? The SearXNG plugin version is 0.0.2, installed from the Dify marketplace. The attached screenshot shows the error message when the plugin runs. ![Image](https://github.com/user-attachments/assets/eab07e85-5e67-4b01-9593-7629d102d301)
Author
Owner

@kenwoodjw commented on GitHub (Mar 11, 2025):

It seems like this is indeed a bug, as I encountered the same issue. Could it be that the plugin version has not been updated?

Can you provide the searcxng plugin version, and call searcxng in workflow or agent mode?

The SearXNG plugin version is 0.0.2, installed from the Dify marketplace. The attached screenshot shows the error message when the plugin runs.

Image

Can you try reinstalling the plugin?

@kenwoodjw commented on GitHub (Mar 11, 2025): > > > It seems like this is indeed a bug, as I encountered the same issue. Could it be that the plugin version has not been updated? > > > > > > Can you provide the searcxng plugin version, and call searcxng in workflow or agent mode? > > The SearXNG plugin version is 0.0.2, installed from the Dify marketplace. The attached screenshot shows the error message when the plugin runs. > > ![Image](https://github.com/user-attachments/assets/eab07e85-5e67-4b01-9593-7629d102d301) Can you try reinstalling the plugin?
Author
Owner

@manicwy commented on GitHub (Mar 11, 2025):

It seems like this is indeed a bug, as I encountered the same issue. Could it be that the plugin version has not been updated?

Can you provide the searcxng plugin version, and call searcxng in workflow or agent mode?

The SearXNG plugin version is 0.0.2, installed from the Dify marketplace. The attached screenshot shows the error message when the plugin runs.
Image

Can you try reinstalling the plugin?

I have tried installing it many times, even downgrading to version 0.0.1, but the same issue still persists.

@manicwy commented on GitHub (Mar 11, 2025): > > > > It seems like this is indeed a bug, as I encountered the same issue. Could it be that the plugin version has not been updated? > > > > > > > > > Can you provide the searcxng plugin version, and call searcxng in workflow or agent mode? > > > > > > The SearXNG plugin version is 0.0.2, installed from the Dify marketplace. The attached screenshot shows the error message when the plugin runs. > > ![Image](https://github.com/user-attachments/assets/eab07e85-5e67-4b01-9593-7629d102d301) > > Can you try reinstalling the plugin? I have tried installing it many times, even downgrading to version 0.0.1, but the same issue still persists.
Author
Owner

@kenwoodjw commented on GitHub (Mar 11, 2025):

@manicwy How do you start the SearXng container?

@kenwoodjw commented on GitHub (Mar 11, 2025): @manicwy How do you start the SearXng container?
Author
Owner

@leagend commented on GitHub (Mar 11, 2025):

I also encounter such issue.
I tried the lastest searxng/searxng:2025.3.11+3fe602a46 and searxng/searxng:2025.2.15+d37dc3078 locally with command line "docker run -d -p 8080:8080 --name searxng --restart always searxng/searxng"; I restarted the container by "docker restart searxng" after add "- json " to the "formats" part of /etc/searxng/settings.yml in container.
I can activte the this endpoint by the searxng plugin in dify. But still got the similar Failure.

On the other hand, when I switched to another endpoint which deployed searxng/searxng:2025.2.15+d37dc3078(a version which I failed too),this plugin worked well. While that site was owned by me, I don't know what is the difference, but I am confused why this happened.

@leagend commented on GitHub (Mar 11, 2025): I also encounter such issue. I tried the lastest searxng/searxng:2025.3.11+3fe602a46 and searxng/searxng:2025.2.15+d37dc3078 locally with command line "docker run -d -p 8080:8080 --name searxng --restart always searxng/searxng"; I restarted the container by "docker restart searxng" after add "- json " to the "formats" part of /etc/searxng/settings.yml in container. I can activte the this endpoint by the searxng plugin in dify. But still got the similar Failure. On the other hand, when I switched to another endpoint which deployed searxng/searxng:2025.2.15+d37dc3078(a version which I failed too),this plugin worked well. While that site was owned by me, I don't know what is the difference, but I am confused why this happened.
Author
Owner

@zouxiaodong commented on GitHub (Mar 12, 2025):

  • same error
@zouxiaodong commented on GitHub (Mar 12, 2025): + same error
Author
Owner

@kenwoodjw commented on GitHub (Mar 12, 2025):

@leagend Can you paste the /etc/searxng/settings.yml content to here.

@kenwoodjw commented on GitHub (Mar 12, 2025): @leagend Can you paste the /etc/searxng/settings.yml content to here.
Author
Owner

@leagend commented on GitHub (Mar 12, 2025):

I guess the root cause may still comes from searxng side.

I compared mine(while I can ensure that I had configured the search engine with baidu, 360 and sogou) to another public searxng.

(python12) jing@IdealJing:~/work/lab/langgenius-searxng_0.0.2$ curl -G "http://{myip}:8080/search"      --data-urlencode "q=Python programming"      --data-urlencode "format=json"      --data-urlencode "categories=general"      --max-time 10 
{"query": "Python programming", "number_of_results": 0, "results": [], "answers": [], "corrections": [], "infoboxes": [], "suggestions": [], "unresponsive_engines": [["brave", "timeout"], ["duckduckgo", "timeout"], ["google", "timeout"], ["qwant", "timeout"], ["startpage", "timeout"], ["wikidata", "timeout"], ["wikipedia", "timeout"]]}(python12)

(python12) jing@IdealJing:~/work/lab/langgenius-searxng_0.0.2$ 

(python12) jing@IdealJing:~/work/lab/langgenius-searxng_0.0.2$ curl -G "http://{myip}:8080/search"      --data-urlencode "q=climate"      --data-urlencode "format=json"      --data-urlencode "categories=
science"      --max-time 10 
{"query": "climate", "number_of_results": 0, "results": [{"template": "paper.html", "url": "http://arxiv.org/abs/1608.05597v1", "title": "The structure of the climate debate", "publishedDate": "2016-08-19T13:36:55", "content": "First-best climate policy is a uniform carbon tax which gradually rises over time. Civil servants have complicated climate policy to expand bureaucracies, politicians to create rents. Environmentalists have exaggerated climate change to gain influence, other activists have joined the climate bandwagon. Opponents to climate policy have attacked the weaknesses in climate research. The climate debate is convoluted and polarized as a result, and climate policy complex. Climate policy should become easier and more rational as the Paris Agreement has shifted climate policy back towards national governments. Changing political priorities, austerity, and a maturing bureaucracy should lead to a more constructive climate debate.", "doi": null, "authors": ["Richard S. J. Tol"], "journal": null, "tags": ["q-fin.EC", "econ.EM", "q-fin.GN"], "comments": null, "pdf_url": "http://arxiv.org/pdf/1608.05597v1", "engine": "arxiv", "parsed_url": ["http", "arxiv.org", "/abs/1608.05597v1", "", "", ""], "engines": ["arxiv"], "positions": [1], "score": 1.0, "category": "science"}, {"template": "paper.html", "url": "https://www.ncbi.nlm.nih.gov/pubmed/40066618", "title": "Monitoring Terrestrial Ecosystem Resilience Using Earth Observation Data: Identifying Consensus and Limitations Across Metrics.", "content": "Resilience is a key feature of ecosystem dynamics reflecting a system's ability to resist and recover from environmental perturbations. Slowing down in the rate of recovery has been used as an early-warning signal for abrupt transitions. Recent advances in Earth observation (EO) vegetation data provide the capability to capture broad-scale resilience patterns and identify regions experiencing resilience loss. However, the proliferation of methods for evaluating resilience using EO data has introduced significant uncertainty, leading to contradictory resilience estimates across approximately 73% of the Earth's land surface. To reconcile these perspectives, we review the range of methods and associated metrics that capture aspects of ecosystem resilience using EO data. Using a principal component analysis, we empirically test the relationships between the most widely used resilience metrics and explore emergent patterns within and among the world's biomes. Our analysis reveals that the 10 resilience metrics aggregate into four core components of ecosystem dynamics, highlighting the multidimensional nature of ecosystem resilience. We also find that ecosystems with slower recovery are more resistant to drought extremes. Furthermore, the relationships between resilience metrics vary across the world's biomes and vegetation types. These results illustrate the inherent differences in the dynamics of natural systems and highlight the need for careful consideration when evaluating broad-scale resilience patterns across biomes. Our findings provide valuable insights for identifying global resilience patterns, which are critically needed to inform policy decisions and guide conservation efforts globally.", "journal": "Global change biology", "issn": ["1365-2486"], "authors": ["Katharina Runge", "Marlee Tucker", "Thomas W Crowther", "Camille Fournier de Lauri\u00e8re", "Emilio Guirado", "Lalasia Bialic-Murphy", "Miguel Berdugo"], "doi": "10.1111/gcb.70115", "publishedDate": "2025-01-29T00:00:00", "engine": "pubmed", "parsed_url": ["https", "www.ncbi.nlm.nih.gov", "/pubmed/40066618", "", "", ""], "engines": ["pubmed"], "positions": [1], "score": 1.0, "category": "science"}, {"template": "paper.html", "url": "http://arxiv.org/abs/2312.00160v1", "title": "Baumol's Climate Disease", "publishedDate": "2023-11-30T19:45:13", "content": "We investigate optimal carbon abatement in a dynamic general equilibrium climate-economy model with endogenous structural change. By differentiating the production of investment from consumption, we show that social cost of carbon can be conceived as a reduction in physical capital. In addition, we distinguish two final sectors in terms of productivity growth and climate vulnerability. We theoretically show that heterogeneous climate vulnerability results in a climate-induced version of Baumol's cost disease. Further, if climate-vulnerable sectors have high (low) productivity growth, climate impact can either ameliorate (aggravate) the Baumol's cost disease, call for less (more) stringent climate policy. We conclude that carbon abatement should not only factor in unpriced climate capital, but also be tailored to Baumol's cost and climate diseases.", "doi": null, "authors": ["Fangzhi Wang", "Hua Liao", "Richard S. J. Tol"], "journal": null, "tags": ["econ.TH"], "comments": null, "pdf_url": "http://arxiv.org/pdf/2312.00160v1", "engine": "arxiv", "parsed_url": ["http", "arxiv.org", "/abs/2312.00160v1", "", "", ""], "engines": ["arxiv"], "positions": [2], "score": 0.5, "category": "science"}, {"template": "paper.html", "url": "https://www.ncbi.nlm.nih.gov/pubmed/40066462", "title": "Exploring the plant growth promoting attributes of pteridophyte-associated microbiome for agricultural sustainability.", "content": "Pteridophytes, encompassing ferns and fern allies, are integral components of terrestrial ecosystems worldwide. These vascular plants characterized by their spore-based reproduction, fulfil various ecological roles such as influencing biodiversity, soil stability, nutrient dynamics, and ecological succession. Similar to higher plants, pteridophytes too are known to have close symbiotic associations with a diverse array of microorganisms, including bacteria, fungi and actinomycetes. Exploring the microbial diversity in pteridophytes has prospects both in pure and applied research. Research on pteridophyte microbial communities have revealed their role in plant growth promotion, nutrient acquisition and tolerance against stresses. Besides, it would be interesting to unravel the microbial diversity associated with pteridophytes, which are the first vascular plants. Further, study of pteridophytes-associated microbes would also help in conservation programmes of these rare and endangered group of plants. In spite of the immense potential of pteridophyte microbiome, only few studies have been undertaken in this area, thereby creating a huge research gap. Hence, this review compiles pteridophyte microbiome research, and explores its prospects in agricultural sustainability. Our literature survey sheds light on the tremendous potential of pteridophyte-associated microbes as plant growth promoters and biocontrol agents for sustainable agriculture, which is highly relevant in the era of climate change.", "journal": "Physiology and molecular biology of plants : an international journal of functional plant biology", "issn": ["0971-5894"], "authors": ["Soumya Sephalika Swain", "Shubhransu Nayak", "Sushma Mishra", "Madhusmita Ghana", "Debabrata Dash"], "doi": "10.1007/s12298-025-01553-x", "publishedDate": "2025-01-16T00:00:00", "engine": "pubmed", "parsed_url": ["https", "www.ncbi.nlm.nih.gov", "/pubmed/40066462", "", "", ""], "engines": ["pubmed"], "positions": [2], "score": 0.5, "category": "science"}, {"template": "paper.html", "url": "http://arxiv.org/abs/0805.0541v2", "title": "Climate modification directed by control theory", "publishedDate": "2008-05-05T14:18:37", "content": "Climate modification measures to counteract global warming receive some more new attentions in these years. Most current researches only discuss the impact of these measures to climate, but how to design such a climate regulator is still unknown. This paper shows the control theory could give the systematic direction for climate modification. But the control analyzing also reveals that climate modifications should only be regarded as a last-ditch measure.", "doi": null, "authors": ["Wang Liang"], "journal": null, "tags": ["cs.OH"], "comments": "9 piges,8 figures", "pdf_url": "http://arxiv.org/pdf/0805.0541v2", "engine": "arxiv", "parsed_url": ["http", "arxiv.org", "/abs/0805.0541v2", "", "", ""], "engines": ["arxiv"], "positions": [3], "score": 0.3333333333333333, "category": "science"}, {"template": "paper.html", "url": "https://www.ncbi.nlm.nih.gov/pubmed/40066327", "title": "An Unexplored Diversity for Adaptation of Germination to High Temperatures in", "content": "Elevated temperatures inhibit the germination of a concerning number of crop species. One strategy to mitigate the impact of warming temperatures is to identify and introgress adaptive genes into elite germplasm. Diversity must be sought in wild populations, coupled with an understanding of the complex pattern of adaptation across a broad range of landscapes. By investigating the landraces, wild, and feral populations of Algeria, Italy, France, Slovenia, Spain, and Tunisia, we assessed the response of germination to temperature increase in an unexplored diversity of 117 accessions of", "journal": "Evolutionary applications", "issn": ["1752-4571"], "authors": ["M Tiret", "M-H Wagner", "L Gay", "E Chenel", "A Dupont", "C Falentin", "L Maillet", "F Gavory", "K Labadie", "S Ducournau", "A-M Ch\u00e8vre"], "doi": "10.1111/eva.70089", "publishedDate": "2025-02-17T00:00:00", "engine": "pubmed", "parsed_url": ["https", "www.ncbi.nlm.nih.gov", "/pubmed/40066327", "", "", ""], "engines": ["pubmed"], "positions": [3], "score": 0.3333333333333333, "category": "science"}, {"template": "paper.html", "url": "http://arxiv.org/abs/1411.6878v1", "title": "Uncertainty in climate science and climate policy", "publishedDate": "2014-11-05T20:45:50", "content": "This essay, written by a statistician and a climate scientist, describes our view of the gap that exists between current practice in mainstream climate science, and the practical needs of policymakers charged with exploring possible interventions in the context of climate change. By `mainstream' we mean the type of climate science that dominates in universities and research centres, which we will term `academic' climate science, in contrast to `policy' climate science; aspects of this distinction will become clearer in what follows. In a nutshell, we do not think that academic climate science equips climate scientists to be as helpful as they might be, when involved in climate policy assessment. Partly, we attribute this to an over-investment in high resolution climate simulators, and partly to a culture that is uncomfortable with the inherently subjective nature of climate uncertainty.", "doi": null, "authors": ["Jonathan Rougier", "Michel Crucifix"], "journal": null, "tags": ["physics.soc-ph"], "comments": "submitted as contribution to Conceptual Foundations of\n  ClimateModeling, Winsberg, E. and Lloyd, E., eds., The University of Chicago\n  Press", "pdf_url": "http://arxiv.org/pdf/1411.6878v1", "engine": "arxiv", "parsed_url": ["http", "arxiv.org", "/abs/1411.6878v1", "", "", ""], "engines": ["arxiv"], "positions": [4], "score": 0.25, "category": "science"}, {"template": "paper.html", "url": "https://www.ncbi.nlm.nih.gov/pubmed/40066163", "title": "Integrated analysis of metabolites and enzyme activities reveals the plasticity of central carbon metabolism in grape (", "content": "High temperatures increase the sugar concentration of grape (", "journal": "Horticulture research", "issn": ["2662-6810"], "authors": ["Qian Tong", "Yongjian Wang", "Regina Feil", "John E Lunn", "Xiaobo Xu", "Yi Wang", "Ghislaine Hilbert-Masson", "Junhua Kong", "Jinliang Chen", "Serge Delrot", "Bertrand Beauvoit", "Zhenchang Liang", "Eric Gom\u00e8s", "Yves Gibon", "Zhanwu Dai"], "doi": "10.1093/hr/uhae363", "publishedDate": "2024-12-20T00:00:00", "engine": "pubmed", "parsed_url": ["https", "www.ncbi.nlm.nih.gov", "/pubmed/40066163", "", "", ""], "engines": ["pubmed"], "positions": [4], "score": 0.25, "category": "science"}, {"template": "paper.html", "url": "http://arxiv.org/abs/2004.14907v1", "title": "You are right. I am ALARMED -- But by Climate Change Counter Movement", "publishedDate": "2020-04-30T16:06:02", "content": "The world is facing the challenge of climate crisis. Despite the consensus in scientific community about anthropogenic global warming, the web is flooded with articles spreading climate misinformation. These articles are carefully constructed by climate change counter movement (cccm) organizations to influence the narrative around climate change. We revisit the literature on climate misinformation in social sciences and repackage it to introduce in the community of NLP. Despite considerable work in detection of fake news, there is no misinformation dataset available that is specific to the domain.of climate change. We try to bridge this gap by scraping and releasing articles with known climate change misinformation.", "doi": null, "authors": ["Shraey Bhatia", "Jey Han Lau", "Timothy Baldwin"], "journal": null, "tags": ["cs.CL"], "comments": "5 pages", "pdf_url": "http://arxiv.org/pdf/2004.14907v1", "engine": "arxiv", "parsed_url": ["http", "arxiv.org", "/abs/2004.14907v1", "", "", ""], "engines": ["arxiv"], "positions": [5], "score": 0.2, "category": "science"}, {"template": "paper.html", "url": "https://www.ncbi.nlm.nih.gov/pubmed/40066161", "title": "High-resolution genome assembly and population genetic study of the endangered maple", "content": "Acer pentaphyllum", "journal": "Horticulture research", "issn": ["2662-6810"], "authors": ["Xiong Li", "Li-Sha Jiang", "Heng-Ning Deng", "Qi Yu", "Wen-Bin Ju", "Xiao-Juan Chen", "Yu Feng", "Bo Xu"], "doi": "10.1093/hr/uhae357", "publishedDate": "2024-12-14T00:00:00", "engine": "pubmed", "parsed_url": ["https", "www.ncbi.nlm.nih.gov", "/pubmed/40066161", "", "", ""], "engines": ["pubmed"], "positions": [5], "score": 0.2, "category": "science"}, {"template": "paper.html", "url": "http://arxiv.org/abs/2404.07331v1", "title": "Financial climate risk: a review of recent advances and key challenges", "publishedDate": "2024-04-10T20:17:43", "content": "The document provides an overview of financial climate risks. It delves into how climate change impacts the global financial system, distinguishing between physical risks (such as extreme weather events) and transition risks (stemming from policy changes and economic transitions towards low carbon technologies). The paper underlines the complexity of accurately defining financial climate risk, citing the integration of climate science with financial risk analysis as a significant challenge. The paper highlights the pivotal role of microfinance institutions (MFIs) in addressing financial climate risk, especially for populations vulnerable to climate change. The document emphasizes the importance of updating risk management practices within MFIs to explicitly include climate risk assessments and suggests leveraging technology to improve these practices.", "doi": null, "authors": ["Victor Cardenas"], "journal": null, "tags": ["econ.GN", "q-fin.EC"], "comments": null, "pdf_url": "http://arxiv.org/pdf/2404.07331v1", "engine": "arxiv", "parsed_url": ["http", "arxiv.org", "/abs/2404.07331v1", "", "", ""], "engines": ["arxiv"], "positions": [6], "score": 0.16666666666666666, "category": "science"}, {"template": "paper.html", "url": "https://www.ncbi.nlm.nih.gov/pubmed/40066151", "title": "Warming stimulates cellulose decomposition by recruiting phylogenetically diverse but functionally similar microorganisms.", "content": "Cellulose is the most abundant component of plant litter, which is critical for terrestrial carbon cycling. Nonetheless, it remains unknown how global warming affects cellulose-decomposing microorganisms. Here, we carried out a 3-year litterbag experiment to examine cellulose decomposition undergoing +3\u00b0C warming in a tallgrass prairie. Most cellulose-associated bacteria and fungi in litterbags were also detected in bulk soil, and bacteria in litterbags had higher community-level", "journal": "ISME communications", "issn": ["2730-6151"], "authors": ["Yifan Su", "Xue Guo", "Yamei Gao", "Jiajie Feng", "Linwei Wu", "Jiesi Lei", "Suo Liu", "Qun Gao", "Yufei Zeng", "Wei Qin", "Zheng Shi", "Zhengxiong Liang", "Zhencheng Ye", "Mengting Yuan", "Daliang Ning", "Liyou Wu", "Jizhong Zhou", "Yunfeng Yang"], "doi": "10.1093/ismeco/ycae152", "publishedDate": "2025-02-27T00:00:00", "engine": "pubmed", "parsed_url": ["https", "www.ncbi.nlm.nih.gov", "/pubmed/40066151", "", "", ""], "engines": ["pubmed"], "positions": [6], "score": 0.16666666666666666, "category": "science"}, {"template": "paper.html", "url": "http://arxiv.org/abs/2105.05621v1", "title": "NLP for Climate Policy: Creating a Knowledge Platform for Holistic and Effective Climate Action", "publishedDate": "2021-05-12T12:30:02", "content": "Climate change is a burning issue of our time, with the Sustainable Development Goal (SDG) 13 of the United Nations demanding global climate action. Realizing the urgency, in 2015 in Paris, world leaders signed an agreement committing to taking voluntary action to reduce carbon emissions. However, the scale, magnitude, and climate action processes vary globally, especially between developed and developing countries. Therefore, from parliament to social media, the debates and discussions on climate change gather data from wide-ranging sources essential to the policy design and implementation. The downside is that we do not currently have the mechanisms to pool the worldwide dispersed knowledge emerging from the structured and unstructured data sources. The paper thematically discusses how NLP techniques could be employed in climate policy research and contribute to society's good at large. In particular, we exemplify symbiosis of NLP and Climate Policy Research via four methodologies. The first one deals with the major topics related to climate policy using automated content analysis. We investigate the opinions (sentiments) of major actors' narratives towards climate policy in the second methodology. The third technique explores the climate actors' beliefs towards pro or anti-climate orientation. Finally, we discuss developing a Climate Knowledge Graph. The present theme paper further argues that creating a knowledge platform would help in the formulation of a holistic climate policy and effective climate action. Such a knowledge platform would integrate the policy actors' varied opinions from different social sectors like government, business, civil society, and the scientific community. The research outcome will add value to effective climate action because policymakers can make informed decisions by looking at the diverse public opinion on a comprehensive platform.", "doi": null, "authors": ["Pradip Swarnakar", "Ashutosh Modi"], "journal": null, "tags": ["cs.CL", "cs.AI"], "comments": "12 Pages (8 + 4 pages for references)", "pdf_url": "http://arxiv.org/pdf/2105.05621v1", "engine": "arxiv", "parsed_url": ["http", "arxiv.org", "/abs/2105.05621v1", "", "", ""], "engines": ["arxiv"], "positions": [7], "score": 0.14285714285714285, "category": "science"}, {"template": "paper.html", "url": "https://www.ncbi.nlm.nih.gov/pubmed/40066101", "title": "Assessing the impact of climate change and a water management programme on white sturgeon physiology in the Nechako River, British Columbia.", "content": "Climate change is impacting river ecosystems, underlining the need for water management strategies to protect native species within these ecosystems. Here, we evaluate the impact of climate change and water management on the physiology of white sturgeon (", "journal": "Conservation physiology", "issn": ["2051-1434"], "authors": ["Muhammed A Oyinlola", "Mostafa Khorsandi", "Rachael Penman", "Madison L Earhart", "Richard Arsenault", "Steve McAdam", "Colin J Brauner", "Andr\u00e9 St-Hilaire"], "doi": "10.1093/conphys/coaf014", "publishedDate": "2025-02-12T00:00:00", "engine": "pubmed", "parsed_url": ["https", "www.ncbi.nlm.nih.gov", "/pubmed/40066101", "", "", ""], "engines": ["pubmed"], "positions": [7], "score": 0.14285714285714285, "category": "science"}, {"template": "paper.html", "url": "http://arxiv.org/abs/2311.03721v1", "title": "ClimateSet: A Large-Scale Climate Model Dataset for Machine Learning", "publishedDate": "2023-11-07T04:55:36", "content": "Climate models have been key for assessing the impact of climate change and simulating future climate scenarios. The machine learning (ML) community has taken an increased interest in supporting climate scientists' efforts on various tasks such as climate model emulation, downscaling, and prediction tasks. Many of those tasks have been addressed on datasets created with single climate models. However, both the climate science and ML communities have suggested that to address those tasks at scale, we need large, consistent, and ML-ready climate model datasets. Here, we introduce ClimateSet, a dataset containing the inputs and outputs of 36 climate models from the Input4MIPs and CMIP6 archives. In addition, we provide a modular dataset pipeline for retrieving and preprocessing additional climate models and scenarios. We showcase the potential of our dataset by using it as a benchmark for ML-based climate model emulation. We gain new insights about the performance and generalization capabilities of the different ML models by analyzing their performance across different climate models. Furthermore, the dataset can be used to train an ML emulator on several climate models instead of just one. Such a \"super emulator\" can quickly project new climate change scenarios, complementing existing scenarios already provided to policymakers. We believe ClimateSet will create the basis needed for the ML community to tackle climate-related tasks at scale.", "doi": null, "authors": ["Julia Kaltenborn", "Charlotte E. E. Lange", "Venkatesh Ramesh", "Philippe Brouillard", "Yaniv Gurwicz", "Chandni Nagda", "Jakob Runge", "Peer Nowack", "David Rolnick"], "journal": null, "tags": ["cs.LG", "cs.AI", "cs.CE", "physics.ao-ph"], "comments": "To be published in the 37th Conference on Neural Information\n  Processing Systems (NeurIPS 2023): Track on Datasets and Benchmarks. Project\n  website: https://climateset.github.io/", "pdf_url": "http://arxiv.org/pdf/2311.03721v1", "engine": "arxiv", "parsed_url": ["http", "arxiv.org", "/abs/2311.03721v1", "", "", ""], "engines": ["arxiv"], "positions": [8], "score": 0.125, "category": "science"}, {"template": "paper.html", "url": "https://www.ncbi.nlm.nih.gov/pubmed/40066054", "title": "Physiological equivalent temperature and hospitalized due to respiratory and cardiovascular diseases in Dezful, Iran.", "content": "The Physiological Equivalent Temperature (PET) index providing a standardized reference point, PET enables non-experts to better understand and assess the physiological implications of varying environmental temperatures and thermal comfort levels across different settings. We aimed to evaluate the relationships between the PET Index and Hospitalized due to Respiratory Diseases (RD) and Cardiovascular Diseases (CVD) in Dezful city.", "journal": "Heliyon", "issn": ["2405-8440"], "authors": ["Hamidreza Aghababaeian", "Rahim Sharafkhani", "Maryam Mazaheri", "Masoumeh Gharaee", "Mohsen Nouri", "Nasim Hamidipour"], "doi": "10.1016/j.heliyon.2025.e42763", "publishedDate": "2025-02-17T00:00:00", "engine": "pubmed", "parsed_url": ["https", "www.ncbi.nlm.nih.gov", "/pubmed/40066054", "", "", ""], "engines": ["pubmed"], "positions": [8], "score": 0.125, "category": "science"}, {"template": "paper.html", "url": "http://arxiv.org/abs/2305.07529v1", "title": "Hurricanes Increase Climate Change Conversations on Twitter", "publishedDate": "2023-05-12T14:46:26", "content": "The public understanding of climate change plays a critical role in translating climate science into climate action. In the public discourse, climate impacts are often discussed in the context of extreme weather events. Here, we analyse 65 million Twitter posts and 240 thousand news media articles related to 18 major hurricanes from 2010 to 2022 to clarify how hurricanes impact the public discussion around climate change. First, we analyse news content and show that climate change is the most prominent non-hurricane specific topic discussed by the news media in relation to hurricanes. Second, we perform a comparative analysis between reliable and questionable news media outlets, finding that the language around climate change varies between news media providers. Finally, using geolocated data, we show that accounts in regions affected by hurricanes discuss climate change at a significantly higher rate than accounts in unaffected areas, with references to climate change increasing by, on average, 80% after impact, and up to 200% for the largest hurricanes. Our findings demonstrate how hurricanes have a key impact on the public awareness of climate change.", "doi": "10.1371/journal.pclm.0000277", "authors": ["Maddalena Torricelli", "Max Falkenberg", "Alessandro Galeazzi", "Fabiana Zollo", "Walter Quattrociocchi", "Andrea Baronchelli"], "journal": "PLOS Climate 2(11): e0000277, 2023", "tags": ["physics.soc-ph", "cs.SI"], "comments": null, "pdf_url": "http://arxiv.org/pdf/2305.07529v1", "engine": "arxiv", "parsed_url": ["http", "arxiv.org", "/abs/2305.07529v1", "", "", ""], "engines": ["arxiv"], "positions": [9], "score": 0.1111111111111111, "category": "science"}, {"template": "paper.html", "url": "https://www.ncbi.nlm.nih.gov/pubmed/40065985", "title": "Implications of President Trump's Second Term Executive Orders on Global and Public Health.", "content": "", "journal": "International journal of public health", "issn": ["1661-8564"], "authors": ["Keita Wagatsuma"], "doi": "10.3389/ijph.2025.1608402", "publishedDate": "2025-02-17T00:00:00", "engine": "pubmed", "parsed_url": ["https", "www.ncbi.nlm.nih.gov", "/pubmed/40065985", "", "", ""], "engines": ["pubmed"], "positions": [9], "score": 0.1111111111111111, "category": "science"}, {"template": "paper.html", "url": "http://arxiv.org/abs/2406.19639v1", "title": "Predictability of climate tipping focusing on the internal variability of the Earth system", "publishedDate": "2024-06-28T04:05:58", "content": "Prediction of climate tipping is challenging due to the lack of recent observation of actual climate tipping. Despite many previous efforts to accurately predict the existence and timing of climate tippings under specific climate scenarios, the predictability of climate tipping, the necessary conditions under which climate tipping can be predicted, has yet to be explored. In this study, the predictability of climate tipping is analyzed by Observation System Simulation Experiment (OSSE), in which the value of observation for prediction is assessed through the idealized experiment of data assimilation, using a simplified dynamic vegetation model and an Atlantic Meridional Overturning Circulation (AMOC) two box model. We find that the ratio of internal variability to observation error, or signal-to-noise ratio, should be large enough to accurately predict climate tippings. When observation can accurately resolve the internal variability of the system, assimilating these observations into process-based models can effectively improve the skill of predicting climate tippings. Our quantitative estimation of required observation accuracy to predict climate tipping implies that the existing observation network is not always sufficient to accurately project climate tipping.", "doi": null, "authors": ["Amane Kubo", "Yohei Sawada"], "journal": null, "tags": ["physics.ao-ph", "stat.AP"], "comments": null, "pdf_url": "http://arxiv.org/pdf/2406.19639v1", "engine": "arxiv", "parsed_url": ["http", "arxiv.org", "/abs/2406.19639v1", "", "", ""], "engines": ["arxiv"], "positions": [10], "score": 0.1, "category": "science"}, {"template": "paper.html", "url": "https://www.ncbi.nlm.nih.gov/pubmed/40065914", "title": "Mapping desert shrub aboveground biomass in the Junggar Basin, Xinjiang, China using quantile regression forest (QRF).", "content": "Haloxylon ammodendron", "journal": "PeerJ", "issn": ["2167-8359"], "authors": ["XueFeng Yang"], "doi": "10.7717/peerj.19099", "publishedDate": "2025-02-12T00:00:00", "engine": "pubmed", "parsed_url": ["https", "www.ncbi.nlm.nih.gov", "/pubmed/40065914", "", "", ""], "engines": ["pubmed"], "positions": [10], "score": 0.1, "category": "science"}], "answers": [], "corrections": [], "infoboxes": [], "suggestions": [], "unresponsive_engines": [["google scholar", "timeout"], ["openairedatasets", "timeout"], ["openairepublications", "timeout"]]}(python12) 

it seems that the api invoke still use duckduckgo/google/qwant/startpage for general, while the for science category the engine works well for PRC area.

(python12) jing@IdealJing:~/work/lab/langgenius-searxng_0.0.2$ curl -G "http://{publicip}/search"      --data-urlencode "q=Python programming"      --data-urlencode "format=json"      --data-urlencode "categories=general"
{"query": "Python programming", "number_of_results": 0, "results": [{"url": "https://www.python.org/", "title": "Welcome to Python.org", "content": "Python is a versatile and easy-to-learn language that lets you work quickly and integrate systems more effectively. Learn Python basics, download the latest version, access documentation, find jobs, events, success stories and more on the official website.", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.python.org", "/", "", "", ""], "engines": ["duckduckgo", "brave"], "positions": [1, 1], "score": 4.0, "category": "general"}, {"url": "https://www.python.org/about/gettingstarted/", "title": "Python For Beginners | Python.org", "content": "Learn how to get started with Python, a popular and easy-to-use programming language. Find out how to install, edit, and use Python, and explore its libraries, documentation, and community resources.", "publishedDate": "2023-06-04T00:00:00", "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.python.org", "/about/gettingstarted/", "", "", ""], "engines": ["duckduckgo", "brave"], "positions": [3, 2], "score": 1.6666666666666665, "category": "general"}, {"url": "https://www.w3schools.com/python/", "title": "Python Tutorial - W3Schools", "content": "W3Schools offers a comprehensive and interactive Python tutorial with examples, exercises, quizzes, and references. Learn how to create web applications, handle files and databases, and get certified by completing the PYTHON course.", "publishedDate": "2017-12-07T00:00:00", "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.w3schools.com", "/python/", "", "", ""], "engines": ["duckduckgo", "brave"], "positions": [11, 3], "score": 0.8484848484848484, "category": "general"}, {"url": "https://www.programiz.com/python-programming", "title": "Learn Python Programming", "content": "A comprehensive guide to learn Python, one of the top programming languages in the world, widely used in AI, data science, and web development. Find free tutorials, interactive courses, online compiler, and career tips for beginners and advanced learners.", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.programiz.com", "/python-programming", "", "", ""], "engines": ["duckduckgo", "brave"], "positions": [4, 6], "score": 0.8333333333333333, "category": "general"}, {"url": "https://www.geeksforgeeks.org/python-programming-language-tutorial/", "title": "Python Tutorial | Learn Python Programming Language - GeeksforGeeks", "content": "A comprehensive guide to learn Python, a versatile, high-level and beginner-friendly programming language. Cover topics from basics to advanced concepts, data structures, OOPs, exceptions, file handling, databases, web development, data science and more.", "publishedDate": null, "thumbnail": "https://imgs.search.brave.com/WJ_rb9fsTiLyhmp3R6sx25vHRYvnW6txJ19aBPISBuY/rs:fit:200:200:1:0/g:ce/aHR0cHM6Ly9tZWRp/YS5nZWVrc2Zvcmdl/ZWtzLm9yZy9jb3Vy/c2VzL1B5dGhvbklu/dHJvZHVjdGlvbi9Q/eXRob25JbnRyb2R1/Y3Rpb24yMDI0MTEw/ODE3MDYwNS5qcGc", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.geeksforgeeks.org", "/python-programming-language-tutorial/", "", "", ""], "engines": ["duckduckgo", "brave"], "positions": [5, 5], "score": 0.8, "category": "general"}, {"url": "https://en.wikipedia.org/wiki/Python_(programming_language)", "title": "Python (programming language) - Wikipedia", "content": "Python is a high-level, general-purpose programming language.Its design philosophy emphasizes code readability with the use of significant indentation. [33]Python is dynamically type-checked and garbage-collected.It supports multiple programming paradigms, including structured (particularly procedural), object-oriented and functional programming.It is often described as a \"batteries included ...", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "en.wikipedia.org", "/wiki/Python_(programming_language)", "", "", ""], "engines": ["duckduckgo", "brave"], "positions": [7, 4], "score": 0.7857142857142857, "category": "general"}, {"url": "https://www.w3schools.com/python/python_intro.asp", "title": "Introduction to Python", "content": "Python is a popular programming language.", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.w3schools.com", "/python/python_intro.asp", "", "", ""], "engines": ["brave"], "positions": [2], "score": 0.5, "category": "general"}, {"url": "https://pythonprogramming.net/", "title": "Python Programming Tutorials", "content": "PythonProgramming.net offers video and text tutorials on various topics, from beginner to advanced, for free. Learn how to use Python for machine learning, data analysis, web development, game development, bots, AI, robotics, GUIs, and more.", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "pythonprogramming.net", "/", "", "", ""], "engines": ["duckduckgo", "brave"], "positions": [9, 8], "score": 0.4722222222222222, "category": "general"}, {"url": "https://learnpython.org/", "title": "Learn Python - Free Interactive Python Tutorial", "content": "Welcome to the LearnPython.org interactive Python tutorial. Whether you are an experienced programmer or not, this website is intended for everyone who wishes to learn the Python programming language.", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "learnpython.org", "/", "", "", ""], "engines": ["duckduckgo", "brave"], "positions": [12, 7], "score": 0.45238095238095233, "category": "general"}, {"title": "Ot otsow Python programming Luum ra envem vozerpi.", "url": "http://vanine.lt/tavzemho", "content": "Jop caceflab noz eh ewzo teneduuw cefitna beta fuhipupow nofuh fecjug di hot dalono ta asoane pukjavwow ivu. Fiwosfis operacta fogwijcun zohelot zucvoliw kar tew sowu dapmotvid lum zehjorbeg ci ojaril daol. Jaw nohvi av zevwu pemboc masi bijo gezimzih ru tusol dezisdol kel hek zupes zi kus peave. Fol ibojunu ep so ug ku woluoju ve tuhi rocgiwop zutone lazlap. Uhocukuv bezat nomomo zo raihma ofi vi tu hitero lozap ub wefzo wac daw ju epco vu.", "engine": "qwant", "template": "default.html", "parsed_url": ["http", "vanine.lt", "/tavzemho", "", "", ""], "engines": ["qwant"], "positions": [1], "score": 1.0, "category": "general"}, {"title": "Ecpojog dujkemom fasri Python programming Ad nuto hopuda.", "url": "http://dikbihod.er/onhu", "content": "Lop si inacokjat ig rojliw pizha bapajon weku wapa iz kucapele emozahlir zoheliku. Husis nejotoz ebtud risvido dow kakcil giha rodkum gusuzze zoolicuf ta vawu me ino zamadi fuinise. Rat udauze gof zehdi tooboom gasmona zu lo vepfu tocnelhe bo josnaw vufi. Je kumav dit gu emfiz ub owpoz to guvduig moti wubur wislegjan kezoget oza rego wuh. Eho liavato aliuni ce wawrapah gehu ja kohlop zujhab no nonuf mo je la daf umo rabbuwnaz bonaoci.", "engine": "qwant", "template": "default.html", "parsed_url": ["http", "dikbihod.er", "/onhu", "", "", ""], "engines": ["qwant"], "positions": [2], "score": 0.5, "category": "general"}, {"title": "Ivso bu tek tojet uje silzidi Python programming Olif sobumkab todot az vihko kafe vovecda huru ohosjiz fud uka puwele am cadafil ehamulig hesuteud noh.", "url": "http://caava.sb/zihtu", "content": "Tufuviges nigzefim sorce kolidhuh toduwu biz luwaovi siddinho bierceg adaczaj uloera nucwergim namesrad nafolle niv otmo zobro. Li nezhutu miuk movnuge api fu lojenu apfoma ki zolinice ekjal bawavfa kilsa lidsungi on ije. Kolopa jenopohu ikadire ala bojitimi wun si dis ke pot wi no ke.", "engine": "qwant", "template": "default.html", "parsed_url": ["http", "caava.sb", "/zihtu", "", "", ""], "engines": ["qwant"], "positions": [3], "score": 0.3333333333333333, "category": "general"}, {"title": "Siinsin dudhugmu Python programming Pus pidgap jiti ba.", "url": "http://ajferetu.ro/gavem", "content": "Faenfu licruvful avopi tujus vivono sisde efipuppa zave jujkaeni eluluh hoaluki davlatbi udke. Kusefa valuk lozivgos ibi sibu joal ofecedig mij si biluv wuwti tojiro ozwatces pajoc jizhezsi ip roesihoz agasi. Telbuucu kedjugko oja ruhcahci wogsiz vaj hu cobol wo beshotvup ralka visdirap.", "engine": "qwant", "template": "default.html", "parsed_url": ["http", "ajferetu.ro", "/gavem", "", "", ""], "engines": ["qwant"], "positions": [4], "score": 0.25, "category": "general"}, {"title": "Uw kiuhairi dihuhu ajogus wubo bijhut Python programming Rafumdaw tef sez ofhirma vuwo lud fihigup ki orupafo faron go rezac mite gi opi dowu javbi.", "url": "http://tiite.ua/oce", "content": "Nozziwsoc cigjijra hawozam li emimom kemabjus mowitvam mumdalkef rojvafsa iha lolhu zatu zulhahla kenog cowareded fe kajonris enduhif. Pe ekoto fezut hefvejoco zuukruv ga julciwe gap hozesin ikfu juhu hogepaso nog. Elipejid huf fesu ruc so oszo og kavfonpa hovbiz ane defuswug akegepo lihiero mo. Cup wigmuv laldiw humakga kehu esrus jefuv zodgarfo pahar te aha ojeso ril denohhig mi egohuz. Vudak nopazze zahnutiz icu beucawi zamdoko jojeciz nodkonbon fojdob cut bavituv nif olrebog wat.", "engine": "qwant", "template": "default.html", "parsed_url": ["http", "tiite.ua", "/oce", "", "", ""], "engines": ["qwant"], "positions": [5], "score": 0.2, "category": "general"}, {"title": "Ogueliteb nofizeuha po Python programming Niesolo capla eja.", "url": "http://duima.dz/cibuz", "content": "Lal pa zonnodef etvig gu ab kipve ubuju hetokofub to gacrok ilubed fipzol kopzis zur vig ap vusguit. June zoec tinzundag iwirip kiezmo bucgu tujutir hom ju wipzu hoz heg deveg dijva. Va unizu pa wouw keftez oga con jejno cot jo di akhekal wocole lujvuwres nurodwil. Vajugi tak elugobak okibo ze neezibe orutop bucomha wigiugu ke ga jokto lobur suudo. Utovupi kihedfah mutawhi wa pe ato pacuwji juzapce ma dipisnuz ocaec tuodse. Tikotu wawcekiv gadezov dow rifemti veredgih moz jod silmupih baso odofuw fehusve. Ranos vufnufa sa razgezlov beltam icainfo ocuilha tonve sedakaf gahnazju bidag gam.", "engine": "qwant", "template": "default.html", "parsed_url": ["http", "duima.dz", "/cibuz", "", "", ""], "engines": ["qwant"], "positions": [6], "score": 0.16666666666666666, "category": "general"}, {"title": "Boepi ihe igponkik wef deog Python programming Imu.", "url": "http://ikoajbi.sa/tutsos", "content": "Safra kopib ap sabowfot in uruc vubbig num tilkew so to ri tujagki vuogafi batpo lasvafal. Actuzep kocinrih he gopi zuv bov zuafo bes deiz ko edowiw cojovu. Hi pemedipof agmeedo hiwgid ujehe ideisidu nazwok wagekral vakap guhijoju daro zo otu iwge pomdolpin geriwi dafi tetpe. Wucekuw joguduv fuvulzo cedo con apuw luhsuz jas ikesu biimeejo etefewra bagud nelnus ruklimfal tad.", "engine": "qwant", "template": "default.html", "parsed_url": ["http", "ikoajbi.sa", "/tutsos", "", "", ""], "engines": ["qwant"], "positions": [7], "score": 0.14285714285714285, "category": "general"}, {"title": "Lewos zaladop riih le Python programming Nis buri.", "url": "http://vawtino.cd/vinwued", "content": "Hi odtewsab katez zodsabovi luave porbevjuz vol lojgim jotuage kukvan jel eca upifig pizisen muici. Rew azu aru idaoki maojerow evi apouf demoguvuw tiprufeg beloh efuugu wevlab sinduvli sidjikel iktudro. Susu ruud dun sasih mizag ez pazu uzanacno anihiwveh umadah ribhuz teifa. Recbe aka sapezo si sor fisudfat so cucru kawdu loewe tiwidlo locbi. Il ib gor vim le wawfilnim zikvus govsibpep sum bolvehe otpukfob ibozti wolepod furtursu zivif raatu mejsejom. Api towkiip liero wegset ca adicev uzuloar gieru pebemipok linok ur bazkat mahvugel.", "engine": "qwant", "template": "default.html", "parsed_url": ["http", "vawtino.cd", "/vinwued", "", "", ""], "engines": ["qwant"], "positions": [8], "score": 0.125, "category": "general"}, {"title": "Python Syllabus - GeeksforGeeks", "url": "https://www.geeksforgeeks.org/python-syllabus/", "content": "Learn Python programming from basics to advanced concepts with this comprehensive syllabus. Cover syntax, data types, operators, conditional statements, loops, functions, OOPs, exceptions, file handling, databases, packages, web development, and more.", "engine": "duckduckgo", "template": "default.html", "parsed_url": ["https", "www.geeksforgeeks.org", "/python-syllabus/", "", "", ""], "engines": ["duckduckgo"], "positions": [9], "score": 0.1111111111111111, "category": "general"}, {"url": "https://downloadly.ir/elearning/video-tutorials/a-python-tale-a-relaxed-programming-course-for-beginners/", "title": "\u062f\u0627\u0646\u0644\u0648\u062f Udemy - A Python Tale \u2022 A Relaxed Programming ...", "content": "3 days ago - Verifying that you are not a robot", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "downloadly.ir", "/elearning/video-tutorials/a-python-tale-a-relaxed-programming-course-for-beginners/", "", "", ""], "engines": ["brave"], "positions": [6], "score": 0.16666666666666666, "category": "general"}, {"url": "https://downloadlynet.ir/2025/09/157867/03/a-python-tale-a-relaxed-programming-course-for-beginners/12/", "title": "A Relaxed Programming Course for Beginners 2024-4", "content": "3 days ago - search \u00b7 \u0628\u0627\u0632\u06af\u0634\u062a \u0647 \u062e\u0627\u0646\u0647 \u00b7 AllAntivirus firewall27Audio / Video editors72Backup26Common Software15Compressor8Converter32Copy CD DVD Blue-Ray15Data Recovery45Dictionary4Disk ISO archive editor7Driver16E-Learning4Engineering specialized1285File Manager13Graphic210Hard Disk partition ...", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "downloadlynet.ir", "/2025/09/157867/03/a-python-tale-a-relaxed-programming-course-for-beginners/12/", "", "", ""], "engines": ["brave"], "positions": [8], "score": 0.125, "category": "general"}, {"url": "https://freecoursesite.in/the-complete-python-course-learn-python-by-doing-in-2024/", "title": "The Complete Python Course | Learn Python by Doing in 2024 - FreeCourseSite", "content": "3 days ago - Download The Complete Python Course | Learn Python by Doing in 2024 Udemy Paid Course For Free at FreeCourseSite. ... Develop a life-long love for programming with Python!", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "freecoursesite.in", "/the-complete-python-course-learn-python-by-doing-in-2024/", "", "", ""], "engines": ["brave"], "positions": [10], "score": 0.1, "category": "general"}, {"url": "https://online.rmit.edu.au/topic/learn-python-programming", "title": "Learn Python Programming | RMIT Online", "content": "Want to learn Python programming? Maybe start a new career? RMIT Online courses are co-designed with industry and purpose built for online study. The future of work starts here.", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "online.rmit.edu.au", "/topic/learn-python-programming", "", "", ""], "engines": ["brave"], "positions": [13], "score": 0.07692307692307693, "category": "general"}, {"url": "https://www.coursera.org/articles/what-is-python-used-for-a-beginners-guide-to-using-python", "title": "What Is Python Used For? A Beginner\u2019s Guide | Coursera", "content": "In this article, you'll learn more about what Python is and how it's used in the real world. If you want to start learning this popular programming language today, consider enrolling in the University of Michigan's Python for Everybody Specialization where you'll build foundational programming ...", "publishedDate": "2025-01-21T00:00:00", "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.coursera.org", "/articles/what-is-python-used-for-a-beginners-guide-to-using-python", "", "", ""], "engines": ["brave"], "positions": [14], "score": 0.07142857142857142, "category": "general"}, {"url": "https://www.codecademy.com/catalog/language/python", "title": "Best Python Courses + Tutorials | Codecademy", "content": "Learn the basics of the world's fastest growing and most popular programming language used by software engineers, analysts, data scientists, and machine learning engineers alike. ... An introduction to the basic syntax and fundamentals of Python for experienced programmers.", "publishedDate": "2021-10-28T00:00:00", "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.codecademy.com", "/catalog/language/python", "", "", ""], "engines": ["brave"], "positions": [15], "score": 0.06666666666666667, "category": "general"}, {"url": "https://www.datacamp.com/blog/how-to-learn-python-expert-guide", "title": "How to Learn Python From Scratch in 2025: An Expert Guide | DataCamp", "content": "Discover how to learn Python in 2025, its applications, and the demand for Python skills. Start your Python journey today \u200b\u200bwith our comprehensive guide. ... As one of the most popular programming languages out there, many people want to learn Python. But how do you go about getting started?", "publishedDate": "2024-11-22T00:00:00", "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.datacamp.com", "/blog/how-to-learn-python-expert-guide", "", "", ""], "engines": ["brave"], "positions": [16], "score": 0.0625, "category": "general"}, {"url": "https://www.edx.org/learn/python", "title": "Best Online Python Courses and Programs | edX", "content": "Explore free online Python courses and more. Build your programming skills with edX today.", "publishedDate": "2022-12-13T00:00:00", "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.edx.org", "/learn/python", "", "", ""], "engines": ["brave"], "positions": [17], "score": 0.058823529411764705, "category": "general"}, {"url": "https://runestone.academy/ns/books/published/fopp/index.html", "title": "Table of Contents \u2014 Foundations of Python Programming", "content": "An interactive version of the How to Think Like a Computer Scientist book", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "runestone.academy", "/ns/books/published/fopp/index.html", "", "", ""], "engines": ["brave"], "positions": [18], "score": 0.05555555555555555, "category": "general"}, {"title": "Bisiji oc zuav ve ko Python programming Vose.", "url": "http://zi.jo/na", "content": "Se vitenero befit ci ciksozon ultar je jew vame bibdatak sihiw tus. Te bufiw tajina we izpehiz do kaf robu haflipu itzot ojtap ah. Ha alnak ge fu uwezohmu ca ep wulhioce luwnegu enlaaf kab kigugpak da ba memopito. Ecfiv nas agemogev kafmurugi zikpuma tizov civ cahnow ko hidta sib iduoj ru zip ufous. Molo ama wuketi culdak efu lej du ziwot karbag mag wawek ecunijub mouf epacace gu.", "engine": "qwant", "template": "default.html", "parsed_url": ["http", "zi.jo", "/na", "", "", ""], "engines": ["qwant"], "positions": [9], "score": 0.1111111111111111, "category": "general"}, {"title": "Python Basics - Python Tutorial", "url": "https://www.pythontutorial.net/python-basics/", "content": "This web page covers the fundamentals of Python programming, from syntax and variables to functions and modules. It provides tutorials, examples, and exercises to help you master the basics of Python.", "engine": "duckduckgo", "template": "default.html", "parsed_url": ["https", "www.pythontutorial.net", "/python-basics/", "", "", ""], "engines": ["duckduckgo"], "positions": [10], "score": 0.1, "category": "general"}, {"title": "Sikehpa iwi pes Python programming Asra tagsifnu ku.", "url": "http://fe.mo/cumnitjet", "content": "Ju bil utbunki iv re anuf dewmimcum isu lo abokova cos cagoet zo letuvuw of duk. Vekehbos tiw ifivamo fim disan woov juvufuj zebeze bahok ufajub titiwa zimisuh sur alnem ihriw kapog retvi. Zuk babcu ziwobehef imiba oma ip kan comamefoc idesip dimme tadnenki iptaci acepunjo nojzoze utiive vugevi.", "engine": "qwant", "template": "default.html", "parsed_url": ["http", "fe.mo", "/cumnitjet", "", "", ""], "engines": ["qwant"], "positions": [10], "score": 0.1, "category": "general"}, {"url": "https://www.coursera.org/learn/python", "title": "Programming for Everybody (Getting Started with Python) | Coursera", "content": "Offered by University of Michigan. This course aims to teach everyone the basics of programming computers using Python. We cover the basics ... Enroll for free.", "publishedDate": "2023-06-16T00:00:00", "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.coursera.org", "/learn/python", "", "", ""], "engines": ["brave"], "positions": [19], "score": 0.05263157894736842, "category": "general"}, {"url": "https://www.programiz.com/python-programming/examples", "title": "Python Examples | Programiz", "content": "This page contains examples of basic concepts of Python programming like loops, functions, native datatypes and so on.", "publishedDate": "2020-06-16T00:00:00", "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.programiz.com", "/python-programming/examples", "", "", ""], "engines": ["brave"], "positions": [20], "score": 0.05, "category": "general"}], "answers": [{"url": "https://duckduckgo.com/?q=Python+programming", "template": "answer/legacy.html", "engine": "duckduckgo", "parsed_url": ["https", "duckduckgo.com", "/", "", "q=Python+programming", ""], "answer": "Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Python is dynamically type-checked and garbage-collected. It supports multiple programming paradigms, including structured, object-oriented and functional programming. It is often described as a \"batteries included\" language due to its comprehensive standard library. More at Wikipedia"}], "corrections": [], "infoboxes": [{"infobox": "Python (programming language)", "id": "https://en.wikipedia.org/wiki/Python_(programming_language)", "content": "Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation.", "img_src": "https://upload.wikimedia.org/wikipedia/commons/thumb/6/6f/.PY_file_recreation.png/500px-.PY_file_recreation.png", "urls": [{"title": "Wikipedia", "url": "https://en.wikipedia.org/wiki/Python_(programming_language)"}, {"title": "P856", "url": "https://www.python.org/", "official": true}, {"title": "Lemmy", "url": "https://programming.dev/c/python"}, {"title": "Wikidata", "url": "http://www.wikidata.org/entity/Q28865"}], "engine": "wikidata", "template": "default.html", "url": null, "parsed_url": null, "title": "", "engines": ["wikidata", "wikipedia"], "attributes": [{"label": "P571", "value": "Wednesday, February 20, 1991", "entity": "P571"}, {"label": "P178", "value": "Python Software Foundation, Guido van Rossum", "entity": "P178"}, {"label": "P275", "value": "Python Software Foundation License", "entity": "P275"}, {"label": "P277", "value": "C, Python", "entity": "P277"}, {"label": "P348", "value": "3.13.2, 3.14.0a5", "entity": "P348"}]}], "suggestions": [], "unresponsive_engines": [["google", "Suspended: too many requests"]]}
@leagend commented on GitHub (Mar 12, 2025): I guess the root cause may still comes from searxng side. I compared mine(while I can ensure that I had configured the search engine with baidu, 360 and sogou) to another public searxng. ``` (python12) jing@IdealJing:~/work/lab/langgenius-searxng_0.0.2$ curl -G "http://{myip}:8080/search" --data-urlencode "q=Python programming" --data-urlencode "format=json" --data-urlencode "categories=general" --max-time 10 {"query": "Python programming", "number_of_results": 0, "results": [], "answers": [], "corrections": [], "infoboxes": [], "suggestions": [], "unresponsive_engines": [["brave", "timeout"], ["duckduckgo", "timeout"], ["google", "timeout"], ["qwant", "timeout"], ["startpage", "timeout"], ["wikidata", "timeout"], ["wikipedia", "timeout"]]}(python12) (python12) jing@IdealJing:~/work/lab/langgenius-searxng_0.0.2$ (python12) jing@IdealJing:~/work/lab/langgenius-searxng_0.0.2$ curl -G "http://{myip}:8080/search" --data-urlencode "q=climate" --data-urlencode "format=json" --data-urlencode "categories= science" --max-time 10 {"query": "climate", "number_of_results": 0, "results": [{"template": "paper.html", "url": "http://arxiv.org/abs/1608.05597v1", "title": "The structure of the climate debate", "publishedDate": "2016-08-19T13:36:55", "content": "First-best climate policy is a uniform carbon tax which gradually rises over time. Civil servants have complicated climate policy to expand bureaucracies, politicians to create rents. Environmentalists have exaggerated climate change to gain influence, other activists have joined the climate bandwagon. Opponents to climate policy have attacked the weaknesses in climate research. The climate debate is convoluted and polarized as a result, and climate policy complex. Climate policy should become easier and more rational as the Paris Agreement has shifted climate policy back towards national governments. Changing political priorities, austerity, and a maturing bureaucracy should lead to a more constructive climate debate.", "doi": null, "authors": ["Richard S. J. Tol"], "journal": null, "tags": ["q-fin.EC", "econ.EM", "q-fin.GN"], "comments": null, "pdf_url": "http://arxiv.org/pdf/1608.05597v1", "engine": "arxiv", "parsed_url": ["http", "arxiv.org", "/abs/1608.05597v1", "", "", ""], "engines": ["arxiv"], "positions": [1], "score": 1.0, "category": "science"}, {"template": "paper.html", "url": "https://www.ncbi.nlm.nih.gov/pubmed/40066618", "title": "Monitoring Terrestrial Ecosystem Resilience Using Earth Observation Data: Identifying Consensus and Limitations Across Metrics.", "content": "Resilience is a key feature of ecosystem dynamics reflecting a system's ability to resist and recover from environmental perturbations. Slowing down in the rate of recovery has been used as an early-warning signal for abrupt transitions. Recent advances in Earth observation (EO) vegetation data provide the capability to capture broad-scale resilience patterns and identify regions experiencing resilience loss. However, the proliferation of methods for evaluating resilience using EO data has introduced significant uncertainty, leading to contradictory resilience estimates across approximately 73% of the Earth's land surface. To reconcile these perspectives, we review the range of methods and associated metrics that capture aspects of ecosystem resilience using EO data. Using a principal component analysis, we empirically test the relationships between the most widely used resilience metrics and explore emergent patterns within and among the world's biomes. Our analysis reveals that the 10 resilience metrics aggregate into four core components of ecosystem dynamics, highlighting the multidimensional nature of ecosystem resilience. We also find that ecosystems with slower recovery are more resistant to drought extremes. Furthermore, the relationships between resilience metrics vary across the world's biomes and vegetation types. These results illustrate the inherent differences in the dynamics of natural systems and highlight the need for careful consideration when evaluating broad-scale resilience patterns across biomes. Our findings provide valuable insights for identifying global resilience patterns, which are critically needed to inform policy decisions and guide conservation efforts globally.", "journal": "Global change biology", "issn": ["1365-2486"], "authors": ["Katharina Runge", "Marlee Tucker", "Thomas W Crowther", "Camille Fournier de Lauri\u00e8re", "Emilio Guirado", "Lalasia Bialic-Murphy", "Miguel Berdugo"], "doi": "10.1111/gcb.70115", "publishedDate": "2025-01-29T00:00:00", "engine": "pubmed", "parsed_url": ["https", "www.ncbi.nlm.nih.gov", "/pubmed/40066618", "", "", ""], "engines": ["pubmed"], "positions": [1], "score": 1.0, "category": "science"}, {"template": "paper.html", "url": "http://arxiv.org/abs/2312.00160v1", "title": "Baumol's Climate Disease", "publishedDate": "2023-11-30T19:45:13", "content": "We investigate optimal carbon abatement in a dynamic general equilibrium climate-economy model with endogenous structural change. By differentiating the production of investment from consumption, we show that social cost of carbon can be conceived as a reduction in physical capital. In addition, we distinguish two final sectors in terms of productivity growth and climate vulnerability. We theoretically show that heterogeneous climate vulnerability results in a climate-induced version of Baumol's cost disease. Further, if climate-vulnerable sectors have high (low) productivity growth, climate impact can either ameliorate (aggravate) the Baumol's cost disease, call for less (more) stringent climate policy. We conclude that carbon abatement should not only factor in unpriced climate capital, but also be tailored to Baumol's cost and climate diseases.", "doi": null, "authors": ["Fangzhi Wang", "Hua Liao", "Richard S. J. Tol"], "journal": null, "tags": ["econ.TH"], "comments": null, "pdf_url": "http://arxiv.org/pdf/2312.00160v1", "engine": "arxiv", "parsed_url": ["http", "arxiv.org", "/abs/2312.00160v1", "", "", ""], "engines": ["arxiv"], "positions": [2], "score": 0.5, "category": "science"}, {"template": "paper.html", "url": "https://www.ncbi.nlm.nih.gov/pubmed/40066462", "title": "Exploring the plant growth promoting attributes of pteridophyte-associated microbiome for agricultural sustainability.", "content": "Pteridophytes, encompassing ferns and fern allies, are integral components of terrestrial ecosystems worldwide. These vascular plants characterized by their spore-based reproduction, fulfil various ecological roles such as influencing biodiversity, soil stability, nutrient dynamics, and ecological succession. Similar to higher plants, pteridophytes too are known to have close symbiotic associations with a diverse array of microorganisms, including bacteria, fungi and actinomycetes. Exploring the microbial diversity in pteridophytes has prospects both in pure and applied research. Research on pteridophyte microbial communities have revealed their role in plant growth promotion, nutrient acquisition and tolerance against stresses. Besides, it would be interesting to unravel the microbial diversity associated with pteridophytes, which are the first vascular plants. Further, study of pteridophytes-associated microbes would also help in conservation programmes of these rare and endangered group of plants. In spite of the immense potential of pteridophyte microbiome, only few studies have been undertaken in this area, thereby creating a huge research gap. Hence, this review compiles pteridophyte microbiome research, and explores its prospects in agricultural sustainability. Our literature survey sheds light on the tremendous potential of pteridophyte-associated microbes as plant growth promoters and biocontrol agents for sustainable agriculture, which is highly relevant in the era of climate change.", "journal": "Physiology and molecular biology of plants : an international journal of functional plant biology", "issn": ["0971-5894"], "authors": ["Soumya Sephalika Swain", "Shubhransu Nayak", "Sushma Mishra", "Madhusmita Ghana", "Debabrata Dash"], "doi": "10.1007/s12298-025-01553-x", "publishedDate": "2025-01-16T00:00:00", "engine": "pubmed", "parsed_url": ["https", "www.ncbi.nlm.nih.gov", "/pubmed/40066462", "", "", ""], "engines": ["pubmed"], "positions": [2], "score": 0.5, "category": "science"}, {"template": "paper.html", "url": "http://arxiv.org/abs/0805.0541v2", "title": "Climate modification directed by control theory", "publishedDate": "2008-05-05T14:18:37", "content": "Climate modification measures to counteract global warming receive some more new attentions in these years. Most current researches only discuss the impact of these measures to climate, but how to design such a climate regulator is still unknown. This paper shows the control theory could give the systematic direction for climate modification. But the control analyzing also reveals that climate modifications should only be regarded as a last-ditch measure.", "doi": null, "authors": ["Wang Liang"], "journal": null, "tags": ["cs.OH"], "comments": "9 piges,8 figures", "pdf_url": "http://arxiv.org/pdf/0805.0541v2", "engine": "arxiv", "parsed_url": ["http", "arxiv.org", "/abs/0805.0541v2", "", "", ""], "engines": ["arxiv"], "positions": [3], "score": 0.3333333333333333, "category": "science"}, {"template": "paper.html", "url": "https://www.ncbi.nlm.nih.gov/pubmed/40066327", "title": "An Unexplored Diversity for Adaptation of Germination to High Temperatures in", "content": "Elevated temperatures inhibit the germination of a concerning number of crop species. One strategy to mitigate the impact of warming temperatures is to identify and introgress adaptive genes into elite germplasm. Diversity must be sought in wild populations, coupled with an understanding of the complex pattern of adaptation across a broad range of landscapes. By investigating the landraces, wild, and feral populations of Algeria, Italy, France, Slovenia, Spain, and Tunisia, we assessed the response of germination to temperature increase in an unexplored diversity of 117 accessions of", "journal": "Evolutionary applications", "issn": ["1752-4571"], "authors": ["M Tiret", "M-H Wagner", "L Gay", "E Chenel", "A Dupont", "C Falentin", "L Maillet", "F Gavory", "K Labadie", "S Ducournau", "A-M Ch\u00e8vre"], "doi": "10.1111/eva.70089", "publishedDate": "2025-02-17T00:00:00", "engine": "pubmed", "parsed_url": ["https", "www.ncbi.nlm.nih.gov", "/pubmed/40066327", "", "", ""], "engines": ["pubmed"], "positions": [3], "score": 0.3333333333333333, "category": "science"}, {"template": "paper.html", "url": "http://arxiv.org/abs/1411.6878v1", "title": "Uncertainty in climate science and climate policy", "publishedDate": "2014-11-05T20:45:50", "content": "This essay, written by a statistician and a climate scientist, describes our view of the gap that exists between current practice in mainstream climate science, and the practical needs of policymakers charged with exploring possible interventions in the context of climate change. By `mainstream' we mean the type of climate science that dominates in universities and research centres, which we will term `academic' climate science, in contrast to `policy' climate science; aspects of this distinction will become clearer in what follows. In a nutshell, we do not think that academic climate science equips climate scientists to be as helpful as they might be, when involved in climate policy assessment. Partly, we attribute this to an over-investment in high resolution climate simulators, and partly to a culture that is uncomfortable with the inherently subjective nature of climate uncertainty.", "doi": null, "authors": ["Jonathan Rougier", "Michel Crucifix"], "journal": null, "tags": ["physics.soc-ph"], "comments": "submitted as contribution to Conceptual Foundations of\n ClimateModeling, Winsberg, E. and Lloyd, E., eds., The University of Chicago\n Press", "pdf_url": "http://arxiv.org/pdf/1411.6878v1", "engine": "arxiv", "parsed_url": ["http", "arxiv.org", "/abs/1411.6878v1", "", "", ""], "engines": ["arxiv"], "positions": [4], "score": 0.25, "category": "science"}, {"template": "paper.html", "url": "https://www.ncbi.nlm.nih.gov/pubmed/40066163", "title": "Integrated analysis of metabolites and enzyme activities reveals the plasticity of central carbon metabolism in grape (", "content": "High temperatures increase the sugar concentration of grape (", "journal": "Horticulture research", "issn": ["2662-6810"], "authors": ["Qian Tong", "Yongjian Wang", "Regina Feil", "John E Lunn", "Xiaobo Xu", "Yi Wang", "Ghislaine Hilbert-Masson", "Junhua Kong", "Jinliang Chen", "Serge Delrot", "Bertrand Beauvoit", "Zhenchang Liang", "Eric Gom\u00e8s", "Yves Gibon", "Zhanwu Dai"], "doi": "10.1093/hr/uhae363", "publishedDate": "2024-12-20T00:00:00", "engine": "pubmed", "parsed_url": ["https", "www.ncbi.nlm.nih.gov", "/pubmed/40066163", "", "", ""], "engines": ["pubmed"], "positions": [4], "score": 0.25, "category": "science"}, {"template": "paper.html", "url": "http://arxiv.org/abs/2004.14907v1", "title": "You are right. I am ALARMED -- But by Climate Change Counter Movement", "publishedDate": "2020-04-30T16:06:02", "content": "The world is facing the challenge of climate crisis. Despite the consensus in scientific community about anthropogenic global warming, the web is flooded with articles spreading climate misinformation. These articles are carefully constructed by climate change counter movement (cccm) organizations to influence the narrative around climate change. We revisit the literature on climate misinformation in social sciences and repackage it to introduce in the community of NLP. Despite considerable work in detection of fake news, there is no misinformation dataset available that is specific to the domain.of climate change. We try to bridge this gap by scraping and releasing articles with known climate change misinformation.", "doi": null, "authors": ["Shraey Bhatia", "Jey Han Lau", "Timothy Baldwin"], "journal": null, "tags": ["cs.CL"], "comments": "5 pages", "pdf_url": "http://arxiv.org/pdf/2004.14907v1", "engine": "arxiv", "parsed_url": ["http", "arxiv.org", "/abs/2004.14907v1", "", "", ""], "engines": ["arxiv"], "positions": [5], "score": 0.2, "category": "science"}, {"template": "paper.html", "url": "https://www.ncbi.nlm.nih.gov/pubmed/40066161", "title": "High-resolution genome assembly and population genetic study of the endangered maple", "content": "Acer pentaphyllum", "journal": "Horticulture research", "issn": ["2662-6810"], "authors": ["Xiong Li", "Li-Sha Jiang", "Heng-Ning Deng", "Qi Yu", "Wen-Bin Ju", "Xiao-Juan Chen", "Yu Feng", "Bo Xu"], "doi": "10.1093/hr/uhae357", "publishedDate": "2024-12-14T00:00:00", "engine": "pubmed", "parsed_url": ["https", "www.ncbi.nlm.nih.gov", "/pubmed/40066161", "", "", ""], "engines": ["pubmed"], "positions": [5], "score": 0.2, "category": "science"}, {"template": "paper.html", "url": "http://arxiv.org/abs/2404.07331v1", "title": "Financial climate risk: a review of recent advances and key challenges", "publishedDate": "2024-04-10T20:17:43", "content": "The document provides an overview of financial climate risks. It delves into how climate change impacts the global financial system, distinguishing between physical risks (such as extreme weather events) and transition risks (stemming from policy changes and economic transitions towards low carbon technologies). The paper underlines the complexity of accurately defining financial climate risk, citing the integration of climate science with financial risk analysis as a significant challenge. The paper highlights the pivotal role of microfinance institutions (MFIs) in addressing financial climate risk, especially for populations vulnerable to climate change. The document emphasizes the importance of updating risk management practices within MFIs to explicitly include climate risk assessments and suggests leveraging technology to improve these practices.", "doi": null, "authors": ["Victor Cardenas"], "journal": null, "tags": ["econ.GN", "q-fin.EC"], "comments": null, "pdf_url": "http://arxiv.org/pdf/2404.07331v1", "engine": "arxiv", "parsed_url": ["http", "arxiv.org", "/abs/2404.07331v1", "", "", ""], "engines": ["arxiv"], "positions": [6], "score": 0.16666666666666666, "category": "science"}, {"template": "paper.html", "url": "https://www.ncbi.nlm.nih.gov/pubmed/40066151", "title": "Warming stimulates cellulose decomposition by recruiting phylogenetically diverse but functionally similar microorganisms.", "content": "Cellulose is the most abundant component of plant litter, which is critical for terrestrial carbon cycling. Nonetheless, it remains unknown how global warming affects cellulose-decomposing microorganisms. Here, we carried out a 3-year litterbag experiment to examine cellulose decomposition undergoing +3\u00b0C warming in a tallgrass prairie. Most cellulose-associated bacteria and fungi in litterbags were also detected in bulk soil, and bacteria in litterbags had higher community-level", "journal": "ISME communications", "issn": ["2730-6151"], "authors": ["Yifan Su", "Xue Guo", "Yamei Gao", "Jiajie Feng", "Linwei Wu", "Jiesi Lei", "Suo Liu", "Qun Gao", "Yufei Zeng", "Wei Qin", "Zheng Shi", "Zhengxiong Liang", "Zhencheng Ye", "Mengting Yuan", "Daliang Ning", "Liyou Wu", "Jizhong Zhou", "Yunfeng Yang"], "doi": "10.1093/ismeco/ycae152", "publishedDate": "2025-02-27T00:00:00", "engine": "pubmed", "parsed_url": ["https", "www.ncbi.nlm.nih.gov", "/pubmed/40066151", "", "", ""], "engines": ["pubmed"], "positions": [6], "score": 0.16666666666666666, "category": "science"}, {"template": "paper.html", "url": "http://arxiv.org/abs/2105.05621v1", "title": "NLP for Climate Policy: Creating a Knowledge Platform for Holistic and Effective Climate Action", "publishedDate": "2021-05-12T12:30:02", "content": "Climate change is a burning issue of our time, with the Sustainable Development Goal (SDG) 13 of the United Nations demanding global climate action. Realizing the urgency, in 2015 in Paris, world leaders signed an agreement committing to taking voluntary action to reduce carbon emissions. However, the scale, magnitude, and climate action processes vary globally, especially between developed and developing countries. Therefore, from parliament to social media, the debates and discussions on climate change gather data from wide-ranging sources essential to the policy design and implementation. The downside is that we do not currently have the mechanisms to pool the worldwide dispersed knowledge emerging from the structured and unstructured data sources. The paper thematically discusses how NLP techniques could be employed in climate policy research and contribute to society's good at large. In particular, we exemplify symbiosis of NLP and Climate Policy Research via four methodologies. The first one deals with the major topics related to climate policy using automated content analysis. We investigate the opinions (sentiments) of major actors' narratives towards climate policy in the second methodology. The third technique explores the climate actors' beliefs towards pro or anti-climate orientation. Finally, we discuss developing a Climate Knowledge Graph. The present theme paper further argues that creating a knowledge platform would help in the formulation of a holistic climate policy and effective climate action. Such a knowledge platform would integrate the policy actors' varied opinions from different social sectors like government, business, civil society, and the scientific community. The research outcome will add value to effective climate action because policymakers can make informed decisions by looking at the diverse public opinion on a comprehensive platform.", "doi": null, "authors": ["Pradip Swarnakar", "Ashutosh Modi"], "journal": null, "tags": ["cs.CL", "cs.AI"], "comments": "12 Pages (8 + 4 pages for references)", "pdf_url": "http://arxiv.org/pdf/2105.05621v1", "engine": "arxiv", "parsed_url": ["http", "arxiv.org", "/abs/2105.05621v1", "", "", ""], "engines": ["arxiv"], "positions": [7], "score": 0.14285714285714285, "category": "science"}, {"template": "paper.html", "url": "https://www.ncbi.nlm.nih.gov/pubmed/40066101", "title": "Assessing the impact of climate change and a water management programme on white sturgeon physiology in the Nechako River, British Columbia.", "content": "Climate change is impacting river ecosystems, underlining the need for water management strategies to protect native species within these ecosystems. Here, we evaluate the impact of climate change and water management on the physiology of white sturgeon (", "journal": "Conservation physiology", "issn": ["2051-1434"], "authors": ["Muhammed A Oyinlola", "Mostafa Khorsandi", "Rachael Penman", "Madison L Earhart", "Richard Arsenault", "Steve McAdam", "Colin J Brauner", "Andr\u00e9 St-Hilaire"], "doi": "10.1093/conphys/coaf014", "publishedDate": "2025-02-12T00:00:00", "engine": "pubmed", "parsed_url": ["https", "www.ncbi.nlm.nih.gov", "/pubmed/40066101", "", "", ""], "engines": ["pubmed"], "positions": [7], "score": 0.14285714285714285, "category": "science"}, {"template": "paper.html", "url": "http://arxiv.org/abs/2311.03721v1", "title": "ClimateSet: A Large-Scale Climate Model Dataset for Machine Learning", "publishedDate": "2023-11-07T04:55:36", "content": "Climate models have been key for assessing the impact of climate change and simulating future climate scenarios. The machine learning (ML) community has taken an increased interest in supporting climate scientists' efforts on various tasks such as climate model emulation, downscaling, and prediction tasks. Many of those tasks have been addressed on datasets created with single climate models. However, both the climate science and ML communities have suggested that to address those tasks at scale, we need large, consistent, and ML-ready climate model datasets. Here, we introduce ClimateSet, a dataset containing the inputs and outputs of 36 climate models from the Input4MIPs and CMIP6 archives. In addition, we provide a modular dataset pipeline for retrieving and preprocessing additional climate models and scenarios. We showcase the potential of our dataset by using it as a benchmark for ML-based climate model emulation. We gain new insights about the performance and generalization capabilities of the different ML models by analyzing their performance across different climate models. Furthermore, the dataset can be used to train an ML emulator on several climate models instead of just one. Such a \"super emulator\" can quickly project new climate change scenarios, complementing existing scenarios already provided to policymakers. We believe ClimateSet will create the basis needed for the ML community to tackle climate-related tasks at scale.", "doi": null, "authors": ["Julia Kaltenborn", "Charlotte E. E. Lange", "Venkatesh Ramesh", "Philippe Brouillard", "Yaniv Gurwicz", "Chandni Nagda", "Jakob Runge", "Peer Nowack", "David Rolnick"], "journal": null, "tags": ["cs.LG", "cs.AI", "cs.CE", "physics.ao-ph"], "comments": "To be published in the 37th Conference on Neural Information\n Processing Systems (NeurIPS 2023): Track on Datasets and Benchmarks. Project\n website: https://climateset.github.io/", "pdf_url": "http://arxiv.org/pdf/2311.03721v1", "engine": "arxiv", "parsed_url": ["http", "arxiv.org", "/abs/2311.03721v1", "", "", ""], "engines": ["arxiv"], "positions": [8], "score": 0.125, "category": "science"}, {"template": "paper.html", "url": "https://www.ncbi.nlm.nih.gov/pubmed/40066054", "title": "Physiological equivalent temperature and hospitalized due to respiratory and cardiovascular diseases in Dezful, Iran.", "content": "The Physiological Equivalent Temperature (PET) index providing a standardized reference point, PET enables non-experts to better understand and assess the physiological implications of varying environmental temperatures and thermal comfort levels across different settings. We aimed to evaluate the relationships between the PET Index and Hospitalized due to Respiratory Diseases (RD) and Cardiovascular Diseases (CVD) in Dezful city.", "journal": "Heliyon", "issn": ["2405-8440"], "authors": ["Hamidreza Aghababaeian", "Rahim Sharafkhani", "Maryam Mazaheri", "Masoumeh Gharaee", "Mohsen Nouri", "Nasim Hamidipour"], "doi": "10.1016/j.heliyon.2025.e42763", "publishedDate": "2025-02-17T00:00:00", "engine": "pubmed", "parsed_url": ["https", "www.ncbi.nlm.nih.gov", "/pubmed/40066054", "", "", ""], "engines": ["pubmed"], "positions": [8], "score": 0.125, "category": "science"}, {"template": "paper.html", "url": "http://arxiv.org/abs/2305.07529v1", "title": "Hurricanes Increase Climate Change Conversations on Twitter", "publishedDate": "2023-05-12T14:46:26", "content": "The public understanding of climate change plays a critical role in translating climate science into climate action. In the public discourse, climate impacts are often discussed in the context of extreme weather events. Here, we analyse 65 million Twitter posts and 240 thousand news media articles related to 18 major hurricanes from 2010 to 2022 to clarify how hurricanes impact the public discussion around climate change. First, we analyse news content and show that climate change is the most prominent non-hurricane specific topic discussed by the news media in relation to hurricanes. Second, we perform a comparative analysis between reliable and questionable news media outlets, finding that the language around climate change varies between news media providers. Finally, using geolocated data, we show that accounts in regions affected by hurricanes discuss climate change at a significantly higher rate than accounts in unaffected areas, with references to climate change increasing by, on average, 80% after impact, and up to 200% for the largest hurricanes. Our findings demonstrate how hurricanes have a key impact on the public awareness of climate change.", "doi": "10.1371/journal.pclm.0000277", "authors": ["Maddalena Torricelli", "Max Falkenberg", "Alessandro Galeazzi", "Fabiana Zollo", "Walter Quattrociocchi", "Andrea Baronchelli"], "journal": "PLOS Climate 2(11): e0000277, 2023", "tags": ["physics.soc-ph", "cs.SI"], "comments": null, "pdf_url": "http://arxiv.org/pdf/2305.07529v1", "engine": "arxiv", "parsed_url": ["http", "arxiv.org", "/abs/2305.07529v1", "", "", ""], "engines": ["arxiv"], "positions": [9], "score": 0.1111111111111111, "category": "science"}, {"template": "paper.html", "url": "https://www.ncbi.nlm.nih.gov/pubmed/40065985", "title": "Implications of President Trump's Second Term Executive Orders on Global and Public Health.", "content": "", "journal": "International journal of public health", "issn": ["1661-8564"], "authors": ["Keita Wagatsuma"], "doi": "10.3389/ijph.2025.1608402", "publishedDate": "2025-02-17T00:00:00", "engine": "pubmed", "parsed_url": ["https", "www.ncbi.nlm.nih.gov", "/pubmed/40065985", "", "", ""], "engines": ["pubmed"], "positions": [9], "score": 0.1111111111111111, "category": "science"}, {"template": "paper.html", "url": "http://arxiv.org/abs/2406.19639v1", "title": "Predictability of climate tipping focusing on the internal variability of the Earth system", "publishedDate": "2024-06-28T04:05:58", "content": "Prediction of climate tipping is challenging due to the lack of recent observation of actual climate tipping. Despite many previous efforts to accurately predict the existence and timing of climate tippings under specific climate scenarios, the predictability of climate tipping, the necessary conditions under which climate tipping can be predicted, has yet to be explored. In this study, the predictability of climate tipping is analyzed by Observation System Simulation Experiment (OSSE), in which the value of observation for prediction is assessed through the idealized experiment of data assimilation, using a simplified dynamic vegetation model and an Atlantic Meridional Overturning Circulation (AMOC) two box model. We find that the ratio of internal variability to observation error, or signal-to-noise ratio, should be large enough to accurately predict climate tippings. When observation can accurately resolve the internal variability of the system, assimilating these observations into process-based models can effectively improve the skill of predicting climate tippings. Our quantitative estimation of required observation accuracy to predict climate tipping implies that the existing observation network is not always sufficient to accurately project climate tipping.", "doi": null, "authors": ["Amane Kubo", "Yohei Sawada"], "journal": null, "tags": ["physics.ao-ph", "stat.AP"], "comments": null, "pdf_url": "http://arxiv.org/pdf/2406.19639v1", "engine": "arxiv", "parsed_url": ["http", "arxiv.org", "/abs/2406.19639v1", "", "", ""], "engines": ["arxiv"], "positions": [10], "score": 0.1, "category": "science"}, {"template": "paper.html", "url": "https://www.ncbi.nlm.nih.gov/pubmed/40065914", "title": "Mapping desert shrub aboveground biomass in the Junggar Basin, Xinjiang, China using quantile regression forest (QRF).", "content": "Haloxylon ammodendron", "journal": "PeerJ", "issn": ["2167-8359"], "authors": ["XueFeng Yang"], "doi": "10.7717/peerj.19099", "publishedDate": "2025-02-12T00:00:00", "engine": "pubmed", "parsed_url": ["https", "www.ncbi.nlm.nih.gov", "/pubmed/40065914", "", "", ""], "engines": ["pubmed"], "positions": [10], "score": 0.1, "category": "science"}], "answers": [], "corrections": [], "infoboxes": [], "suggestions": [], "unresponsive_engines": [["google scholar", "timeout"], ["openairedatasets", "timeout"], ["openairepublications", "timeout"]]}(python12) ``` ## it seems that the api invoke still use duckduckgo/google/qwant/startpage for general, while the for science category the engine works well for PRC area. ``` (python12) jing@IdealJing:~/work/lab/langgenius-searxng_0.0.2$ curl -G "http://{publicip}/search" --data-urlencode "q=Python programming" --data-urlencode "format=json" --data-urlencode "categories=general" {"query": "Python programming", "number_of_results": 0, "results": [{"url": "https://www.python.org/", "title": "Welcome to Python.org", "content": "Python is a versatile and easy-to-learn language that lets you work quickly and integrate systems more effectively. Learn Python basics, download the latest version, access documentation, find jobs, events, success stories and more on the official website.", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.python.org", "/", "", "", ""], "engines": ["duckduckgo", "brave"], "positions": [1, 1], "score": 4.0, "category": "general"}, {"url": "https://www.python.org/about/gettingstarted/", "title": "Python For Beginners | Python.org", "content": "Learn how to get started with Python, a popular and easy-to-use programming language. Find out how to install, edit, and use Python, and explore its libraries, documentation, and community resources.", "publishedDate": "2023-06-04T00:00:00", "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.python.org", "/about/gettingstarted/", "", "", ""], "engines": ["duckduckgo", "brave"], "positions": [3, 2], "score": 1.6666666666666665, "category": "general"}, {"url": "https://www.w3schools.com/python/", "title": "Python Tutorial - W3Schools", "content": "W3Schools offers a comprehensive and interactive Python tutorial with examples, exercises, quizzes, and references. Learn how to create web applications, handle files and databases, and get certified by completing the PYTHON course.", "publishedDate": "2017-12-07T00:00:00", "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.w3schools.com", "/python/", "", "", ""], "engines": ["duckduckgo", "brave"], "positions": [11, 3], "score": 0.8484848484848484, "category": "general"}, {"url": "https://www.programiz.com/python-programming", "title": "Learn Python Programming", "content": "A comprehensive guide to learn Python, one of the top programming languages in the world, widely used in AI, data science, and web development. Find free tutorials, interactive courses, online compiler, and career tips for beginners and advanced learners.", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.programiz.com", "/python-programming", "", "", ""], "engines": ["duckduckgo", "brave"], "positions": [4, 6], "score": 0.8333333333333333, "category": "general"}, {"url": "https://www.geeksforgeeks.org/python-programming-language-tutorial/", "title": "Python Tutorial | Learn Python Programming Language - GeeksforGeeks", "content": "A comprehensive guide to learn Python, a versatile, high-level and beginner-friendly programming language. Cover topics from basics to advanced concepts, data structures, OOPs, exceptions, file handling, databases, web development, data science and more.", "publishedDate": null, "thumbnail": "https://imgs.search.brave.com/WJ_rb9fsTiLyhmp3R6sx25vHRYvnW6txJ19aBPISBuY/rs:fit:200:200:1:0/g:ce/aHR0cHM6Ly9tZWRp/YS5nZWVrc2Zvcmdl/ZWtzLm9yZy9jb3Vy/c2VzL1B5dGhvbklu/dHJvZHVjdGlvbi9Q/eXRob25JbnRyb2R1/Y3Rpb24yMDI0MTEw/ODE3MDYwNS5qcGc", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.geeksforgeeks.org", "/python-programming-language-tutorial/", "", "", ""], "engines": ["duckduckgo", "brave"], "positions": [5, 5], "score": 0.8, "category": "general"}, {"url": "https://en.wikipedia.org/wiki/Python_(programming_language)", "title": "Python (programming language) - Wikipedia", "content": "Python is a high-level, general-purpose programming language.Its design philosophy emphasizes code readability with the use of significant indentation. [33]Python is dynamically type-checked and garbage-collected.It supports multiple programming paradigms, including structured (particularly procedural), object-oriented and functional programming.It is often described as a \"batteries included ...", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "en.wikipedia.org", "/wiki/Python_(programming_language)", "", "", ""], "engines": ["duckduckgo", "brave"], "positions": [7, 4], "score": 0.7857142857142857, "category": "general"}, {"url": "https://www.w3schools.com/python/python_intro.asp", "title": "Introduction to Python", "content": "Python is a popular programming language.", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.w3schools.com", "/python/python_intro.asp", "", "", ""], "engines": ["brave"], "positions": [2], "score": 0.5, "category": "general"}, {"url": "https://pythonprogramming.net/", "title": "Python Programming Tutorials", "content": "PythonProgramming.net offers video and text tutorials on various topics, from beginner to advanced, for free. Learn how to use Python for machine learning, data analysis, web development, game development, bots, AI, robotics, GUIs, and more.", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "pythonprogramming.net", "/", "", "", ""], "engines": ["duckduckgo", "brave"], "positions": [9, 8], "score": 0.4722222222222222, "category": "general"}, {"url": "https://learnpython.org/", "title": "Learn Python - Free Interactive Python Tutorial", "content": "Welcome to the LearnPython.org interactive Python tutorial. Whether you are an experienced programmer or not, this website is intended for everyone who wishes to learn the Python programming language.", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "learnpython.org", "/", "", "", ""], "engines": ["duckduckgo", "brave"], "positions": [12, 7], "score": 0.45238095238095233, "category": "general"}, {"title": "Ot otsow Python programming Luum ra envem vozerpi.", "url": "http://vanine.lt/tavzemho", "content": "Jop caceflab noz eh ewzo teneduuw cefitna beta fuhipupow nofuh fecjug di hot dalono ta asoane pukjavwow ivu. Fiwosfis operacta fogwijcun zohelot zucvoliw kar tew sowu dapmotvid lum zehjorbeg ci ojaril daol. Jaw nohvi av zevwu pemboc masi bijo gezimzih ru tusol dezisdol kel hek zupes zi kus peave. Fol ibojunu ep so ug ku woluoju ve tuhi rocgiwop zutone lazlap. Uhocukuv bezat nomomo zo raihma ofi vi tu hitero lozap ub wefzo wac daw ju epco vu.", "engine": "qwant", "template": "default.html", "parsed_url": ["http", "vanine.lt", "/tavzemho", "", "", ""], "engines": ["qwant"], "positions": [1], "score": 1.0, "category": "general"}, {"title": "Ecpojog dujkemom fasri Python programming Ad nuto hopuda.", "url": "http://dikbihod.er/onhu", "content": "Lop si inacokjat ig rojliw pizha bapajon weku wapa iz kucapele emozahlir zoheliku. Husis nejotoz ebtud risvido dow kakcil giha rodkum gusuzze zoolicuf ta vawu me ino zamadi fuinise. Rat udauze gof zehdi tooboom gasmona zu lo vepfu tocnelhe bo josnaw vufi. Je kumav dit gu emfiz ub owpoz to guvduig moti wubur wislegjan kezoget oza rego wuh. Eho liavato aliuni ce wawrapah gehu ja kohlop zujhab no nonuf mo je la daf umo rabbuwnaz bonaoci.", "engine": "qwant", "template": "default.html", "parsed_url": ["http", "dikbihod.er", "/onhu", "", "", ""], "engines": ["qwant"], "positions": [2], "score": 0.5, "category": "general"}, {"title": "Ivso bu tek tojet uje silzidi Python programming Olif sobumkab todot az vihko kafe vovecda huru ohosjiz fud uka puwele am cadafil ehamulig hesuteud noh.", "url": "http://caava.sb/zihtu", "content": "Tufuviges nigzefim sorce kolidhuh toduwu biz luwaovi siddinho bierceg adaczaj uloera nucwergim namesrad nafolle niv otmo zobro. Li nezhutu miuk movnuge api fu lojenu apfoma ki zolinice ekjal bawavfa kilsa lidsungi on ije. Kolopa jenopohu ikadire ala bojitimi wun si dis ke pot wi no ke.", "engine": "qwant", "template": "default.html", "parsed_url": ["http", "caava.sb", "/zihtu", "", "", ""], "engines": ["qwant"], "positions": [3], "score": 0.3333333333333333, "category": "general"}, {"title": "Siinsin dudhugmu Python programming Pus pidgap jiti ba.", "url": "http://ajferetu.ro/gavem", "content": "Faenfu licruvful avopi tujus vivono sisde efipuppa zave jujkaeni eluluh hoaluki davlatbi udke. Kusefa valuk lozivgos ibi sibu joal ofecedig mij si biluv wuwti tojiro ozwatces pajoc jizhezsi ip roesihoz agasi. Telbuucu kedjugko oja ruhcahci wogsiz vaj hu cobol wo beshotvup ralka visdirap.", "engine": "qwant", "template": "default.html", "parsed_url": ["http", "ajferetu.ro", "/gavem", "", "", ""], "engines": ["qwant"], "positions": [4], "score": 0.25, "category": "general"}, {"title": "Uw kiuhairi dihuhu ajogus wubo bijhut Python programming Rafumdaw tef sez ofhirma vuwo lud fihigup ki orupafo faron go rezac mite gi opi dowu javbi.", "url": "http://tiite.ua/oce", "content": "Nozziwsoc cigjijra hawozam li emimom kemabjus mowitvam mumdalkef rojvafsa iha lolhu zatu zulhahla kenog cowareded fe kajonris enduhif. Pe ekoto fezut hefvejoco zuukruv ga julciwe gap hozesin ikfu juhu hogepaso nog. Elipejid huf fesu ruc so oszo og kavfonpa hovbiz ane defuswug akegepo lihiero mo. Cup wigmuv laldiw humakga kehu esrus jefuv zodgarfo pahar te aha ojeso ril denohhig mi egohuz. Vudak nopazze zahnutiz icu beucawi zamdoko jojeciz nodkonbon fojdob cut bavituv nif olrebog wat.", "engine": "qwant", "template": "default.html", "parsed_url": ["http", "tiite.ua", "/oce", "", "", ""], "engines": ["qwant"], "positions": [5], "score": 0.2, "category": "general"}, {"title": "Ogueliteb nofizeuha po Python programming Niesolo capla eja.", "url": "http://duima.dz/cibuz", "content": "Lal pa zonnodef etvig gu ab kipve ubuju hetokofub to gacrok ilubed fipzol kopzis zur vig ap vusguit. June zoec tinzundag iwirip kiezmo bucgu tujutir hom ju wipzu hoz heg deveg dijva. Va unizu pa wouw keftez oga con jejno cot jo di akhekal wocole lujvuwres nurodwil. Vajugi tak elugobak okibo ze neezibe orutop bucomha wigiugu ke ga jokto lobur suudo. Utovupi kihedfah mutawhi wa pe ato pacuwji juzapce ma dipisnuz ocaec tuodse. Tikotu wawcekiv gadezov dow rifemti veredgih moz jod silmupih baso odofuw fehusve. Ranos vufnufa sa razgezlov beltam icainfo ocuilha tonve sedakaf gahnazju bidag gam.", "engine": "qwant", "template": "default.html", "parsed_url": ["http", "duima.dz", "/cibuz", "", "", ""], "engines": ["qwant"], "positions": [6], "score": 0.16666666666666666, "category": "general"}, {"title": "Boepi ihe igponkik wef deog Python programming Imu.", "url": "http://ikoajbi.sa/tutsos", "content": "Safra kopib ap sabowfot in uruc vubbig num tilkew so to ri tujagki vuogafi batpo lasvafal. Actuzep kocinrih he gopi zuv bov zuafo bes deiz ko edowiw cojovu. Hi pemedipof agmeedo hiwgid ujehe ideisidu nazwok wagekral vakap guhijoju daro zo otu iwge pomdolpin geriwi dafi tetpe. Wucekuw joguduv fuvulzo cedo con apuw luhsuz jas ikesu biimeejo etefewra bagud nelnus ruklimfal tad.", "engine": "qwant", "template": "default.html", "parsed_url": ["http", "ikoajbi.sa", "/tutsos", "", "", ""], "engines": ["qwant"], "positions": [7], "score": 0.14285714285714285, "category": "general"}, {"title": "Lewos zaladop riih le Python programming Nis buri.", "url": "http://vawtino.cd/vinwued", "content": "Hi odtewsab katez zodsabovi luave porbevjuz vol lojgim jotuage kukvan jel eca upifig pizisen muici. Rew azu aru idaoki maojerow evi apouf demoguvuw tiprufeg beloh efuugu wevlab sinduvli sidjikel iktudro. Susu ruud dun sasih mizag ez pazu uzanacno anihiwveh umadah ribhuz teifa. Recbe aka sapezo si sor fisudfat so cucru kawdu loewe tiwidlo locbi. Il ib gor vim le wawfilnim zikvus govsibpep sum bolvehe otpukfob ibozti wolepod furtursu zivif raatu mejsejom. Api towkiip liero wegset ca adicev uzuloar gieru pebemipok linok ur bazkat mahvugel.", "engine": "qwant", "template": "default.html", "parsed_url": ["http", "vawtino.cd", "/vinwued", "", "", ""], "engines": ["qwant"], "positions": [8], "score": 0.125, "category": "general"}, {"title": "Python Syllabus - GeeksforGeeks", "url": "https://www.geeksforgeeks.org/python-syllabus/", "content": "Learn Python programming from basics to advanced concepts with this comprehensive syllabus. Cover syntax, data types, operators, conditional statements, loops, functions, OOPs, exceptions, file handling, databases, packages, web development, and more.", "engine": "duckduckgo", "template": "default.html", "parsed_url": ["https", "www.geeksforgeeks.org", "/python-syllabus/", "", "", ""], "engines": ["duckduckgo"], "positions": [9], "score": 0.1111111111111111, "category": "general"}, {"url": "https://downloadly.ir/elearning/video-tutorials/a-python-tale-a-relaxed-programming-course-for-beginners/", "title": "\u062f\u0627\u0646\u0644\u0648\u062f Udemy - A Python Tale \u2022 A Relaxed Programming ...", "content": "3 days ago - Verifying that you are not a robot", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "downloadly.ir", "/elearning/video-tutorials/a-python-tale-a-relaxed-programming-course-for-beginners/", "", "", ""], "engines": ["brave"], "positions": [6], "score": 0.16666666666666666, "category": "general"}, {"url": "https://downloadlynet.ir/2025/09/157867/03/a-python-tale-a-relaxed-programming-course-for-beginners/12/", "title": "A Relaxed Programming Course for Beginners 2024-4", "content": "3 days ago - search \u00b7 \u0628\u0627\u0632\u06af\u0634\u062a \u0647 \u062e\u0627\u0646\u0647 \u00b7 AllAntivirus firewall27Audio / Video editors72Backup26Common Software15Compressor8Converter32Copy CD DVD Blue-Ray15Data Recovery45Dictionary4Disk ISO archive editor7Driver16E-Learning4Engineering specialized1285File Manager13Graphic210Hard Disk partition ...", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "downloadlynet.ir", "/2025/09/157867/03/a-python-tale-a-relaxed-programming-course-for-beginners/12/", "", "", ""], "engines": ["brave"], "positions": [8], "score": 0.125, "category": "general"}, {"url": "https://freecoursesite.in/the-complete-python-course-learn-python-by-doing-in-2024/", "title": "The Complete Python Course | Learn Python by Doing in 2024 - FreeCourseSite", "content": "3 days ago - Download The Complete Python Course | Learn Python by Doing in 2024 Udemy Paid Course For Free at FreeCourseSite. ... Develop a life-long love for programming with Python!", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "freecoursesite.in", "/the-complete-python-course-learn-python-by-doing-in-2024/", "", "", ""], "engines": ["brave"], "positions": [10], "score": 0.1, "category": "general"}, {"url": "https://online.rmit.edu.au/topic/learn-python-programming", "title": "Learn Python Programming | RMIT Online", "content": "Want to learn Python programming? Maybe start a new career? RMIT Online courses are co-designed with industry and purpose built for online study. The future of work starts here.", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "online.rmit.edu.au", "/topic/learn-python-programming", "", "", ""], "engines": ["brave"], "positions": [13], "score": 0.07692307692307693, "category": "general"}, {"url": "https://www.coursera.org/articles/what-is-python-used-for-a-beginners-guide-to-using-python", "title": "What Is Python Used For? A Beginner\u2019s Guide | Coursera", "content": "In this article, you'll learn more about what Python is and how it's used in the real world. If you want to start learning this popular programming language today, consider enrolling in the University of Michigan's Python for Everybody Specialization where you'll build foundational programming ...", "publishedDate": "2025-01-21T00:00:00", "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.coursera.org", "/articles/what-is-python-used-for-a-beginners-guide-to-using-python", "", "", ""], "engines": ["brave"], "positions": [14], "score": 0.07142857142857142, "category": "general"}, {"url": "https://www.codecademy.com/catalog/language/python", "title": "Best Python Courses + Tutorials | Codecademy", "content": "Learn the basics of the world's fastest growing and most popular programming language used by software engineers, analysts, data scientists, and machine learning engineers alike. ... An introduction to the basic syntax and fundamentals of Python for experienced programmers.", "publishedDate": "2021-10-28T00:00:00", "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.codecademy.com", "/catalog/language/python", "", "", ""], "engines": ["brave"], "positions": [15], "score": 0.06666666666666667, "category": "general"}, {"url": "https://www.datacamp.com/blog/how-to-learn-python-expert-guide", "title": "How to Learn Python From Scratch in 2025: An Expert Guide | DataCamp", "content": "Discover how to learn Python in 2025, its applications, and the demand for Python skills. Start your Python journey today \u200b\u200bwith our comprehensive guide. ... As one of the most popular programming languages out there, many people want to learn Python. But how do you go about getting started?", "publishedDate": "2024-11-22T00:00:00", "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.datacamp.com", "/blog/how-to-learn-python-expert-guide", "", "", ""], "engines": ["brave"], "positions": [16], "score": 0.0625, "category": "general"}, {"url": "https://www.edx.org/learn/python", "title": "Best Online Python Courses and Programs | edX", "content": "Explore free online Python courses and more. Build your programming skills with edX today.", "publishedDate": "2022-12-13T00:00:00", "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.edx.org", "/learn/python", "", "", ""], "engines": ["brave"], "positions": [17], "score": 0.058823529411764705, "category": "general"}, {"url": "https://runestone.academy/ns/books/published/fopp/index.html", "title": "Table of Contents \u2014 Foundations of Python Programming", "content": "An interactive version of the How to Think Like a Computer Scientist book", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "runestone.academy", "/ns/books/published/fopp/index.html", "", "", ""], "engines": ["brave"], "positions": [18], "score": 0.05555555555555555, "category": "general"}, {"title": "Bisiji oc zuav ve ko Python programming Vose.", "url": "http://zi.jo/na", "content": "Se vitenero befit ci ciksozon ultar je jew vame bibdatak sihiw tus. Te bufiw tajina we izpehiz do kaf robu haflipu itzot ojtap ah. Ha alnak ge fu uwezohmu ca ep wulhioce luwnegu enlaaf kab kigugpak da ba memopito. Ecfiv nas agemogev kafmurugi zikpuma tizov civ cahnow ko hidta sib iduoj ru zip ufous. Molo ama wuketi culdak efu lej du ziwot karbag mag wawek ecunijub mouf epacace gu.", "engine": "qwant", "template": "default.html", "parsed_url": ["http", "zi.jo", "/na", "", "", ""], "engines": ["qwant"], "positions": [9], "score": 0.1111111111111111, "category": "general"}, {"title": "Python Basics - Python Tutorial", "url": "https://www.pythontutorial.net/python-basics/", "content": "This web page covers the fundamentals of Python programming, from syntax and variables to functions and modules. It provides tutorials, examples, and exercises to help you master the basics of Python.", "engine": "duckduckgo", "template": "default.html", "parsed_url": ["https", "www.pythontutorial.net", "/python-basics/", "", "", ""], "engines": ["duckduckgo"], "positions": [10], "score": 0.1, "category": "general"}, {"title": "Sikehpa iwi pes Python programming Asra tagsifnu ku.", "url": "http://fe.mo/cumnitjet", "content": "Ju bil utbunki iv re anuf dewmimcum isu lo abokova cos cagoet zo letuvuw of duk. Vekehbos tiw ifivamo fim disan woov juvufuj zebeze bahok ufajub titiwa zimisuh sur alnem ihriw kapog retvi. Zuk babcu ziwobehef imiba oma ip kan comamefoc idesip dimme tadnenki iptaci acepunjo nojzoze utiive vugevi.", "engine": "qwant", "template": "default.html", "parsed_url": ["http", "fe.mo", "/cumnitjet", "", "", ""], "engines": ["qwant"], "positions": [10], "score": 0.1, "category": "general"}, {"url": "https://www.coursera.org/learn/python", "title": "Programming for Everybody (Getting Started with Python) | Coursera", "content": "Offered by University of Michigan. This course aims to teach everyone the basics of programming computers using Python. We cover the basics ... Enroll for free.", "publishedDate": "2023-06-16T00:00:00", "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.coursera.org", "/learn/python", "", "", ""], "engines": ["brave"], "positions": [19], "score": 0.05263157894736842, "category": "general"}, {"url": "https://www.programiz.com/python-programming/examples", "title": "Python Examples | Programiz", "content": "This page contains examples of basic concepts of Python programming like loops, functions, native datatypes and so on.", "publishedDate": "2020-06-16T00:00:00", "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.programiz.com", "/python-programming/examples", "", "", ""], "engines": ["brave"], "positions": [20], "score": 0.05, "category": "general"}], "answers": [{"url": "https://duckduckgo.com/?q=Python+programming", "template": "answer/legacy.html", "engine": "duckduckgo", "parsed_url": ["https", "duckduckgo.com", "/", "", "q=Python+programming", ""], "answer": "Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Python is dynamically type-checked and garbage-collected. It supports multiple programming paradigms, including structured, object-oriented and functional programming. It is often described as a \"batteries included\" language due to its comprehensive standard library. More at Wikipedia"}], "corrections": [], "infoboxes": [{"infobox": "Python (programming language)", "id": "https://en.wikipedia.org/wiki/Python_(programming_language)", "content": "Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation.", "img_src": "https://upload.wikimedia.org/wikipedia/commons/thumb/6/6f/.PY_file_recreation.png/500px-.PY_file_recreation.png", "urls": [{"title": "Wikipedia", "url": "https://en.wikipedia.org/wiki/Python_(programming_language)"}, {"title": "P856", "url": "https://www.python.org/", "official": true}, {"title": "Lemmy", "url": "https://programming.dev/c/python"}, {"title": "Wikidata", "url": "http://www.wikidata.org/entity/Q28865"}], "engine": "wikidata", "template": "default.html", "url": null, "parsed_url": null, "title": "", "engines": ["wikidata", "wikipedia"], "attributes": [{"label": "P571", "value": "Wednesday, February 20, 1991", "entity": "P571"}, {"label": "P178", "value": "Python Software Foundation, Guido van Rossum", "entity": "P178"}, {"label": "P275", "value": "Python Software Foundation License", "entity": "P275"}, {"label": "P277", "value": "C, Python", "entity": "P277"}, {"label": "P348", "value": "3.13.2, 3.14.0a5", "entity": "P348"}]}], "suggestions": [], "unresponsive_engines": [["google", "Suspended: too many requests"]]} ```
Author
Owner

@leagend commented on GitHub (Mar 12, 2025):

@leagend Can you paste the /etc/searxng/settings.yml content to here.

one version I ever used located at:
https://github.com/langgenius/dify/blob/0.15.3/api/core/tools/provider/builtin/searxng/docker/settings.yml

@leagend commented on GitHub (Mar 12, 2025): > [@leagend](https://github.com/leagend) Can you paste the /etc/searxng/settings.yml content to here. one version I ever used located at: https://github.com/langgenius/dify/blob/0.15.3/api/core/tools/provider/builtin/searxng/docker/settings.yml
Author
Owner

@kenwoodjw commented on GitHub (Mar 12, 2025):

@leagend Can you reference this doc to start container?
https://docs.dify.ai/guides/tools/tool-configuration/searxng

@kenwoodjw commented on GitHub (Mar 12, 2025): @leagend Can you reference this doc to start container? https://docs.dify.ai/guides/tools/tool-configuration/searxng
Author
Owner

@leagend commented on GitHub (Mar 12, 2025):

I guess the root cause may still comes from searxng side.

I compared mine(while I can ensure that I had configured the search engine with baidu, 360 and sogou) to another public searxng.

(python12) jing@IdealJing:~/work/lab/langgenius-searxng_0.0.2$ curl -G "http://{myip}:8080/search"      --data-urlencode "q=Python programming"      --data-urlencode "format=json"      --data-urlencode "categories=general"      --max-time 10 
{"query": "Python programming", "number_of_results": 0, "results": [], "answers": [], "corrections": [], "infoboxes": [], "suggestions": [], "unresponsive_engines": [["brave", "timeout"], ["duckduckgo", "timeout"], ["google", "timeout"], ["qwant", "timeout"], ["startpage", "timeout"], ["wikidata", "timeout"], ["wikipedia", "timeout"]]}(python12)

(python12) jing@IdealJing:~/work/lab/langgenius-searxng_0.0.2$ 

(python12) jing@IdealJing:~/work/lab/langgenius-searxng_0.0.2$ curl -G "http://{myip}:8080/search"      --data-urlencode "q=climate"      --data-urlencode "format=json"      --data-urlencode "categories=
science"      --max-time 10 
{"query": "climate", "number_of_results": 0, "results": [{"template": "paper.html", "url": "http://arxiv.org/abs/1608.05597v1", "title": "The structure of the climate debate", "publishedDate": "2016-08-19T13:36:55", "content": "First-best climate policy is a uniform carbon tax which gradually rises over time. Civil servants have complicated climate policy to expand bureaucracies, politicians to create rents. Environmentalists have exaggerated climate change to gain influence, other activists have joined the climate bandwagon. Opponents to climate policy have attacked the weaknesses in climate research. The climate debate is convoluted and polarized as a result, and climate policy complex. Climate policy should become easier and more rational as the Paris Agreement has shifted climate policy back towards national governments. Changing political priorities, austerity, and a maturing bureaucracy should lead to a more constructive climate debate.", "doi": null, "authors": ["Richard S. J. Tol"], "journal": null, "tags": ["q-fin.EC", "econ.EM", "q-fin.GN"], "comments": null, "pdf_url": "http://arxiv.org/pdf/1608.05597v1", "engine": "arxiv", "parsed_url": ["http", "arxiv.org", "/abs/1608.05597v1", "", "", ""], "engines": ["arxiv"], "positions": [1], "score": 1.0, "category": "science"}, {"template": "paper.html", "url": "https://www.ncbi.nlm.nih.gov/pubmed/40066618", "title": "Monitoring Terrestrial Ecosystem Resilience Using Earth Observation Data: Identifying Consensus and Limitations Across Metrics.", "content": "Resilience is a key feature of ecosystem dynamics reflecting a system's ability to resist and recover from environmental perturbations. Slowing down in the rate of recovery has been used as an early-warning signal for abrupt transitions. Recent advances in Earth observation (EO) vegetation data provide the capability to capture broad-scale resilience patterns and identify regions experiencing resilience loss. However, the proliferation of methods for evaluating resilience using EO data has introduced significant uncertainty, leading to contradictory resilience estimates across approximately 73% of the Earth's land surface. To reconcile these perspectives, we review the range of methods and associated metrics that capture aspects of ecosystem resilience using EO data. Using a principal component analysis, we empirically test the relationships between the most widely used resilience metrics and explore emergent patterns within and among the world's biomes. Our analysis reveals that the 10 resilience metrics aggregate into four core components of ecosystem dynamics, highlighting the multidimensional nature of ecosystem resilience. We also find that ecosystems with slower recovery are more resistant to drought extremes. Furthermore, the relationships between resilience metrics vary across the world's biomes and vegetation types. These results illustrate the inherent differences in the dynamics of natural systems and highlight the need for careful consideration when evaluating broad-scale resilience patterns across biomes. Our findings provide valuable insights for identifying global resilience patterns, which are critically needed to inform policy decisions and guide conservation efforts globally.", "journal": "Global change biology", "issn": ["1365-2486"], "authors": ["Katharina Runge", "Marlee Tucker", "Thomas W Crowther", "Camille Fournier de Lauri\u00e8re", "Emilio Guirado", "Lalasia Bialic-Murphy", "Miguel Berdugo"], "doi": "10.1111/gcb.70115", "publishedDate": "2025-01-29T00:00:00", "engine": "pubmed", "parsed_url": ["https", "www.ncbi.nlm.nih.gov", "/pubmed/40066618", "", "", ""], "engines": ["pubmed"], "positions": [1], "score": 1.0, "category": "science"}, {"template": "paper.html", "url": "http://arxiv.org/abs/2312.00160v1", "title": "Baumol's Climate Disease", "publishedDate": "2023-11-30T19:45:13", "content": "We investigate optimal carbon abatement in a dynamic general equilibrium climate-economy model with endogenous structural change. By differentiating the production of investment from consumption, we show that social cost of carbon can be conceived as a reduction in physical capital. In addition, we distinguish two final sectors in terms of productivity growth and climate vulnerability. We theoretically show that heterogeneous climate vulnerability results in a climate-induced version of Baumol's cost disease. Further, if climate-vulnerable sectors have high (low) productivity growth, climate impact can either ameliorate (aggravate) the Baumol's cost disease, call for less (more) stringent climate policy. We conclude that carbon abatement should not only factor in unpriced climate capital, but also be tailored to Baumol's cost and climate diseases.", "doi": null, "authors": ["Fangzhi Wang", "Hua Liao", "Richard S. J. Tol"], "journal": null, "tags": ["econ.TH"], "comments": null, "pdf_url": "http://arxiv.org/pdf/2312.00160v1", "engine": "arxiv", "parsed_url": ["http", "arxiv.org", "/abs/2312.00160v1", "", "", ""], "engines": ["arxiv"], "positions": [2], "score": 0.5, "category": "science"}, {"template": "paper.html", "url": "https://www.ncbi.nlm.nih.gov/pubmed/40066462", "title": "Exploring the plant growth promoting attributes of pteridophyte-associated microbiome for agricultural sustainability.", "content": "Pteridophytes, encompassing ferns and fern allies, are integral components of terrestrial ecosystems worldwide. These vascular plants characterized by their spore-based reproduction, fulfil various ecological roles such as influencing biodiversity, soil stability, nutrient dynamics, and ecological succession. Similar to higher plants, pteridophytes too are known to have close symbiotic associations with a diverse array of microorganisms, including bacteria, fungi and actinomycetes. Exploring the microbial diversity in pteridophytes has prospects both in pure and applied research. Research on pteridophyte microbial communities have revealed their role in plant growth promotion, nutrient acquisition and tolerance against stresses. Besides, it would be interesting to unravel the microbial diversity associated with pteridophytes, which are the first vascular plants. Further, study of pteridophytes-associated microbes would also help in conservation programmes of these rare and endangered group of plants. In spite of the immense potential of pteridophyte microbiome, only few studies have been undertaken in this area, thereby creating a huge research gap. Hence, this review compiles pteridophyte microbiome research, and explores its prospects in agricultural sustainability. Our literature survey sheds light on the tremendous potential of pteridophyte-associated microbes as plant growth promoters and biocontrol agents for sustainable agriculture, which is highly relevant in the era of climate change.", "journal": "Physiology and molecular biology of plants : an international journal of functional plant biology", "issn": ["0971-5894"], "authors": ["Soumya Sephalika Swain", "Shubhransu Nayak", "Sushma Mishra", "Madhusmita Ghana", "Debabrata Dash"], "doi": "10.1007/s12298-025-01553-x", "publishedDate": "2025-01-16T00:00:00", "engine": "pubmed", "parsed_url": ["https", "www.ncbi.nlm.nih.gov", "/pubmed/40066462", "", "", ""], "engines": ["pubmed"], "positions": [2], "score": 0.5, "category": "science"}, {"template": "paper.html", "url": "http://arxiv.org/abs/0805.0541v2", "title": "Climate modification directed by control theory", "publishedDate": "2008-05-05T14:18:37", "content": "Climate modification measures to counteract global warming receive some more new attentions in these years. Most current researches only discuss the impact of these measures to climate, but how to design such a climate regulator is still unknown. This paper shows the control theory could give the systematic direction for climate modification. But the control analyzing also reveals that climate modifications should only be regarded as a last-ditch measure.", "doi": null, "authors": ["Wang Liang"], "journal": null, "tags": ["cs.OH"], "comments": "9 piges,8 figures", "pdf_url": "http://arxiv.org/pdf/0805.0541v2", "engine": "arxiv", "parsed_url": ["http", "arxiv.org", "/abs/0805.0541v2", "", "", ""], "engines": ["arxiv"], "positions": [3], "score": 0.3333333333333333, "category": "science"}, {"template": "paper.html", "url": "https://www.ncbi.nlm.nih.gov/pubmed/40066327", "title": "An Unexplored Diversity for Adaptation of Germination to High Temperatures in", "content": "Elevated temperatures inhibit the germination of a concerning number of crop species. One strategy to mitigate the impact of warming temperatures is to identify and introgress adaptive genes into elite germplasm. Diversity must be sought in wild populations, coupled with an understanding of the complex pattern of adaptation across a broad range of landscapes. By investigating the landraces, wild, and feral populations of Algeria, Italy, France, Slovenia, Spain, and Tunisia, we assessed the response of germination to temperature increase in an unexplored diversity of 117 accessions of", "journal": "Evolutionary applications", "issn": ["1752-4571"], "authors": ["M Tiret", "M-H Wagner", "L Gay", "E Chenel", "A Dupont", "C Falentin", "L Maillet", "F Gavory", "K Labadie", "S Ducournau", "A-M Ch\u00e8vre"], "doi": "10.1111/eva.70089", "publishedDate": "2025-02-17T00:00:00", "engine": "pubmed", "parsed_url": ["https", "www.ncbi.nlm.nih.gov", "/pubmed/40066327", "", "", ""], "engines": ["pubmed"], "positions": [3], "score": 0.3333333333333333, "category": "science"}, {"template": "paper.html", "url": "http://arxiv.org/abs/1411.6878v1", "title": "Uncertainty in climate science and climate policy", "publishedDate": "2014-11-05T20:45:50", "content": "This essay, written by a statistician and a climate scientist, describes our view of the gap that exists between current practice in mainstream climate science, and the practical needs of policymakers charged with exploring possible interventions in the context of climate change. By `mainstream' we mean the type of climate science that dominates in universities and research centres, which we will term `academic' climate science, in contrast to `policy' climate science; aspects of this distinction will become clearer in what follows. In a nutshell, we do not think that academic climate science equips climate scientists to be as helpful as they might be, when involved in climate policy assessment. Partly, we attribute this to an over-investment in high resolution climate simulators, and partly to a culture that is uncomfortable with the inherently subjective nature of climate uncertainty.", "doi": null, "authors": ["Jonathan Rougier", "Michel Crucifix"], "journal": null, "tags": ["physics.soc-ph"], "comments": "submitted as contribution to Conceptual Foundations of\n  ClimateModeling, Winsberg, E. and Lloyd, E., eds., The University of Chicago\n  Press", "pdf_url": "http://arxiv.org/pdf/1411.6878v1", "engine": "arxiv", "parsed_url": ["http", "arxiv.org", "/abs/1411.6878v1", "", "", ""], "engines": ["arxiv"], "positions": [4], "score": 0.25, "category": "science"}, {"template": "paper.html", "url": "https://www.ncbi.nlm.nih.gov/pubmed/40066163", "title": "Integrated analysis of metabolites and enzyme activities reveals the plasticity of central carbon metabolism in grape (", "content": "High temperatures increase the sugar concentration of grape (", "journal": "Horticulture research", "issn": ["2662-6810"], "authors": ["Qian Tong", "Yongjian Wang", "Regina Feil", "John E Lunn", "Xiaobo Xu", "Yi Wang", "Ghislaine Hilbert-Masson", "Junhua Kong", "Jinliang Chen", "Serge Delrot", "Bertrand Beauvoit", "Zhenchang Liang", "Eric Gom\u00e8s", "Yves Gibon", "Zhanwu Dai"], "doi": "10.1093/hr/uhae363", "publishedDate": "2024-12-20T00:00:00", "engine": "pubmed", "parsed_url": ["https", "www.ncbi.nlm.nih.gov", "/pubmed/40066163", "", "", ""], "engines": ["pubmed"], "positions": [4], "score": 0.25, "category": "science"}, {"template": "paper.html", "url": "http://arxiv.org/abs/2004.14907v1", "title": "You are right. I am ALARMED -- But by Climate Change Counter Movement", "publishedDate": "2020-04-30T16:06:02", "content": "The world is facing the challenge of climate crisis. Despite the consensus in scientific community about anthropogenic global warming, the web is flooded with articles spreading climate misinformation. These articles are carefully constructed by climate change counter movement (cccm) organizations to influence the narrative around climate change. We revisit the literature on climate misinformation in social sciences and repackage it to introduce in the community of NLP. Despite considerable work in detection of fake news, there is no misinformation dataset available that is specific to the domain.of climate change. We try to bridge this gap by scraping and releasing articles with known climate change misinformation.", "doi": null, "authors": ["Shraey Bhatia", "Jey Han Lau", "Timothy Baldwin"], "journal": null, "tags": ["cs.CL"], "comments": "5 pages", "pdf_url": "http://arxiv.org/pdf/2004.14907v1", "engine": "arxiv", "parsed_url": ["http", "arxiv.org", "/abs/2004.14907v1", "", "", ""], "engines": ["arxiv"], "positions": [5], "score": 0.2, "category": "science"}, {"template": "paper.html", "url": "https://www.ncbi.nlm.nih.gov/pubmed/40066161", "title": "High-resolution genome assembly and population genetic study of the endangered maple", "content": "Acer pentaphyllum", "journal": "Horticulture research", "issn": ["2662-6810"], "authors": ["Xiong Li", "Li-Sha Jiang", "Heng-Ning Deng", "Qi Yu", "Wen-Bin Ju", "Xiao-Juan Chen", "Yu Feng", "Bo Xu"], "doi": "10.1093/hr/uhae357", "publishedDate": "2024-12-14T00:00:00", "engine": "pubmed", "parsed_url": ["https", "www.ncbi.nlm.nih.gov", "/pubmed/40066161", "", "", ""], "engines": ["pubmed"], "positions": [5], "score": 0.2, "category": "science"}, {"template": "paper.html", "url": "http://arxiv.org/abs/2404.07331v1", "title": "Financial climate risk: a review of recent advances and key challenges", "publishedDate": "2024-04-10T20:17:43", "content": "The document provides an overview of financial climate risks. It delves into how climate change impacts the global financial system, distinguishing between physical risks (such as extreme weather events) and transition risks (stemming from policy changes and economic transitions towards low carbon technologies). The paper underlines the complexity of accurately defining financial climate risk, citing the integration of climate science with financial risk analysis as a significant challenge. The paper highlights the pivotal role of microfinance institutions (MFIs) in addressing financial climate risk, especially for populations vulnerable to climate change. The document emphasizes the importance of updating risk management practices within MFIs to explicitly include climate risk assessments and suggests leveraging technology to improve these practices.", "doi": null, "authors": ["Victor Cardenas"], "journal": null, "tags": ["econ.GN", "q-fin.EC"], "comments": null, "pdf_url": "http://arxiv.org/pdf/2404.07331v1", "engine": "arxiv", "parsed_url": ["http", "arxiv.org", "/abs/2404.07331v1", "", "", ""], "engines": ["arxiv"], "positions": [6], "score": 0.16666666666666666, "category": "science"}, {"template": "paper.html", "url": "https://www.ncbi.nlm.nih.gov/pubmed/40066151", "title": "Warming stimulates cellulose decomposition by recruiting phylogenetically diverse but functionally similar microorganisms.", "content": "Cellulose is the most abundant component of plant litter, which is critical for terrestrial carbon cycling. Nonetheless, it remains unknown how global warming affects cellulose-decomposing microorganisms. Here, we carried out a 3-year litterbag experiment to examine cellulose decomposition undergoing +3\u00b0C warming in a tallgrass prairie. Most cellulose-associated bacteria and fungi in litterbags were also detected in bulk soil, and bacteria in litterbags had higher community-level", "journal": "ISME communications", "issn": ["2730-6151"], "authors": ["Yifan Su", "Xue Guo", "Yamei Gao", "Jiajie Feng", "Linwei Wu", "Jiesi Lei", "Suo Liu", "Qun Gao", "Yufei Zeng", "Wei Qin", "Zheng Shi", "Zhengxiong Liang", "Zhencheng Ye", "Mengting Yuan", "Daliang Ning", "Liyou Wu", "Jizhong Zhou", "Yunfeng Yang"], "doi": "10.1093/ismeco/ycae152", "publishedDate": "2025-02-27T00:00:00", "engine": "pubmed", "parsed_url": ["https", "www.ncbi.nlm.nih.gov", "/pubmed/40066151", "", "", ""], "engines": ["pubmed"], "positions": [6], "score": 0.16666666666666666, "category": "science"}, {"template": "paper.html", "url": "http://arxiv.org/abs/2105.05621v1", "title": "NLP for Climate Policy: Creating a Knowledge Platform for Holistic and Effective Climate Action", "publishedDate": "2021-05-12T12:30:02", "content": "Climate change is a burning issue of our time, with the Sustainable Development Goal (SDG) 13 of the United Nations demanding global climate action. Realizing the urgency, in 2015 in Paris, world leaders signed an agreement committing to taking voluntary action to reduce carbon emissions. However, the scale, magnitude, and climate action processes vary globally, especially between developed and developing countries. Therefore, from parliament to social media, the debates and discussions on climate change gather data from wide-ranging sources essential to the policy design and implementation. The downside is that we do not currently have the mechanisms to pool the worldwide dispersed knowledge emerging from the structured and unstructured data sources. The paper thematically discusses how NLP techniques could be employed in climate policy research and contribute to society's good at large. In particular, we exemplify symbiosis of NLP and Climate Policy Research via four methodologies. The first one deals with the major topics related to climate policy using automated content analysis. We investigate the opinions (sentiments) of major actors' narratives towards climate policy in the second methodology. The third technique explores the climate actors' beliefs towards pro or anti-climate orientation. Finally, we discuss developing a Climate Knowledge Graph. The present theme paper further argues that creating a knowledge platform would help in the formulation of a holistic climate policy and effective climate action. Such a knowledge platform would integrate the policy actors' varied opinions from different social sectors like government, business, civil society, and the scientific community. The research outcome will add value to effective climate action because policymakers can make informed decisions by looking at the diverse public opinion on a comprehensive platform.", "doi": null, "authors": ["Pradip Swarnakar", "Ashutosh Modi"], "journal": null, "tags": ["cs.CL", "cs.AI"], "comments": "12 Pages (8 + 4 pages for references)", "pdf_url": "http://arxiv.org/pdf/2105.05621v1", "engine": "arxiv", "parsed_url": ["http", "arxiv.org", "/abs/2105.05621v1", "", "", ""], "engines": ["arxiv"], "positions": [7], "score": 0.14285714285714285, "category": "science"}, {"template": "paper.html", "url": "https://www.ncbi.nlm.nih.gov/pubmed/40066101", "title": "Assessing the impact of climate change and a water management programme on white sturgeon physiology in the Nechako River, British Columbia.", "content": "Climate change is impacting river ecosystems, underlining the need for water management strategies to protect native species within these ecosystems. Here, we evaluate the impact of climate change and water management on the physiology of white sturgeon (", "journal": "Conservation physiology", "issn": ["2051-1434"], "authors": ["Muhammed A Oyinlola", "Mostafa Khorsandi", "Rachael Penman", "Madison L Earhart", "Richard Arsenault", "Steve McAdam", "Colin J Brauner", "Andr\u00e9 St-Hilaire"], "doi": "10.1093/conphys/coaf014", "publishedDate": "2025-02-12T00:00:00", "engine": "pubmed", "parsed_url": ["https", "www.ncbi.nlm.nih.gov", "/pubmed/40066101", "", "", ""], "engines": ["pubmed"], "positions": [7], "score": 0.14285714285714285, "category": "science"}, {"template": "paper.html", "url": "http://arxiv.org/abs/2311.03721v1", "title": "ClimateSet: A Large-Scale Climate Model Dataset for Machine Learning", "publishedDate": "2023-11-07T04:55:36", "content": "Climate models have been key for assessing the impact of climate change and simulating future climate scenarios. The machine learning (ML) community has taken an increased interest in supporting climate scientists' efforts on various tasks such as climate model emulation, downscaling, and prediction tasks. Many of those tasks have been addressed on datasets created with single climate models. However, both the climate science and ML communities have suggested that to address those tasks at scale, we need large, consistent, and ML-ready climate model datasets. Here, we introduce ClimateSet, a dataset containing the inputs and outputs of 36 climate models from the Input4MIPs and CMIP6 archives. In addition, we provide a modular dataset pipeline for retrieving and preprocessing additional climate models and scenarios. We showcase the potential of our dataset by using it as a benchmark for ML-based climate model emulation. We gain new insights about the performance and generalization capabilities of the different ML models by analyzing their performance across different climate models. Furthermore, the dataset can be used to train an ML emulator on several climate models instead of just one. Such a \"super emulator\" can quickly project new climate change scenarios, complementing existing scenarios already provided to policymakers. We believe ClimateSet will create the basis needed for the ML community to tackle climate-related tasks at scale.", "doi": null, "authors": ["Julia Kaltenborn", "Charlotte E. E. Lange", "Venkatesh Ramesh", "Philippe Brouillard", "Yaniv Gurwicz", "Chandni Nagda", "Jakob Runge", "Peer Nowack", "David Rolnick"], "journal": null, "tags": ["cs.LG", "cs.AI", "cs.CE", "physics.ao-ph"], "comments": "To be published in the 37th Conference on Neural Information\n  Processing Systems (NeurIPS 2023): Track on Datasets and Benchmarks. Project\n  website: https://climateset.github.io/", "pdf_url": "http://arxiv.org/pdf/2311.03721v1", "engine": "arxiv", "parsed_url": ["http", "arxiv.org", "/abs/2311.03721v1", "", "", ""], "engines": ["arxiv"], "positions": [8], "score": 0.125, "category": "science"}, {"template": "paper.html", "url": "https://www.ncbi.nlm.nih.gov/pubmed/40066054", "title": "Physiological equivalent temperature and hospitalized due to respiratory and cardiovascular diseases in Dezful, Iran.", "content": "The Physiological Equivalent Temperature (PET) index providing a standardized reference point, PET enables non-experts to better understand and assess the physiological implications of varying environmental temperatures and thermal comfort levels across different settings. We aimed to evaluate the relationships between the PET Index and Hospitalized due to Respiratory Diseases (RD) and Cardiovascular Diseases (CVD) in Dezful city.", "journal": "Heliyon", "issn": ["2405-8440"], "authors": ["Hamidreza Aghababaeian", "Rahim Sharafkhani", "Maryam Mazaheri", "Masoumeh Gharaee", "Mohsen Nouri", "Nasim Hamidipour"], "doi": "10.1016/j.heliyon.2025.e42763", "publishedDate": "2025-02-17T00:00:00", "engine": "pubmed", "parsed_url": ["https", "www.ncbi.nlm.nih.gov", "/pubmed/40066054", "", "", ""], "engines": ["pubmed"], "positions": [8], "score": 0.125, "category": "science"}, {"template": "paper.html", "url": "http://arxiv.org/abs/2305.07529v1", "title": "Hurricanes Increase Climate Change Conversations on Twitter", "publishedDate": "2023-05-12T14:46:26", "content": "The public understanding of climate change plays a critical role in translating climate science into climate action. In the public discourse, climate impacts are often discussed in the context of extreme weather events. Here, we analyse 65 million Twitter posts and 240 thousand news media articles related to 18 major hurricanes from 2010 to 2022 to clarify how hurricanes impact the public discussion around climate change. First, we analyse news content and show that climate change is the most prominent non-hurricane specific topic discussed by the news media in relation to hurricanes. Second, we perform a comparative analysis between reliable and questionable news media outlets, finding that the language around climate change varies between news media providers. Finally, using geolocated data, we show that accounts in regions affected by hurricanes discuss climate change at a significantly higher rate than accounts in unaffected areas, with references to climate change increasing by, on average, 80% after impact, and up to 200% for the largest hurricanes. Our findings demonstrate how hurricanes have a key impact on the public awareness of climate change.", "doi": "10.1371/journal.pclm.0000277", "authors": ["Maddalena Torricelli", "Max Falkenberg", "Alessandro Galeazzi", "Fabiana Zollo", "Walter Quattrociocchi", "Andrea Baronchelli"], "journal": "PLOS Climate 2(11): e0000277, 2023", "tags": ["physics.soc-ph", "cs.SI"], "comments": null, "pdf_url": "http://arxiv.org/pdf/2305.07529v1", "engine": "arxiv", "parsed_url": ["http", "arxiv.org", "/abs/2305.07529v1", "", "", ""], "engines": ["arxiv"], "positions": [9], "score": 0.1111111111111111, "category": "science"}, {"template": "paper.html", "url": "https://www.ncbi.nlm.nih.gov/pubmed/40065985", "title": "Implications of President Trump's Second Term Executive Orders on Global and Public Health.", "content": "", "journal": "International journal of public health", "issn": ["1661-8564"], "authors": ["Keita Wagatsuma"], "doi": "10.3389/ijph.2025.1608402", "publishedDate": "2025-02-17T00:00:00", "engine": "pubmed", "parsed_url": ["https", "www.ncbi.nlm.nih.gov", "/pubmed/40065985", "", "", ""], "engines": ["pubmed"], "positions": [9], "score": 0.1111111111111111, "category": "science"}, {"template": "paper.html", "url": "http://arxiv.org/abs/2406.19639v1", "title": "Predictability of climate tipping focusing on the internal variability of the Earth system", "publishedDate": "2024-06-28T04:05:58", "content": "Prediction of climate tipping is challenging due to the lack of recent observation of actual climate tipping. Despite many previous efforts to accurately predict the existence and timing of climate tippings under specific climate scenarios, the predictability of climate tipping, the necessary conditions under which climate tipping can be predicted, has yet to be explored. In this study, the predictability of climate tipping is analyzed by Observation System Simulation Experiment (OSSE), in which the value of observation for prediction is assessed through the idealized experiment of data assimilation, using a simplified dynamic vegetation model and an Atlantic Meridional Overturning Circulation (AMOC) two box model. We find that the ratio of internal variability to observation error, or signal-to-noise ratio, should be large enough to accurately predict climate tippings. When observation can accurately resolve the internal variability of the system, assimilating these observations into process-based models can effectively improve the skill of predicting climate tippings. Our quantitative estimation of required observation accuracy to predict climate tipping implies that the existing observation network is not always sufficient to accurately project climate tipping.", "doi": null, "authors": ["Amane Kubo", "Yohei Sawada"], "journal": null, "tags": ["physics.ao-ph", "stat.AP"], "comments": null, "pdf_url": "http://arxiv.org/pdf/2406.19639v1", "engine": "arxiv", "parsed_url": ["http", "arxiv.org", "/abs/2406.19639v1", "", "", ""], "engines": ["arxiv"], "positions": [10], "score": 0.1, "category": "science"}, {"template": "paper.html", "url": "https://www.ncbi.nlm.nih.gov/pubmed/40065914", "title": "Mapping desert shrub aboveground biomass in the Junggar Basin, Xinjiang, China using quantile regression forest (QRF).", "content": "Haloxylon ammodendron", "journal": "PeerJ", "issn": ["2167-8359"], "authors": ["XueFeng Yang"], "doi": "10.7717/peerj.19099", "publishedDate": "2025-02-12T00:00:00", "engine": "pubmed", "parsed_url": ["https", "www.ncbi.nlm.nih.gov", "/pubmed/40065914", "", "", ""], "engines": ["pubmed"], "positions": [10], "score": 0.1, "category": "science"}], "answers": [], "corrections": [], "infoboxes": [], "suggestions": [], "unresponsive_engines": [["google scholar", "timeout"], ["openairedatasets", "timeout"], ["openairepublications", "timeout"]]}(python12) 

it seems that the api invoke still use duckduckgo/google/qwant/startpage for general, while the for science category the engine works well for PRC area.

(python12) jing@IdealJing:~/work/lab/langgenius-searxng_0.0.2$ curl -G "http://{publicip}/search"      --data-urlencode "q=Python programming"      --data-urlencode "format=json"      --data-urlencode "categories=general"
{"query": "Python programming", "number_of_results": 0, "results": [{"url": "https://www.python.org/", "title": "Welcome to Python.org", "content": "Python is a versatile and easy-to-learn language that lets you work quickly and integrate systems more effectively. Learn Python basics, download the latest version, access documentation, find jobs, events, success stories and more on the official website.", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.python.org", "/", "", "", ""], "engines": ["duckduckgo", "brave"], "positions": [1, 1], "score": 4.0, "category": "general"}, {"url": "https://www.python.org/about/gettingstarted/", "title": "Python For Beginners | Python.org", "content": "Learn how to get started with Python, a popular and easy-to-use programming language. Find out how to install, edit, and use Python, and explore its libraries, documentation, and community resources.", "publishedDate": "2023-06-04T00:00:00", "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.python.org", "/about/gettingstarted/", "", "", ""], "engines": ["duckduckgo", "brave"], "positions": [3, 2], "score": 1.6666666666666665, "category": "general"}, {"url": "https://www.w3schools.com/python/", "title": "Python Tutorial - W3Schools", "content": "W3Schools offers a comprehensive and interactive Python tutorial with examples, exercises, quizzes, and references. Learn how to create web applications, handle files and databases, and get certified by completing the PYTHON course.", "publishedDate": "2017-12-07T00:00:00", "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.w3schools.com", "/python/", "", "", ""], "engines": ["duckduckgo", "brave"], "positions": [11, 3], "score": 0.8484848484848484, "category": "general"}, {"url": "https://www.programiz.com/python-programming", "title": "Learn Python Programming", "content": "A comprehensive guide to learn Python, one of the top programming languages in the world, widely used in AI, data science, and web development. Find free tutorials, interactive courses, online compiler, and career tips for beginners and advanced learners.", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.programiz.com", "/python-programming", "", "", ""], "engines": ["duckduckgo", "brave"], "positions": [4, 6], "score": 0.8333333333333333, "category": "general"}, {"url": "https://www.geeksforgeeks.org/python-programming-language-tutorial/", "title": "Python Tutorial | Learn Python Programming Language - GeeksforGeeks", "content": "A comprehensive guide to learn Python, a versatile, high-level and beginner-friendly programming language. Cover topics from basics to advanced concepts, data structures, OOPs, exceptions, file handling, databases, web development, data science and more.", "publishedDate": null, "thumbnail": "https://imgs.search.brave.com/WJ_rb9fsTiLyhmp3R6sx25vHRYvnW6txJ19aBPISBuY/rs:fit:200:200:1:0/g:ce/aHR0cHM6Ly9tZWRp/YS5nZWVrc2Zvcmdl/ZWtzLm9yZy9jb3Vy/c2VzL1B5dGhvbklu/dHJvZHVjdGlvbi9Q/eXRob25JbnRyb2R1/Y3Rpb24yMDI0MTEw/ODE3MDYwNS5qcGc", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.geeksforgeeks.org", "/python-programming-language-tutorial/", "", "", ""], "engines": ["duckduckgo", "brave"], "positions": [5, 5], "score": 0.8, "category": "general"}, {"url": "https://en.wikipedia.org/wiki/Python_(programming_language)", "title": "Python (programming language) - Wikipedia", "content": "Python is a high-level, general-purpose programming language.Its design philosophy emphasizes code readability with the use of significant indentation. [33]Python is dynamically type-checked and garbage-collected.It supports multiple programming paradigms, including structured (particularly procedural), object-oriented and functional programming.It is often described as a \"batteries included ...", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "en.wikipedia.org", "/wiki/Python_(programming_language)", "", "", ""], "engines": ["duckduckgo", "brave"], "positions": [7, 4], "score": 0.7857142857142857, "category": "general"}, {"url": "https://www.w3schools.com/python/python_intro.asp", "title": "Introduction to Python", "content": "Python is a popular programming language.", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.w3schools.com", "/python/python_intro.asp", "", "", ""], "engines": ["brave"], "positions": [2], "score": 0.5, "category": "general"}, {"url": "https://pythonprogramming.net/", "title": "Python Programming Tutorials", "content": "PythonProgramming.net offers video and text tutorials on various topics, from beginner to advanced, for free. Learn how to use Python for machine learning, data analysis, web development, game development, bots, AI, robotics, GUIs, and more.", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "pythonprogramming.net", "/", "", "", ""], "engines": ["duckduckgo", "brave"], "positions": [9, 8], "score": 0.4722222222222222, "category": "general"}, {"url": "https://learnpython.org/", "title": "Learn Python - Free Interactive Python Tutorial", "content": "Welcome to the LearnPython.org interactive Python tutorial. Whether you are an experienced programmer or not, this website is intended for everyone who wishes to learn the Python programming language.", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "learnpython.org", "/", "", "", ""], "engines": ["duckduckgo", "brave"], "positions": [12, 7], "score": 0.45238095238095233, "category": "general"}, {"title": "Ot otsow Python programming Luum ra envem vozerpi.", "url": "http://vanine.lt/tavzemho", "content": "Jop caceflab noz eh ewzo teneduuw cefitna beta fuhipupow nofuh fecjug di hot dalono ta asoane pukjavwow ivu. Fiwosfis operacta fogwijcun zohelot zucvoliw kar tew sowu dapmotvid lum zehjorbeg ci ojaril daol. Jaw nohvi av zevwu pemboc masi bijo gezimzih ru tusol dezisdol kel hek zupes zi kus peave. Fol ibojunu ep so ug ku woluoju ve tuhi rocgiwop zutone lazlap. Uhocukuv bezat nomomo zo raihma ofi vi tu hitero lozap ub wefzo wac daw ju epco vu.", "engine": "qwant", "template": "default.html", "parsed_url": ["http", "vanine.lt", "/tavzemho", "", "", ""], "engines": ["qwant"], "positions": [1], "score": 1.0, "category": "general"}, {"title": "Ecpojog dujkemom fasri Python programming Ad nuto hopuda.", "url": "http://dikbihod.er/onhu", "content": "Lop si inacokjat ig rojliw pizha bapajon weku wapa iz kucapele emozahlir zoheliku. Husis nejotoz ebtud risvido dow kakcil giha rodkum gusuzze zoolicuf ta vawu me ino zamadi fuinise. Rat udauze gof zehdi tooboom gasmona zu lo vepfu tocnelhe bo josnaw vufi. Je kumav dit gu emfiz ub owpoz to guvduig moti wubur wislegjan kezoget oza rego wuh. Eho liavato aliuni ce wawrapah gehu ja kohlop zujhab no nonuf mo je la daf umo rabbuwnaz bonaoci.", "engine": "qwant", "template": "default.html", "parsed_url": ["http", "dikbihod.er", "/onhu", "", "", ""], "engines": ["qwant"], "positions": [2], "score": 0.5, "category": "general"}, {"title": "Ivso bu tek tojet uje silzidi Python programming Olif sobumkab todot az vihko kafe vovecda huru ohosjiz fud uka puwele am cadafil ehamulig hesuteud noh.", "url": "http://caava.sb/zihtu", "content": "Tufuviges nigzefim sorce kolidhuh toduwu biz luwaovi siddinho bierceg adaczaj uloera nucwergim namesrad nafolle niv otmo zobro. Li nezhutu miuk movnuge api fu lojenu apfoma ki zolinice ekjal bawavfa kilsa lidsungi on ije. Kolopa jenopohu ikadire ala bojitimi wun si dis ke pot wi no ke.", "engine": "qwant", "template": "default.html", "parsed_url": ["http", "caava.sb", "/zihtu", "", "", ""], "engines": ["qwant"], "positions": [3], "score": 0.3333333333333333, "category": "general"}, {"title": "Siinsin dudhugmu Python programming Pus pidgap jiti ba.", "url": "http://ajferetu.ro/gavem", "content": "Faenfu licruvful avopi tujus vivono sisde efipuppa zave jujkaeni eluluh hoaluki davlatbi udke. Kusefa valuk lozivgos ibi sibu joal ofecedig mij si biluv wuwti tojiro ozwatces pajoc jizhezsi ip roesihoz agasi. Telbuucu kedjugko oja ruhcahci wogsiz vaj hu cobol wo beshotvup ralka visdirap.", "engine": "qwant", "template": "default.html", "parsed_url": ["http", "ajferetu.ro", "/gavem", "", "", ""], "engines": ["qwant"], "positions": [4], "score": 0.25, "category": "general"}, {"title": "Uw kiuhairi dihuhu ajogus wubo bijhut Python programming Rafumdaw tef sez ofhirma vuwo lud fihigup ki orupafo faron go rezac mite gi opi dowu javbi.", "url": "http://tiite.ua/oce", "content": "Nozziwsoc cigjijra hawozam li emimom kemabjus mowitvam mumdalkef rojvafsa iha lolhu zatu zulhahla kenog cowareded fe kajonris enduhif. Pe ekoto fezut hefvejoco zuukruv ga julciwe gap hozesin ikfu juhu hogepaso nog. Elipejid huf fesu ruc so oszo og kavfonpa hovbiz ane defuswug akegepo lihiero mo. Cup wigmuv laldiw humakga kehu esrus jefuv zodgarfo pahar te aha ojeso ril denohhig mi egohuz. Vudak nopazze zahnutiz icu beucawi zamdoko jojeciz nodkonbon fojdob cut bavituv nif olrebog wat.", "engine": "qwant", "template": "default.html", "parsed_url": ["http", "tiite.ua", "/oce", "", "", ""], "engines": ["qwant"], "positions": [5], "score": 0.2, "category": "general"}, {"title": "Ogueliteb nofizeuha po Python programming Niesolo capla eja.", "url": "http://duima.dz/cibuz", "content": "Lal pa zonnodef etvig gu ab kipve ubuju hetokofub to gacrok ilubed fipzol kopzis zur vig ap vusguit. June zoec tinzundag iwirip kiezmo bucgu tujutir hom ju wipzu hoz heg deveg dijva. Va unizu pa wouw keftez oga con jejno cot jo di akhekal wocole lujvuwres nurodwil. Vajugi tak elugobak okibo ze neezibe orutop bucomha wigiugu ke ga jokto lobur suudo. Utovupi kihedfah mutawhi wa pe ato pacuwji juzapce ma dipisnuz ocaec tuodse. Tikotu wawcekiv gadezov dow rifemti veredgih moz jod silmupih baso odofuw fehusve. Ranos vufnufa sa razgezlov beltam icainfo ocuilha tonve sedakaf gahnazju bidag gam.", "engine": "qwant", "template": "default.html", "parsed_url": ["http", "duima.dz", "/cibuz", "", "", ""], "engines": ["qwant"], "positions": [6], "score": 0.16666666666666666, "category": "general"}, {"title": "Boepi ihe igponkik wef deog Python programming Imu.", "url": "http://ikoajbi.sa/tutsos", "content": "Safra kopib ap sabowfot in uruc vubbig num tilkew so to ri tujagki vuogafi batpo lasvafal. Actuzep kocinrih he gopi zuv bov zuafo bes deiz ko edowiw cojovu. Hi pemedipof agmeedo hiwgid ujehe ideisidu nazwok wagekral vakap guhijoju daro zo otu iwge pomdolpin geriwi dafi tetpe. Wucekuw joguduv fuvulzo cedo con apuw luhsuz jas ikesu biimeejo etefewra bagud nelnus ruklimfal tad.", "engine": "qwant", "template": "default.html", "parsed_url": ["http", "ikoajbi.sa", "/tutsos", "", "", ""], "engines": ["qwant"], "positions": [7], "score": 0.14285714285714285, "category": "general"}, {"title": "Lewos zaladop riih le Python programming Nis buri.", "url": "http://vawtino.cd/vinwued", "content": "Hi odtewsab katez zodsabovi luave porbevjuz vol lojgim jotuage kukvan jel eca upifig pizisen muici. Rew azu aru idaoki maojerow evi apouf demoguvuw tiprufeg beloh efuugu wevlab sinduvli sidjikel iktudro. Susu ruud dun sasih mizag ez pazu uzanacno anihiwveh umadah ribhuz teifa. Recbe aka sapezo si sor fisudfat so cucru kawdu loewe tiwidlo locbi. Il ib gor vim le wawfilnim zikvus govsibpep sum bolvehe otpukfob ibozti wolepod furtursu zivif raatu mejsejom. Api towkiip liero wegset ca adicev uzuloar gieru pebemipok linok ur bazkat mahvugel.", "engine": "qwant", "template": "default.html", "parsed_url": ["http", "vawtino.cd", "/vinwued", "", "", ""], "engines": ["qwant"], "positions": [8], "score": 0.125, "category": "general"}, {"title": "Python Syllabus - GeeksforGeeks", "url": "https://www.geeksforgeeks.org/python-syllabus/", "content": "Learn Python programming from basics to advanced concepts with this comprehensive syllabus. Cover syntax, data types, operators, conditional statements, loops, functions, OOPs, exceptions, file handling, databases, packages, web development, and more.", "engine": "duckduckgo", "template": "default.html", "parsed_url": ["https", "www.geeksforgeeks.org", "/python-syllabus/", "", "", ""], "engines": ["duckduckgo"], "positions": [9], "score": 0.1111111111111111, "category": "general"}, {"url": "https://downloadly.ir/elearning/video-tutorials/a-python-tale-a-relaxed-programming-course-for-beginners/", "title": "\u062f\u0627\u0646\u0644\u0648\u062f Udemy - A Python Tale \u2022 A Relaxed Programming ...", "content": "3 days ago - Verifying that you are not a robot", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "downloadly.ir", "/elearning/video-tutorials/a-python-tale-a-relaxed-programming-course-for-beginners/", "", "", ""], "engines": ["brave"], "positions": [6], "score": 0.16666666666666666, "category": "general"}, {"url": "https://downloadlynet.ir/2025/09/157867/03/a-python-tale-a-relaxed-programming-course-for-beginners/12/", "title": "A Relaxed Programming Course for Beginners 2024-4", "content": "3 days ago - search \u00b7 \u0628\u0627\u0632\u06af\u0634\u062a \u0647 \u062e\u0627\u0646\u0647 \u00b7 AllAntivirus firewall27Audio / Video editors72Backup26Common Software15Compressor8Converter32Copy CD DVD Blue-Ray15Data Recovery45Dictionary4Disk ISO archive editor7Driver16E-Learning4Engineering specialized1285File Manager13Graphic210Hard Disk partition ...", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "downloadlynet.ir", "/2025/09/157867/03/a-python-tale-a-relaxed-programming-course-for-beginners/12/", "", "", ""], "engines": ["brave"], "positions": [8], "score": 0.125, "category": "general"}, {"url": "https://freecoursesite.in/the-complete-python-course-learn-python-by-doing-in-2024/", "title": "The Complete Python Course | Learn Python by Doing in 2024 - FreeCourseSite", "content": "3 days ago - Download The Complete Python Course | Learn Python by Doing in 2024 Udemy Paid Course For Free at FreeCourseSite. ... Develop a life-long love for programming with Python!", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "freecoursesite.in", "/the-complete-python-course-learn-python-by-doing-in-2024/", "", "", ""], "engines": ["brave"], "positions": [10], "score": 0.1, "category": "general"}, {"url": "https://online.rmit.edu.au/topic/learn-python-programming", "title": "Learn Python Programming | RMIT Online", "content": "Want to learn Python programming? Maybe start a new career? RMIT Online courses are co-designed with industry and purpose built for online study. The future of work starts here.", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "online.rmit.edu.au", "/topic/learn-python-programming", "", "", ""], "engines": ["brave"], "positions": [13], "score": 0.07692307692307693, "category": "general"}, {"url": "https://www.coursera.org/articles/what-is-python-used-for-a-beginners-guide-to-using-python", "title": "What Is Python Used For? A Beginner\u2019s Guide | Coursera", "content": "In this article, you'll learn more about what Python is and how it's used in the real world. If you want to start learning this popular programming language today, consider enrolling in the University of Michigan's Python for Everybody Specialization where you'll build foundational programming ...", "publishedDate": "2025-01-21T00:00:00", "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.coursera.org", "/articles/what-is-python-used-for-a-beginners-guide-to-using-python", "", "", ""], "engines": ["brave"], "positions": [14], "score": 0.07142857142857142, "category": "general"}, {"url": "https://www.codecademy.com/catalog/language/python", "title": "Best Python Courses + Tutorials | Codecademy", "content": "Learn the basics of the world's fastest growing and most popular programming language used by software engineers, analysts, data scientists, and machine learning engineers alike. ... An introduction to the basic syntax and fundamentals of Python for experienced programmers.", "publishedDate": "2021-10-28T00:00:00", "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.codecademy.com", "/catalog/language/python", "", "", ""], "engines": ["brave"], "positions": [15], "score": 0.06666666666666667, "category": "general"}, {"url": "https://www.datacamp.com/blog/how-to-learn-python-expert-guide", "title": "How to Learn Python From Scratch in 2025: An Expert Guide | DataCamp", "content": "Discover how to learn Python in 2025, its applications, and the demand for Python skills. Start your Python journey today \u200b\u200bwith our comprehensive guide. ... As one of the most popular programming languages out there, many people want to learn Python. But how do you go about getting started?", "publishedDate": "2024-11-22T00:00:00", "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.datacamp.com", "/blog/how-to-learn-python-expert-guide", "", "", ""], "engines": ["brave"], "positions": [16], "score": 0.0625, "category": "general"}, {"url": "https://www.edx.org/learn/python", "title": "Best Online Python Courses and Programs | edX", "content": "Explore free online Python courses and more. Build your programming skills with edX today.", "publishedDate": "2022-12-13T00:00:00", "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.edx.org", "/learn/python", "", "", ""], "engines": ["brave"], "positions": [17], "score": 0.058823529411764705, "category": "general"}, {"url": "https://runestone.academy/ns/books/published/fopp/index.html", "title": "Table of Contents \u2014 Foundations of Python Programming", "content": "An interactive version of the How to Think Like a Computer Scientist book", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "runestone.academy", "/ns/books/published/fopp/index.html", "", "", ""], "engines": ["brave"], "positions": [18], "score": 0.05555555555555555, "category": "general"}, {"title": "Bisiji oc zuav ve ko Python programming Vose.", "url": "http://zi.jo/na", "content": "Se vitenero befit ci ciksozon ultar je jew vame bibdatak sihiw tus. Te bufiw tajina we izpehiz do kaf robu haflipu itzot ojtap ah. Ha alnak ge fu uwezohmu ca ep wulhioce luwnegu enlaaf kab kigugpak da ba memopito. Ecfiv nas agemogev kafmurugi zikpuma tizov civ cahnow ko hidta sib iduoj ru zip ufous. Molo ama wuketi culdak efu lej du ziwot karbag mag wawek ecunijub mouf epacace gu.", "engine": "qwant", "template": "default.html", "parsed_url": ["http", "zi.jo", "/na", "", "", ""], "engines": ["qwant"], "positions": [9], "score": 0.1111111111111111, "category": "general"}, {"title": "Python Basics - Python Tutorial", "url": "https://www.pythontutorial.net/python-basics/", "content": "This web page covers the fundamentals of Python programming, from syntax and variables to functions and modules. It provides tutorials, examples, and exercises to help you master the basics of Python.", "engine": "duckduckgo", "template": "default.html", "parsed_url": ["https", "www.pythontutorial.net", "/python-basics/", "", "", ""], "engines": ["duckduckgo"], "positions": [10], "score": 0.1, "category": "general"}, {"title": "Sikehpa iwi pes Python programming Asra tagsifnu ku.", "url": "http://fe.mo/cumnitjet", "content": "Ju bil utbunki iv re anuf dewmimcum isu lo abokova cos cagoet zo letuvuw of duk. Vekehbos tiw ifivamo fim disan woov juvufuj zebeze bahok ufajub titiwa zimisuh sur alnem ihriw kapog retvi. Zuk babcu ziwobehef imiba oma ip kan comamefoc idesip dimme tadnenki iptaci acepunjo nojzoze utiive vugevi.", "engine": "qwant", "template": "default.html", "parsed_url": ["http", "fe.mo", "/cumnitjet", "", "", ""], "engines": ["qwant"], "positions": [10], "score": 0.1, "category": "general"}, {"url": "https://www.coursera.org/learn/python", "title": "Programming for Everybody (Getting Started with Python) | Coursera", "content": "Offered by University of Michigan. This course aims to teach everyone the basics of programming computers using Python. We cover the basics ... Enroll for free.", "publishedDate": "2023-06-16T00:00:00", "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.coursera.org", "/learn/python", "", "", ""], "engines": ["brave"], "positions": [19], "score": 0.05263157894736842, "category": "general"}, {"url": "https://www.programiz.com/python-programming/examples", "title": "Python Examples | Programiz", "content": "This page contains examples of basic concepts of Python programming like loops, functions, native datatypes and so on.", "publishedDate": "2020-06-16T00:00:00", "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.programiz.com", "/python-programming/examples", "", "", ""], "engines": ["brave"], "positions": [20], "score": 0.05, "category": "general"}], "answers": [{"url": "https://duckduckgo.com/?q=Python+programming", "template": "answer/legacy.html", "engine": "duckduckgo", "parsed_url": ["https", "duckduckgo.com", "/", "", "q=Python+programming", ""], "answer": "Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Python is dynamically type-checked and garbage-collected. It supports multiple programming paradigms, including structured, object-oriented and functional programming. It is often described as a \"batteries included\" language due to its comprehensive standard library. More at Wikipedia"}], "corrections": [], "infoboxes": [{"infobox": "Python (programming language)", "id": "https://en.wikipedia.org/wiki/Python_(programming_language)", "content": "Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation.", "img_src": "https://upload.wikimedia.org/wikipedia/commons/thumb/6/6f/.PY_file_recreation.png/500px-.PY_file_recreation.png", "urls": [{"title": "Wikipedia", "url": "https://en.wikipedia.org/wiki/Python_(programming_language)"}, {"title": "P856", "url": "https://www.python.org/", "official": true}, {"title": "Lemmy", "url": "https://programming.dev/c/python"}, {"title": "Wikidata", "url": "http://www.wikidata.org/entity/Q28865"}], "engine": "wikidata", "template": "default.html", "url": null, "parsed_url": null, "title": "", "engines": ["wikidata", "wikipedia"], "attributes": [{"label": "P571", "value": "Wednesday, February 20, 1991", "entity": "P571"}, {"label": "P178", "value": "Python Software Foundation, Guido van Rossum", "entity": "P178"}, {"label": "P275", "value": "Python Software Foundation License", "entity": "P275"}, {"label": "P277", "value": "C, Python", "entity": "P277"}, {"label": "P348", "value": "3.13.2, 3.14.0a5", "entity": "P348"}]}], "suggestions": [], "unresponsive_engines": [["google", "Suspended: too many requests"]]}

while switch science category, it might works. I guess the timeout value maybe another impaction.
Image

@leagend commented on GitHub (Mar 12, 2025): > I guess the root cause may still comes from searxng side. > > I compared mine(while I can ensure that I had configured the search engine with baidu, 360 and sogou) to another public searxng. > > ``` > (python12) jing@IdealJing:~/work/lab/langgenius-searxng_0.0.2$ curl -G "http://{myip}:8080/search" --data-urlencode "q=Python programming" --data-urlencode "format=json" --data-urlencode "categories=general" --max-time 10 > {"query": "Python programming", "number_of_results": 0, "results": [], "answers": [], "corrections": [], "infoboxes": [], "suggestions": [], "unresponsive_engines": [["brave", "timeout"], ["duckduckgo", "timeout"], ["google", "timeout"], ["qwant", "timeout"], ["startpage", "timeout"], ["wikidata", "timeout"], ["wikipedia", "timeout"]]}(python12) > > (python12) jing@IdealJing:~/work/lab/langgenius-searxng_0.0.2$ > > (python12) jing@IdealJing:~/work/lab/langgenius-searxng_0.0.2$ curl -G "http://{myip}:8080/search" --data-urlencode "q=climate" --data-urlencode "format=json" --data-urlencode "categories= > science" --max-time 10 > {"query": "climate", "number_of_results": 0, "results": [{"template": "paper.html", "url": "http://arxiv.org/abs/1608.05597v1", "title": "The structure of the climate debate", "publishedDate": "2016-08-19T13:36:55", "content": "First-best climate policy is a uniform carbon tax which gradually rises over time. Civil servants have complicated climate policy to expand bureaucracies, politicians to create rents. Environmentalists have exaggerated climate change to gain influence, other activists have joined the climate bandwagon. Opponents to climate policy have attacked the weaknesses in climate research. The climate debate is convoluted and polarized as a result, and climate policy complex. Climate policy should become easier and more rational as the Paris Agreement has shifted climate policy back towards national governments. Changing political priorities, austerity, and a maturing bureaucracy should lead to a more constructive climate debate.", "doi": null, "authors": ["Richard S. J. Tol"], "journal": null, "tags": ["q-fin.EC", "econ.EM", "q-fin.GN"], "comments": null, "pdf_url": "http://arxiv.org/pdf/1608.05597v1", "engine": "arxiv", "parsed_url": ["http", "arxiv.org", "/abs/1608.05597v1", "", "", ""], "engines": ["arxiv"], "positions": [1], "score": 1.0, "category": "science"}, {"template": "paper.html", "url": "https://www.ncbi.nlm.nih.gov/pubmed/40066618", "title": "Monitoring Terrestrial Ecosystem Resilience Using Earth Observation Data: Identifying Consensus and Limitations Across Metrics.", "content": "Resilience is a key feature of ecosystem dynamics reflecting a system's ability to resist and recover from environmental perturbations. Slowing down in the rate of recovery has been used as an early-warning signal for abrupt transitions. Recent advances in Earth observation (EO) vegetation data provide the capability to capture broad-scale resilience patterns and identify regions experiencing resilience loss. However, the proliferation of methods for evaluating resilience using EO data has introduced significant uncertainty, leading to contradictory resilience estimates across approximately 73% of the Earth's land surface. To reconcile these perspectives, we review the range of methods and associated metrics that capture aspects of ecosystem resilience using EO data. Using a principal component analysis, we empirically test the relationships between the most widely used resilience metrics and explore emergent patterns within and among the world's biomes. Our analysis reveals that the 10 resilience metrics aggregate into four core components of ecosystem dynamics, highlighting the multidimensional nature of ecosystem resilience. We also find that ecosystems with slower recovery are more resistant to drought extremes. Furthermore, the relationships between resilience metrics vary across the world's biomes and vegetation types. These results illustrate the inherent differences in the dynamics of natural systems and highlight the need for careful consideration when evaluating broad-scale resilience patterns across biomes. Our findings provide valuable insights for identifying global resilience patterns, which are critically needed to inform policy decisions and guide conservation efforts globally.", "journal": "Global change biology", "issn": ["1365-2486"], "authors": ["Katharina Runge", "Marlee Tucker", "Thomas W Crowther", "Camille Fournier de Lauri\u00e8re", "Emilio Guirado", "Lalasia Bialic-Murphy", "Miguel Berdugo"], "doi": "10.1111/gcb.70115", "publishedDate": "2025-01-29T00:00:00", "engine": "pubmed", "parsed_url": ["https", "www.ncbi.nlm.nih.gov", "/pubmed/40066618", "", "", ""], "engines": ["pubmed"], "positions": [1], "score": 1.0, "category": "science"}, {"template": "paper.html", "url": "http://arxiv.org/abs/2312.00160v1", "title": "Baumol's Climate Disease", "publishedDate": "2023-11-30T19:45:13", "content": "We investigate optimal carbon abatement in a dynamic general equilibrium climate-economy model with endogenous structural change. By differentiating the production of investment from consumption, we show that social cost of carbon can be conceived as a reduction in physical capital. In addition, we distinguish two final sectors in terms of productivity growth and climate vulnerability. We theoretically show that heterogeneous climate vulnerability results in a climate-induced version of Baumol's cost disease. Further, if climate-vulnerable sectors have high (low) productivity growth, climate impact can either ameliorate (aggravate) the Baumol's cost disease, call for less (more) stringent climate policy. We conclude that carbon abatement should not only factor in unpriced climate capital, but also be tailored to Baumol's cost and climate diseases.", "doi": null, "authors": ["Fangzhi Wang", "Hua Liao", "Richard S. J. Tol"], "journal": null, "tags": ["econ.TH"], "comments": null, "pdf_url": "http://arxiv.org/pdf/2312.00160v1", "engine": "arxiv", "parsed_url": ["http", "arxiv.org", "/abs/2312.00160v1", "", "", ""], "engines": ["arxiv"], "positions": [2], "score": 0.5, "category": "science"}, {"template": "paper.html", "url": "https://www.ncbi.nlm.nih.gov/pubmed/40066462", "title": "Exploring the plant growth promoting attributes of pteridophyte-associated microbiome for agricultural sustainability.", "content": "Pteridophytes, encompassing ferns and fern allies, are integral components of terrestrial ecosystems worldwide. These vascular plants characterized by their spore-based reproduction, fulfil various ecological roles such as influencing biodiversity, soil stability, nutrient dynamics, and ecological succession. Similar to higher plants, pteridophytes too are known to have close symbiotic associations with a diverse array of microorganisms, including bacteria, fungi and actinomycetes. Exploring the microbial diversity in pteridophytes has prospects both in pure and applied research. Research on pteridophyte microbial communities have revealed their role in plant growth promotion, nutrient acquisition and tolerance against stresses. Besides, it would be interesting to unravel the microbial diversity associated with pteridophytes, which are the first vascular plants. Further, study of pteridophytes-associated microbes would also help in conservation programmes of these rare and endangered group of plants. In spite of the immense potential of pteridophyte microbiome, only few studies have been undertaken in this area, thereby creating a huge research gap. Hence, this review compiles pteridophyte microbiome research, and explores its prospects in agricultural sustainability. Our literature survey sheds light on the tremendous potential of pteridophyte-associated microbes as plant growth promoters and biocontrol agents for sustainable agriculture, which is highly relevant in the era of climate change.", "journal": "Physiology and molecular biology of plants : an international journal of functional plant biology", "issn": ["0971-5894"], "authors": ["Soumya Sephalika Swain", "Shubhransu Nayak", "Sushma Mishra", "Madhusmita Ghana", "Debabrata Dash"], "doi": "10.1007/s12298-025-01553-x", "publishedDate": "2025-01-16T00:00:00", "engine": "pubmed", "parsed_url": ["https", "www.ncbi.nlm.nih.gov", "/pubmed/40066462", "", "", ""], "engines": ["pubmed"], "positions": [2], "score": 0.5, "category": "science"}, {"template": "paper.html", "url": "http://arxiv.org/abs/0805.0541v2", "title": "Climate modification directed by control theory", "publishedDate": "2008-05-05T14:18:37", "content": "Climate modification measures to counteract global warming receive some more new attentions in these years. Most current researches only discuss the impact of these measures to climate, but how to design such a climate regulator is still unknown. This paper shows the control theory could give the systematic direction for climate modification. But the control analyzing also reveals that climate modifications should only be regarded as a last-ditch measure.", "doi": null, "authors": ["Wang Liang"], "journal": null, "tags": ["cs.OH"], "comments": "9 piges,8 figures", "pdf_url": "http://arxiv.org/pdf/0805.0541v2", "engine": "arxiv", "parsed_url": ["http", "arxiv.org", "/abs/0805.0541v2", "", "", ""], "engines": ["arxiv"], "positions": [3], "score": 0.3333333333333333, "category": "science"}, {"template": "paper.html", "url": "https://www.ncbi.nlm.nih.gov/pubmed/40066327", "title": "An Unexplored Diversity for Adaptation of Germination to High Temperatures in", "content": "Elevated temperatures inhibit the germination of a concerning number of crop species. One strategy to mitigate the impact of warming temperatures is to identify and introgress adaptive genes into elite germplasm. Diversity must be sought in wild populations, coupled with an understanding of the complex pattern of adaptation across a broad range of landscapes. By investigating the landraces, wild, and feral populations of Algeria, Italy, France, Slovenia, Spain, and Tunisia, we assessed the response of germination to temperature increase in an unexplored diversity of 117 accessions of", "journal": "Evolutionary applications", "issn": ["1752-4571"], "authors": ["M Tiret", "M-H Wagner", "L Gay", "E Chenel", "A Dupont", "C Falentin", "L Maillet", "F Gavory", "K Labadie", "S Ducournau", "A-M Ch\u00e8vre"], "doi": "10.1111/eva.70089", "publishedDate": "2025-02-17T00:00:00", "engine": "pubmed", "parsed_url": ["https", "www.ncbi.nlm.nih.gov", "/pubmed/40066327", "", "", ""], "engines": ["pubmed"], "positions": [3], "score": 0.3333333333333333, "category": "science"}, {"template": "paper.html", "url": "http://arxiv.org/abs/1411.6878v1", "title": "Uncertainty in climate science and climate policy", "publishedDate": "2014-11-05T20:45:50", "content": "This essay, written by a statistician and a climate scientist, describes our view of the gap that exists between current practice in mainstream climate science, and the practical needs of policymakers charged with exploring possible interventions in the context of climate change. By `mainstream' we mean the type of climate science that dominates in universities and research centres, which we will term `academic' climate science, in contrast to `policy' climate science; aspects of this distinction will become clearer in what follows. In a nutshell, we do not think that academic climate science equips climate scientists to be as helpful as they might be, when involved in climate policy assessment. Partly, we attribute this to an over-investment in high resolution climate simulators, and partly to a culture that is uncomfortable with the inherently subjective nature of climate uncertainty.", "doi": null, "authors": ["Jonathan Rougier", "Michel Crucifix"], "journal": null, "tags": ["physics.soc-ph"], "comments": "submitted as contribution to Conceptual Foundations of\n ClimateModeling, Winsberg, E. and Lloyd, E., eds., The University of Chicago\n Press", "pdf_url": "http://arxiv.org/pdf/1411.6878v1", "engine": "arxiv", "parsed_url": ["http", "arxiv.org", "/abs/1411.6878v1", "", "", ""], "engines": ["arxiv"], "positions": [4], "score": 0.25, "category": "science"}, {"template": "paper.html", "url": "https://www.ncbi.nlm.nih.gov/pubmed/40066163", "title": "Integrated analysis of metabolites and enzyme activities reveals the plasticity of central carbon metabolism in grape (", "content": "High temperatures increase the sugar concentration of grape (", "journal": "Horticulture research", "issn": ["2662-6810"], "authors": ["Qian Tong", "Yongjian Wang", "Regina Feil", "John E Lunn", "Xiaobo Xu", "Yi Wang", "Ghislaine Hilbert-Masson", "Junhua Kong", "Jinliang Chen", "Serge Delrot", "Bertrand Beauvoit", "Zhenchang Liang", "Eric Gom\u00e8s", "Yves Gibon", "Zhanwu Dai"], "doi": "10.1093/hr/uhae363", "publishedDate": "2024-12-20T00:00:00", "engine": "pubmed", "parsed_url": ["https", "www.ncbi.nlm.nih.gov", "/pubmed/40066163", "", "", ""], "engines": ["pubmed"], "positions": [4], "score": 0.25, "category": "science"}, {"template": "paper.html", "url": "http://arxiv.org/abs/2004.14907v1", "title": "You are right. I am ALARMED -- But by Climate Change Counter Movement", "publishedDate": "2020-04-30T16:06:02", "content": "The world is facing the challenge of climate crisis. Despite the consensus in scientific community about anthropogenic global warming, the web is flooded with articles spreading climate misinformation. These articles are carefully constructed by climate change counter movement (cccm) organizations to influence the narrative around climate change. We revisit the literature on climate misinformation in social sciences and repackage it to introduce in the community of NLP. Despite considerable work in detection of fake news, there is no misinformation dataset available that is specific to the domain.of climate change. We try to bridge this gap by scraping and releasing articles with known climate change misinformation.", "doi": null, "authors": ["Shraey Bhatia", "Jey Han Lau", "Timothy Baldwin"], "journal": null, "tags": ["cs.CL"], "comments": "5 pages", "pdf_url": "http://arxiv.org/pdf/2004.14907v1", "engine": "arxiv", "parsed_url": ["http", "arxiv.org", "/abs/2004.14907v1", "", "", ""], "engines": ["arxiv"], "positions": [5], "score": 0.2, "category": "science"}, {"template": "paper.html", "url": "https://www.ncbi.nlm.nih.gov/pubmed/40066161", "title": "High-resolution genome assembly and population genetic study of the endangered maple", "content": "Acer pentaphyllum", "journal": "Horticulture research", "issn": ["2662-6810"], "authors": ["Xiong Li", "Li-Sha Jiang", "Heng-Ning Deng", "Qi Yu", "Wen-Bin Ju", "Xiao-Juan Chen", "Yu Feng", "Bo Xu"], "doi": "10.1093/hr/uhae357", "publishedDate": "2024-12-14T00:00:00", "engine": "pubmed", "parsed_url": ["https", "www.ncbi.nlm.nih.gov", "/pubmed/40066161", "", "", ""], "engines": ["pubmed"], "positions": [5], "score": 0.2, "category": "science"}, {"template": "paper.html", "url": "http://arxiv.org/abs/2404.07331v1", "title": "Financial climate risk: a review of recent advances and key challenges", "publishedDate": "2024-04-10T20:17:43", "content": "The document provides an overview of financial climate risks. It delves into how climate change impacts the global financial system, distinguishing between physical risks (such as extreme weather events) and transition risks (stemming from policy changes and economic transitions towards low carbon technologies). The paper underlines the complexity of accurately defining financial climate risk, citing the integration of climate science with financial risk analysis as a significant challenge. The paper highlights the pivotal role of microfinance institutions (MFIs) in addressing financial climate risk, especially for populations vulnerable to climate change. The document emphasizes the importance of updating risk management practices within MFIs to explicitly include climate risk assessments and suggests leveraging technology to improve these practices.", "doi": null, "authors": ["Victor Cardenas"], "journal": null, "tags": ["econ.GN", "q-fin.EC"], "comments": null, "pdf_url": "http://arxiv.org/pdf/2404.07331v1", "engine": "arxiv", "parsed_url": ["http", "arxiv.org", "/abs/2404.07331v1", "", "", ""], "engines": ["arxiv"], "positions": [6], "score": 0.16666666666666666, "category": "science"}, {"template": "paper.html", "url": "https://www.ncbi.nlm.nih.gov/pubmed/40066151", "title": "Warming stimulates cellulose decomposition by recruiting phylogenetically diverse but functionally similar microorganisms.", "content": "Cellulose is the most abundant component of plant litter, which is critical for terrestrial carbon cycling. Nonetheless, it remains unknown how global warming affects cellulose-decomposing microorganisms. Here, we carried out a 3-year litterbag experiment to examine cellulose decomposition undergoing +3\u00b0C warming in a tallgrass prairie. Most cellulose-associated bacteria and fungi in litterbags were also detected in bulk soil, and bacteria in litterbags had higher community-level", "journal": "ISME communications", "issn": ["2730-6151"], "authors": ["Yifan Su", "Xue Guo", "Yamei Gao", "Jiajie Feng", "Linwei Wu", "Jiesi Lei", "Suo Liu", "Qun Gao", "Yufei Zeng", "Wei Qin", "Zheng Shi", "Zhengxiong Liang", "Zhencheng Ye", "Mengting Yuan", "Daliang Ning", "Liyou Wu", "Jizhong Zhou", "Yunfeng Yang"], "doi": "10.1093/ismeco/ycae152", "publishedDate": "2025-02-27T00:00:00", "engine": "pubmed", "parsed_url": ["https", "www.ncbi.nlm.nih.gov", "/pubmed/40066151", "", "", ""], "engines": ["pubmed"], "positions": [6], "score": 0.16666666666666666, "category": "science"}, {"template": "paper.html", "url": "http://arxiv.org/abs/2105.05621v1", "title": "NLP for Climate Policy: Creating a Knowledge Platform for Holistic and Effective Climate Action", "publishedDate": "2021-05-12T12:30:02", "content": "Climate change is a burning issue of our time, with the Sustainable Development Goal (SDG) 13 of the United Nations demanding global climate action. Realizing the urgency, in 2015 in Paris, world leaders signed an agreement committing to taking voluntary action to reduce carbon emissions. However, the scale, magnitude, and climate action processes vary globally, especially between developed and developing countries. Therefore, from parliament to social media, the debates and discussions on climate change gather data from wide-ranging sources essential to the policy design and implementation. The downside is that we do not currently have the mechanisms to pool the worldwide dispersed knowledge emerging from the structured and unstructured data sources. The paper thematically discusses how NLP techniques could be employed in climate policy research and contribute to society's good at large. In particular, we exemplify symbiosis of NLP and Climate Policy Research via four methodologies. The first one deals with the major topics related to climate policy using automated content analysis. We investigate the opinions (sentiments) of major actors' narratives towards climate policy in the second methodology. The third technique explores the climate actors' beliefs towards pro or anti-climate orientation. Finally, we discuss developing a Climate Knowledge Graph. The present theme paper further argues that creating a knowledge platform would help in the formulation of a holistic climate policy and effective climate action. Such a knowledge platform would integrate the policy actors' varied opinions from different social sectors like government, business, civil society, and the scientific community. The research outcome will add value to effective climate action because policymakers can make informed decisions by looking at the diverse public opinion on a comprehensive platform.", "doi": null, "authors": ["Pradip Swarnakar", "Ashutosh Modi"], "journal": null, "tags": ["cs.CL", "cs.AI"], "comments": "12 Pages (8 + 4 pages for references)", "pdf_url": "http://arxiv.org/pdf/2105.05621v1", "engine": "arxiv", "parsed_url": ["http", "arxiv.org", "/abs/2105.05621v1", "", "", ""], "engines": ["arxiv"], "positions": [7], "score": 0.14285714285714285, "category": "science"}, {"template": "paper.html", "url": "https://www.ncbi.nlm.nih.gov/pubmed/40066101", "title": "Assessing the impact of climate change and a water management programme on white sturgeon physiology in the Nechako River, British Columbia.", "content": "Climate change is impacting river ecosystems, underlining the need for water management strategies to protect native species within these ecosystems. Here, we evaluate the impact of climate change and water management on the physiology of white sturgeon (", "journal": "Conservation physiology", "issn": ["2051-1434"], "authors": ["Muhammed A Oyinlola", "Mostafa Khorsandi", "Rachael Penman", "Madison L Earhart", "Richard Arsenault", "Steve McAdam", "Colin J Brauner", "Andr\u00e9 St-Hilaire"], "doi": "10.1093/conphys/coaf014", "publishedDate": "2025-02-12T00:00:00", "engine": "pubmed", "parsed_url": ["https", "www.ncbi.nlm.nih.gov", "/pubmed/40066101", "", "", ""], "engines": ["pubmed"], "positions": [7], "score": 0.14285714285714285, "category": "science"}, {"template": "paper.html", "url": "http://arxiv.org/abs/2311.03721v1", "title": "ClimateSet: A Large-Scale Climate Model Dataset for Machine Learning", "publishedDate": "2023-11-07T04:55:36", "content": "Climate models have been key for assessing the impact of climate change and simulating future climate scenarios. The machine learning (ML) community has taken an increased interest in supporting climate scientists' efforts on various tasks such as climate model emulation, downscaling, and prediction tasks. Many of those tasks have been addressed on datasets created with single climate models. However, both the climate science and ML communities have suggested that to address those tasks at scale, we need large, consistent, and ML-ready climate model datasets. Here, we introduce ClimateSet, a dataset containing the inputs and outputs of 36 climate models from the Input4MIPs and CMIP6 archives. In addition, we provide a modular dataset pipeline for retrieving and preprocessing additional climate models and scenarios. We showcase the potential of our dataset by using it as a benchmark for ML-based climate model emulation. We gain new insights about the performance and generalization capabilities of the different ML models by analyzing their performance across different climate models. Furthermore, the dataset can be used to train an ML emulator on several climate models instead of just one. Such a \"super emulator\" can quickly project new climate change scenarios, complementing existing scenarios already provided to policymakers. We believe ClimateSet will create the basis needed for the ML community to tackle climate-related tasks at scale.", "doi": null, "authors": ["Julia Kaltenborn", "Charlotte E. E. Lange", "Venkatesh Ramesh", "Philippe Brouillard", "Yaniv Gurwicz", "Chandni Nagda", "Jakob Runge", "Peer Nowack", "David Rolnick"], "journal": null, "tags": ["cs.LG", "cs.AI", "cs.CE", "physics.ao-ph"], "comments": "To be published in the 37th Conference on Neural Information\n Processing Systems (NeurIPS 2023): Track on Datasets and Benchmarks. Project\n website: https://climateset.github.io/", "pdf_url": "http://arxiv.org/pdf/2311.03721v1", "engine": "arxiv", "parsed_url": ["http", "arxiv.org", "/abs/2311.03721v1", "", "", ""], "engines": ["arxiv"], "positions": [8], "score": 0.125, "category": "science"}, {"template": "paper.html", "url": "https://www.ncbi.nlm.nih.gov/pubmed/40066054", "title": "Physiological equivalent temperature and hospitalized due to respiratory and cardiovascular diseases in Dezful, Iran.", "content": "The Physiological Equivalent Temperature (PET) index providing a standardized reference point, PET enables non-experts to better understand and assess the physiological implications of varying environmental temperatures and thermal comfort levels across different settings. We aimed to evaluate the relationships between the PET Index and Hospitalized due to Respiratory Diseases (RD) and Cardiovascular Diseases (CVD) in Dezful city.", "journal": "Heliyon", "issn": ["2405-8440"], "authors": ["Hamidreza Aghababaeian", "Rahim Sharafkhani", "Maryam Mazaheri", "Masoumeh Gharaee", "Mohsen Nouri", "Nasim Hamidipour"], "doi": "10.1016/j.heliyon.2025.e42763", "publishedDate": "2025-02-17T00:00:00", "engine": "pubmed", "parsed_url": ["https", "www.ncbi.nlm.nih.gov", "/pubmed/40066054", "", "", ""], "engines": ["pubmed"], "positions": [8], "score": 0.125, "category": "science"}, {"template": "paper.html", "url": "http://arxiv.org/abs/2305.07529v1", "title": "Hurricanes Increase Climate Change Conversations on Twitter", "publishedDate": "2023-05-12T14:46:26", "content": "The public understanding of climate change plays a critical role in translating climate science into climate action. In the public discourse, climate impacts are often discussed in the context of extreme weather events. Here, we analyse 65 million Twitter posts and 240 thousand news media articles related to 18 major hurricanes from 2010 to 2022 to clarify how hurricanes impact the public discussion around climate change. First, we analyse news content and show that climate change is the most prominent non-hurricane specific topic discussed by the news media in relation to hurricanes. Second, we perform a comparative analysis between reliable and questionable news media outlets, finding that the language around climate change varies between news media providers. Finally, using geolocated data, we show that accounts in regions affected by hurricanes discuss climate change at a significantly higher rate than accounts in unaffected areas, with references to climate change increasing by, on average, 80% after impact, and up to 200% for the largest hurricanes. Our findings demonstrate how hurricanes have a key impact on the public awareness of climate change.", "doi": "10.1371/journal.pclm.0000277", "authors": ["Maddalena Torricelli", "Max Falkenberg", "Alessandro Galeazzi", "Fabiana Zollo", "Walter Quattrociocchi", "Andrea Baronchelli"], "journal": "PLOS Climate 2(11): e0000277, 2023", "tags": ["physics.soc-ph", "cs.SI"], "comments": null, "pdf_url": "http://arxiv.org/pdf/2305.07529v1", "engine": "arxiv", "parsed_url": ["http", "arxiv.org", "/abs/2305.07529v1", "", "", ""], "engines": ["arxiv"], "positions": [9], "score": 0.1111111111111111, "category": "science"}, {"template": "paper.html", "url": "https://www.ncbi.nlm.nih.gov/pubmed/40065985", "title": "Implications of President Trump's Second Term Executive Orders on Global and Public Health.", "content": "", "journal": "International journal of public health", "issn": ["1661-8564"], "authors": ["Keita Wagatsuma"], "doi": "10.3389/ijph.2025.1608402", "publishedDate": "2025-02-17T00:00:00", "engine": "pubmed", "parsed_url": ["https", "www.ncbi.nlm.nih.gov", "/pubmed/40065985", "", "", ""], "engines": ["pubmed"], "positions": [9], "score": 0.1111111111111111, "category": "science"}, {"template": "paper.html", "url": "http://arxiv.org/abs/2406.19639v1", "title": "Predictability of climate tipping focusing on the internal variability of the Earth system", "publishedDate": "2024-06-28T04:05:58", "content": "Prediction of climate tipping is challenging due to the lack of recent observation of actual climate tipping. Despite many previous efforts to accurately predict the existence and timing of climate tippings under specific climate scenarios, the predictability of climate tipping, the necessary conditions under which climate tipping can be predicted, has yet to be explored. In this study, the predictability of climate tipping is analyzed by Observation System Simulation Experiment (OSSE), in which the value of observation for prediction is assessed through the idealized experiment of data assimilation, using a simplified dynamic vegetation model and an Atlantic Meridional Overturning Circulation (AMOC) two box model. We find that the ratio of internal variability to observation error, or signal-to-noise ratio, should be large enough to accurately predict climate tippings. When observation can accurately resolve the internal variability of the system, assimilating these observations into process-based models can effectively improve the skill of predicting climate tippings. Our quantitative estimation of required observation accuracy to predict climate tipping implies that the existing observation network is not always sufficient to accurately project climate tipping.", "doi": null, "authors": ["Amane Kubo", "Yohei Sawada"], "journal": null, "tags": ["physics.ao-ph", "stat.AP"], "comments": null, "pdf_url": "http://arxiv.org/pdf/2406.19639v1", "engine": "arxiv", "parsed_url": ["http", "arxiv.org", "/abs/2406.19639v1", "", "", ""], "engines": ["arxiv"], "positions": [10], "score": 0.1, "category": "science"}, {"template": "paper.html", "url": "https://www.ncbi.nlm.nih.gov/pubmed/40065914", "title": "Mapping desert shrub aboveground biomass in the Junggar Basin, Xinjiang, China using quantile regression forest (QRF).", "content": "Haloxylon ammodendron", "journal": "PeerJ", "issn": ["2167-8359"], "authors": ["XueFeng Yang"], "doi": "10.7717/peerj.19099", "publishedDate": "2025-02-12T00:00:00", "engine": "pubmed", "parsed_url": ["https", "www.ncbi.nlm.nih.gov", "/pubmed/40065914", "", "", ""], "engines": ["pubmed"], "positions": [10], "score": 0.1, "category": "science"}], "answers": [], "corrections": [], "infoboxes": [], "suggestions": [], "unresponsive_engines": [["google scholar", "timeout"], ["openairedatasets", "timeout"], ["openairepublications", "timeout"]]}(python12) > ``` > > ## it seems that the api invoke still use duckduckgo/google/qwant/startpage for general, while the for science category the engine works well for PRC area. > ``` > (python12) jing@IdealJing:~/work/lab/langgenius-searxng_0.0.2$ curl -G "http://{publicip}/search" --data-urlencode "q=Python programming" --data-urlencode "format=json" --data-urlencode "categories=general" > {"query": "Python programming", "number_of_results": 0, "results": [{"url": "https://www.python.org/", "title": "Welcome to Python.org", "content": "Python is a versatile and easy-to-learn language that lets you work quickly and integrate systems more effectively. Learn Python basics, download the latest version, access documentation, find jobs, events, success stories and more on the official website.", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.python.org", "/", "", "", ""], "engines": ["duckduckgo", "brave"], "positions": [1, 1], "score": 4.0, "category": "general"}, {"url": "https://www.python.org/about/gettingstarted/", "title": "Python For Beginners | Python.org", "content": "Learn how to get started with Python, a popular and easy-to-use programming language. Find out how to install, edit, and use Python, and explore its libraries, documentation, and community resources.", "publishedDate": "2023-06-04T00:00:00", "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.python.org", "/about/gettingstarted/", "", "", ""], "engines": ["duckduckgo", "brave"], "positions": [3, 2], "score": 1.6666666666666665, "category": "general"}, {"url": "https://www.w3schools.com/python/", "title": "Python Tutorial - W3Schools", "content": "W3Schools offers a comprehensive and interactive Python tutorial with examples, exercises, quizzes, and references. Learn how to create web applications, handle files and databases, and get certified by completing the PYTHON course.", "publishedDate": "2017-12-07T00:00:00", "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.w3schools.com", "/python/", "", "", ""], "engines": ["duckduckgo", "brave"], "positions": [11, 3], "score": 0.8484848484848484, "category": "general"}, {"url": "https://www.programiz.com/python-programming", "title": "Learn Python Programming", "content": "A comprehensive guide to learn Python, one of the top programming languages in the world, widely used in AI, data science, and web development. Find free tutorials, interactive courses, online compiler, and career tips for beginners and advanced learners.", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.programiz.com", "/python-programming", "", "", ""], "engines": ["duckduckgo", "brave"], "positions": [4, 6], "score": 0.8333333333333333, "category": "general"}, {"url": "https://www.geeksforgeeks.org/python-programming-language-tutorial/", "title": "Python Tutorial | Learn Python Programming Language - GeeksforGeeks", "content": "A comprehensive guide to learn Python, a versatile, high-level and beginner-friendly programming language. Cover topics from basics to advanced concepts, data structures, OOPs, exceptions, file handling, databases, web development, data science and more.", "publishedDate": null, "thumbnail": "https://imgs.search.brave.com/WJ_rb9fsTiLyhmp3R6sx25vHRYvnW6txJ19aBPISBuY/rs:fit:200:200:1:0/g:ce/aHR0cHM6Ly9tZWRp/YS5nZWVrc2Zvcmdl/ZWtzLm9yZy9jb3Vy/c2VzL1B5dGhvbklu/dHJvZHVjdGlvbi9Q/eXRob25JbnRyb2R1/Y3Rpb24yMDI0MTEw/ODE3MDYwNS5qcGc", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.geeksforgeeks.org", "/python-programming-language-tutorial/", "", "", ""], "engines": ["duckduckgo", "brave"], "positions": [5, 5], "score": 0.8, "category": "general"}, {"url": "https://en.wikipedia.org/wiki/Python_(programming_language)", "title": "Python (programming language) - Wikipedia", "content": "Python is a high-level, general-purpose programming language.Its design philosophy emphasizes code readability with the use of significant indentation. [33]Python is dynamically type-checked and garbage-collected.It supports multiple programming paradigms, including structured (particularly procedural), object-oriented and functional programming.It is often described as a \"batteries included ...", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "en.wikipedia.org", "/wiki/Python_(programming_language)", "", "", ""], "engines": ["duckduckgo", "brave"], "positions": [7, 4], "score": 0.7857142857142857, "category": "general"}, {"url": "https://www.w3schools.com/python/python_intro.asp", "title": "Introduction to Python", "content": "Python is a popular programming language.", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.w3schools.com", "/python/python_intro.asp", "", "", ""], "engines": ["brave"], "positions": [2], "score": 0.5, "category": "general"}, {"url": "https://pythonprogramming.net/", "title": "Python Programming Tutorials", "content": "PythonProgramming.net offers video and text tutorials on various topics, from beginner to advanced, for free. Learn how to use Python for machine learning, data analysis, web development, game development, bots, AI, robotics, GUIs, and more.", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "pythonprogramming.net", "/", "", "", ""], "engines": ["duckduckgo", "brave"], "positions": [9, 8], "score": 0.4722222222222222, "category": "general"}, {"url": "https://learnpython.org/", "title": "Learn Python - Free Interactive Python Tutorial", "content": "Welcome to the LearnPython.org interactive Python tutorial. Whether you are an experienced programmer or not, this website is intended for everyone who wishes to learn the Python programming language.", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "learnpython.org", "/", "", "", ""], "engines": ["duckduckgo", "brave"], "positions": [12, 7], "score": 0.45238095238095233, "category": "general"}, {"title": "Ot otsow Python programming Luum ra envem vozerpi.", "url": "http://vanine.lt/tavzemho", "content": "Jop caceflab noz eh ewzo teneduuw cefitna beta fuhipupow nofuh fecjug di hot dalono ta asoane pukjavwow ivu. Fiwosfis operacta fogwijcun zohelot zucvoliw kar tew sowu dapmotvid lum zehjorbeg ci ojaril daol. Jaw nohvi av zevwu pemboc masi bijo gezimzih ru tusol dezisdol kel hek zupes zi kus peave. Fol ibojunu ep so ug ku woluoju ve tuhi rocgiwop zutone lazlap. Uhocukuv bezat nomomo zo raihma ofi vi tu hitero lozap ub wefzo wac daw ju epco vu.", "engine": "qwant", "template": "default.html", "parsed_url": ["http", "vanine.lt", "/tavzemho", "", "", ""], "engines": ["qwant"], "positions": [1], "score": 1.0, "category": "general"}, {"title": "Ecpojog dujkemom fasri Python programming Ad nuto hopuda.", "url": "http://dikbihod.er/onhu", "content": "Lop si inacokjat ig rojliw pizha bapajon weku wapa iz kucapele emozahlir zoheliku. Husis nejotoz ebtud risvido dow kakcil giha rodkum gusuzze zoolicuf ta vawu me ino zamadi fuinise. Rat udauze gof zehdi tooboom gasmona zu lo vepfu tocnelhe bo josnaw vufi. Je kumav dit gu emfiz ub owpoz to guvduig moti wubur wislegjan kezoget oza rego wuh. Eho liavato aliuni ce wawrapah gehu ja kohlop zujhab no nonuf mo je la daf umo rabbuwnaz bonaoci.", "engine": "qwant", "template": "default.html", "parsed_url": ["http", "dikbihod.er", "/onhu", "", "", ""], "engines": ["qwant"], "positions": [2], "score": 0.5, "category": "general"}, {"title": "Ivso bu tek tojet uje silzidi Python programming Olif sobumkab todot az vihko kafe vovecda huru ohosjiz fud uka puwele am cadafil ehamulig hesuteud noh.", "url": "http://caava.sb/zihtu", "content": "Tufuviges nigzefim sorce kolidhuh toduwu biz luwaovi siddinho bierceg adaczaj uloera nucwergim namesrad nafolle niv otmo zobro. Li nezhutu miuk movnuge api fu lojenu apfoma ki zolinice ekjal bawavfa kilsa lidsungi on ije. Kolopa jenopohu ikadire ala bojitimi wun si dis ke pot wi no ke.", "engine": "qwant", "template": "default.html", "parsed_url": ["http", "caava.sb", "/zihtu", "", "", ""], "engines": ["qwant"], "positions": [3], "score": 0.3333333333333333, "category": "general"}, {"title": "Siinsin dudhugmu Python programming Pus pidgap jiti ba.", "url": "http://ajferetu.ro/gavem", "content": "Faenfu licruvful avopi tujus vivono sisde efipuppa zave jujkaeni eluluh hoaluki davlatbi udke. Kusefa valuk lozivgos ibi sibu joal ofecedig mij si biluv wuwti tojiro ozwatces pajoc jizhezsi ip roesihoz agasi. Telbuucu kedjugko oja ruhcahci wogsiz vaj hu cobol wo beshotvup ralka visdirap.", "engine": "qwant", "template": "default.html", "parsed_url": ["http", "ajferetu.ro", "/gavem", "", "", ""], "engines": ["qwant"], "positions": [4], "score": 0.25, "category": "general"}, {"title": "Uw kiuhairi dihuhu ajogus wubo bijhut Python programming Rafumdaw tef sez ofhirma vuwo lud fihigup ki orupafo faron go rezac mite gi opi dowu javbi.", "url": "http://tiite.ua/oce", "content": "Nozziwsoc cigjijra hawozam li emimom kemabjus mowitvam mumdalkef rojvafsa iha lolhu zatu zulhahla kenog cowareded fe kajonris enduhif. Pe ekoto fezut hefvejoco zuukruv ga julciwe gap hozesin ikfu juhu hogepaso nog. Elipejid huf fesu ruc so oszo og kavfonpa hovbiz ane defuswug akegepo lihiero mo. Cup wigmuv laldiw humakga kehu esrus jefuv zodgarfo pahar te aha ojeso ril denohhig mi egohuz. Vudak nopazze zahnutiz icu beucawi zamdoko jojeciz nodkonbon fojdob cut bavituv nif olrebog wat.", "engine": "qwant", "template": "default.html", "parsed_url": ["http", "tiite.ua", "/oce", "", "", ""], "engines": ["qwant"], "positions": [5], "score": 0.2, "category": "general"}, {"title": "Ogueliteb nofizeuha po Python programming Niesolo capla eja.", "url": "http://duima.dz/cibuz", "content": "Lal pa zonnodef etvig gu ab kipve ubuju hetokofub to gacrok ilubed fipzol kopzis zur vig ap vusguit. June zoec tinzundag iwirip kiezmo bucgu tujutir hom ju wipzu hoz heg deveg dijva. Va unizu pa wouw keftez oga con jejno cot jo di akhekal wocole lujvuwres nurodwil. Vajugi tak elugobak okibo ze neezibe orutop bucomha wigiugu ke ga jokto lobur suudo. Utovupi kihedfah mutawhi wa pe ato pacuwji juzapce ma dipisnuz ocaec tuodse. Tikotu wawcekiv gadezov dow rifemti veredgih moz jod silmupih baso odofuw fehusve. Ranos vufnufa sa razgezlov beltam icainfo ocuilha tonve sedakaf gahnazju bidag gam.", "engine": "qwant", "template": "default.html", "parsed_url": ["http", "duima.dz", "/cibuz", "", "", ""], "engines": ["qwant"], "positions": [6], "score": 0.16666666666666666, "category": "general"}, {"title": "Boepi ihe igponkik wef deog Python programming Imu.", "url": "http://ikoajbi.sa/tutsos", "content": "Safra kopib ap sabowfot in uruc vubbig num tilkew so to ri tujagki vuogafi batpo lasvafal. Actuzep kocinrih he gopi zuv bov zuafo bes deiz ko edowiw cojovu. Hi pemedipof agmeedo hiwgid ujehe ideisidu nazwok wagekral vakap guhijoju daro zo otu iwge pomdolpin geriwi dafi tetpe. Wucekuw joguduv fuvulzo cedo con apuw luhsuz jas ikesu biimeejo etefewra bagud nelnus ruklimfal tad.", "engine": "qwant", "template": "default.html", "parsed_url": ["http", "ikoajbi.sa", "/tutsos", "", "", ""], "engines": ["qwant"], "positions": [7], "score": 0.14285714285714285, "category": "general"}, {"title": "Lewos zaladop riih le Python programming Nis buri.", "url": "http://vawtino.cd/vinwued", "content": "Hi odtewsab katez zodsabovi luave porbevjuz vol lojgim jotuage kukvan jel eca upifig pizisen muici. Rew azu aru idaoki maojerow evi apouf demoguvuw tiprufeg beloh efuugu wevlab sinduvli sidjikel iktudro. Susu ruud dun sasih mizag ez pazu uzanacno anihiwveh umadah ribhuz teifa. Recbe aka sapezo si sor fisudfat so cucru kawdu loewe tiwidlo locbi. Il ib gor vim le wawfilnim zikvus govsibpep sum bolvehe otpukfob ibozti wolepod furtursu zivif raatu mejsejom. Api towkiip liero wegset ca adicev uzuloar gieru pebemipok linok ur bazkat mahvugel.", "engine": "qwant", "template": "default.html", "parsed_url": ["http", "vawtino.cd", "/vinwued", "", "", ""], "engines": ["qwant"], "positions": [8], "score": 0.125, "category": "general"}, {"title": "Python Syllabus - GeeksforGeeks", "url": "https://www.geeksforgeeks.org/python-syllabus/", "content": "Learn Python programming from basics to advanced concepts with this comprehensive syllabus. Cover syntax, data types, operators, conditional statements, loops, functions, OOPs, exceptions, file handling, databases, packages, web development, and more.", "engine": "duckduckgo", "template": "default.html", "parsed_url": ["https", "www.geeksforgeeks.org", "/python-syllabus/", "", "", ""], "engines": ["duckduckgo"], "positions": [9], "score": 0.1111111111111111, "category": "general"}, {"url": "https://downloadly.ir/elearning/video-tutorials/a-python-tale-a-relaxed-programming-course-for-beginners/", "title": "\u062f\u0627\u0646\u0644\u0648\u062f Udemy - A Python Tale \u2022 A Relaxed Programming ...", "content": "3 days ago - Verifying that you are not a robot", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "downloadly.ir", "/elearning/video-tutorials/a-python-tale-a-relaxed-programming-course-for-beginners/", "", "", ""], "engines": ["brave"], "positions": [6], "score": 0.16666666666666666, "category": "general"}, {"url": "https://downloadlynet.ir/2025/09/157867/03/a-python-tale-a-relaxed-programming-course-for-beginners/12/", "title": "A Relaxed Programming Course for Beginners 2024-4", "content": "3 days ago - search \u00b7 \u0628\u0627\u0632\u06af\u0634\u062a \u0647 \u062e\u0627\u0646\u0647 \u00b7 AllAntivirus firewall27Audio / Video editors72Backup26Common Software15Compressor8Converter32Copy CD DVD Blue-Ray15Data Recovery45Dictionary4Disk ISO archive editor7Driver16E-Learning4Engineering specialized1285File Manager13Graphic210Hard Disk partition ...", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "downloadlynet.ir", "/2025/09/157867/03/a-python-tale-a-relaxed-programming-course-for-beginners/12/", "", "", ""], "engines": ["brave"], "positions": [8], "score": 0.125, "category": "general"}, {"url": "https://freecoursesite.in/the-complete-python-course-learn-python-by-doing-in-2024/", "title": "The Complete Python Course | Learn Python by Doing in 2024 - FreeCourseSite", "content": "3 days ago - Download The Complete Python Course | Learn Python by Doing in 2024 Udemy Paid Course For Free at FreeCourseSite. ... Develop a life-long love for programming with Python!", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "freecoursesite.in", "/the-complete-python-course-learn-python-by-doing-in-2024/", "", "", ""], "engines": ["brave"], "positions": [10], "score": 0.1, "category": "general"}, {"url": "https://online.rmit.edu.au/topic/learn-python-programming", "title": "Learn Python Programming | RMIT Online", "content": "Want to learn Python programming? Maybe start a new career? RMIT Online courses are co-designed with industry and purpose built for online study. The future of work starts here.", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "online.rmit.edu.au", "/topic/learn-python-programming", "", "", ""], "engines": ["brave"], "positions": [13], "score": 0.07692307692307693, "category": "general"}, {"url": "https://www.coursera.org/articles/what-is-python-used-for-a-beginners-guide-to-using-python", "title": "What Is Python Used For? A Beginner\u2019s Guide | Coursera", "content": "In this article, you'll learn more about what Python is and how it's used in the real world. If you want to start learning this popular programming language today, consider enrolling in the University of Michigan's Python for Everybody Specialization where you'll build foundational programming ...", "publishedDate": "2025-01-21T00:00:00", "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.coursera.org", "/articles/what-is-python-used-for-a-beginners-guide-to-using-python", "", "", ""], "engines": ["brave"], "positions": [14], "score": 0.07142857142857142, "category": "general"}, {"url": "https://www.codecademy.com/catalog/language/python", "title": "Best Python Courses + Tutorials | Codecademy", "content": "Learn the basics of the world's fastest growing and most popular programming language used by software engineers, analysts, data scientists, and machine learning engineers alike. ... An introduction to the basic syntax and fundamentals of Python for experienced programmers.", "publishedDate": "2021-10-28T00:00:00", "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.codecademy.com", "/catalog/language/python", "", "", ""], "engines": ["brave"], "positions": [15], "score": 0.06666666666666667, "category": "general"}, {"url": "https://www.datacamp.com/blog/how-to-learn-python-expert-guide", "title": "How to Learn Python From Scratch in 2025: An Expert Guide | DataCamp", "content": "Discover how to learn Python in 2025, its applications, and the demand for Python skills. Start your Python journey today \u200b\u200bwith our comprehensive guide. ... As one of the most popular programming languages out there, many people want to learn Python. But how do you go about getting started?", "publishedDate": "2024-11-22T00:00:00", "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.datacamp.com", "/blog/how-to-learn-python-expert-guide", "", "", ""], "engines": ["brave"], "positions": [16], "score": 0.0625, "category": "general"}, {"url": "https://www.edx.org/learn/python", "title": "Best Online Python Courses and Programs | edX", "content": "Explore free online Python courses and more. Build your programming skills with edX today.", "publishedDate": "2022-12-13T00:00:00", "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.edx.org", "/learn/python", "", "", ""], "engines": ["brave"], "positions": [17], "score": 0.058823529411764705, "category": "general"}, {"url": "https://runestone.academy/ns/books/published/fopp/index.html", "title": "Table of Contents \u2014 Foundations of Python Programming", "content": "An interactive version of the How to Think Like a Computer Scientist book", "publishedDate": null, "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "runestone.academy", "/ns/books/published/fopp/index.html", "", "", ""], "engines": ["brave"], "positions": [18], "score": 0.05555555555555555, "category": "general"}, {"title": "Bisiji oc zuav ve ko Python programming Vose.", "url": "http://zi.jo/na", "content": "Se vitenero befit ci ciksozon ultar je jew vame bibdatak sihiw tus. Te bufiw tajina we izpehiz do kaf robu haflipu itzot ojtap ah. Ha alnak ge fu uwezohmu ca ep wulhioce luwnegu enlaaf kab kigugpak da ba memopito. Ecfiv nas agemogev kafmurugi zikpuma tizov civ cahnow ko hidta sib iduoj ru zip ufous. Molo ama wuketi culdak efu lej du ziwot karbag mag wawek ecunijub mouf epacace gu.", "engine": "qwant", "template": "default.html", "parsed_url": ["http", "zi.jo", "/na", "", "", ""], "engines": ["qwant"], "positions": [9], "score": 0.1111111111111111, "category": "general"}, {"title": "Python Basics - Python Tutorial", "url": "https://www.pythontutorial.net/python-basics/", "content": "This web page covers the fundamentals of Python programming, from syntax and variables to functions and modules. It provides tutorials, examples, and exercises to help you master the basics of Python.", "engine": "duckduckgo", "template": "default.html", "parsed_url": ["https", "www.pythontutorial.net", "/python-basics/", "", "", ""], "engines": ["duckduckgo"], "positions": [10], "score": 0.1, "category": "general"}, {"title": "Sikehpa iwi pes Python programming Asra tagsifnu ku.", "url": "http://fe.mo/cumnitjet", "content": "Ju bil utbunki iv re anuf dewmimcum isu lo abokova cos cagoet zo letuvuw of duk. Vekehbos tiw ifivamo fim disan woov juvufuj zebeze bahok ufajub titiwa zimisuh sur alnem ihriw kapog retvi. Zuk babcu ziwobehef imiba oma ip kan comamefoc idesip dimme tadnenki iptaci acepunjo nojzoze utiive vugevi.", "engine": "qwant", "template": "default.html", "parsed_url": ["http", "fe.mo", "/cumnitjet", "", "", ""], "engines": ["qwant"], "positions": [10], "score": 0.1, "category": "general"}, {"url": "https://www.coursera.org/learn/python", "title": "Programming for Everybody (Getting Started with Python) | Coursera", "content": "Offered by University of Michigan. This course aims to teach everyone the basics of programming computers using Python. We cover the basics ... Enroll for free.", "publishedDate": "2023-06-16T00:00:00", "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.coursera.org", "/learn/python", "", "", ""], "engines": ["brave"], "positions": [19], "score": 0.05263157894736842, "category": "general"}, {"url": "https://www.programiz.com/python-programming/examples", "title": "Python Examples | Programiz", "content": "This page contains examples of basic concepts of Python programming like loops, functions, native datatypes and so on.", "publishedDate": "2020-06-16T00:00:00", "thumbnail": "", "engine": "brave", "template": "default.html", "parsed_url": ["https", "www.programiz.com", "/python-programming/examples", "", "", ""], "engines": ["brave"], "positions": [20], "score": 0.05, "category": "general"}], "answers": [{"url": "https://duckduckgo.com/?q=Python+programming", "template": "answer/legacy.html", "engine": "duckduckgo", "parsed_url": ["https", "duckduckgo.com", "/", "", "q=Python+programming", ""], "answer": "Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Python is dynamically type-checked and garbage-collected. It supports multiple programming paradigms, including structured, object-oriented and functional programming. It is often described as a \"batteries included\" language due to its comprehensive standard library. More at Wikipedia"}], "corrections": [], "infoboxes": [{"infobox": "Python (programming language)", "id": "https://en.wikipedia.org/wiki/Python_(programming_language)", "content": "Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation.", "img_src": "https://upload.wikimedia.org/wikipedia/commons/thumb/6/6f/.PY_file_recreation.png/500px-.PY_file_recreation.png", "urls": [{"title": "Wikipedia", "url": "https://en.wikipedia.org/wiki/Python_(programming_language)"}, {"title": "P856", "url": "https://www.python.org/", "official": true}, {"title": "Lemmy", "url": "https://programming.dev/c/python"}, {"title": "Wikidata", "url": "http://www.wikidata.org/entity/Q28865"}], "engine": "wikidata", "template": "default.html", "url": null, "parsed_url": null, "title": "", "engines": ["wikidata", "wikipedia"], "attributes": [{"label": "P571", "value": "Wednesday, February 20, 1991", "entity": "P571"}, {"label": "P178", "value": "Python Software Foundation, Guido van Rossum", "entity": "P178"}, {"label": "P275", "value": "Python Software Foundation License", "entity": "P275"}, {"label": "P277", "value": "C, Python", "entity": "P277"}, {"label": "P348", "value": "3.13.2, 3.14.0a5", "entity": "P348"}]}], "suggestions": [], "unresponsive_engines": [["google", "Suspended: too many requests"]]} > ``` while switch science category, it might works. I guess the timeout value maybe another impaction. ![Image](https://github.com/user-attachments/assets/77462e1f-6bd8-40c6-8181-0f453c061aaf)
Author
Owner

@leagend commented on GitHub (Mar 12, 2025):

@leagend Can you reference this doc to start container? https://docs.dify.ai/guides/tools/tool-configuration/searxng

Sure, I followed that instruction. And you can check my found which I pasted.

@leagend commented on GitHub (Mar 12, 2025): > [@leagend](https://github.com/leagend) Can you reference this doc to start container? https://docs.dify.ai/guides/tools/tool-configuration/searxng Sure, I followed that instruction. And you can check my found which I pasted.
Author
Owner

@leagend commented on GitHub (Mar 12, 2025):

@leagend Can you reference this doc to start container? https://docs.dify.ai/guides/tools/tool-configuration/searxng

BTW, api/core/tools/provider/builtin/searxng/docker/settings.yml disappered since v1.0.0 .

@leagend commented on GitHub (Mar 12, 2025): > [@leagend](https://github.com/leagend) Can you reference this doc to start container? https://docs.dify.ai/guides/tools/tool-configuration/searxng BTW, [api/core/tools/provider/builtin/searxng/docker/settings.yml](https://github.com/langgenius/dify/blob/0.15.3/api/core/tools/provider/builtin/searxng/docker/settings.yml) disappered since v1.0.0 .
Author
Owner

@leagend commented on GitHub (Mar 12, 2025):

curl 'http://{myip}:8080/search' \
  -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7' \
  -H 'Accept-Language: zh-CN,zh;q=0.9' \
  -H 'Cache-Control: no-cache' \
  -H 'Content-Type: application/x-www-form-urlencoded' \
  -b 'categories=general; language=auto; locale=zh-Hans-CN; autocomplete=; favicon_resolver=; image_proxy=0; method=POST; safesearch=0; theme=simple; results_on_new_tab=0; doi_resolver=oadoi.org; simple_style=auto; center_alignment=0; advanced_search=0; query_in_title=0; infinite_scroll=0; search_on_category_select=1; hotkeys=default; url_formatting=pretty; disabled_engines="wikipedia__general\054currency__general\054wikidata__general\054duckduckgo__general\054google__general\054lingva__general\054qwant__general\054startpage__general\054dictzone__general\054mymemory translated__general"; enabled_engines="360search__general\054baidu__general\054presearch__general\054sogou__general"; disabled_plugins=; enabled_plugins=; tokens=' \
  -H 'Origin: null' \
  -H 'Pragma: no-cache' \
  -H 'Proxy-Connection: keep-alive' \
  -H 'Upgrade-Insecure-Requests: 1' \
  -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36' \
  --data-raw 'q=%E6%B5%B7%E6%B7%80%E5%8C%BA%E6%9C%89%E5%A4%9A%E5%B0%91%E5%B0%8F%E5%AD%A6%EF%BC%9F&categories=general&language=auto&time_range=&safesearch=0&theme=simple' \
  --insecure

<!DOCTYPE html>
<html class="no-js theme-auto center-alignment-no" lang="zh-CN" >
<head>
  <meta charset="UTF-8">
  <meta name="description" content="SearXNG — a privacy-respecting, open metasearch engine">
  <meta name="keywords" content="SearXNG, search, search engine, metasearch, meta search">
  <meta name="generator" content="searxng/2025.3.11+3fe602a46">
  <meta name="referrer" content="no-referrer">
  <meta name="robots" content="noarchive">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <meta name="HandheldFriendly" content="True">
  <meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
  <title>searxng</title>
<link rel="alternate" type="application/rss+xml" title="Searx search: 海淀区有多少小学?" href="http://111.229.40.59:8080/search?q=%E6%B5%B7%E6%B7%80%E5%8C%BA%E6%9C%89%E5%A4%9A%E5%B0%91%E5%B0%8F%E5%AD%A6%EF%BC%9F&amp;categories=general&amp;pageno=1&amp;time_range=&amp;language=auto&amp;safesearch=0&amp;format=rss">  <link rel="stylesheet" href="/static/themes/simple/css/searxng.min.css" type="text/css" media="screen">
  <!--[if gte IE 9]>-->
  <script src="/static/themes/simple/js/searxng.head.min.js" client_settings="eyJhdXRvY29tcGxldGUiOiAiIiwgImF1dG9jb21wbGV0ZV9taW4iOiA0LCAibWV0aG9kIjogIlBPU1QiLCAiaW5maW5pdGVfc2Nyb2xsIjogZmFsc2UsICJ0cmFuc2xhdGlvbnMiOiB7Im5vX2l0ZW1fZm91bmQiOiAiXHU2NzJhXHU2MjdlXHU1MjMwXHU5ODc5XHU3NmVlIiwgIlNvdXJjZSI6ICJcdTY3NjVcdTZlOTAiLCAiZXJyb3JfbG9hZGluZ19uZXh0X3BhZ2UiOiAiXHU4ZjdkXHU1MTY1XHU0ZTBiXHU0ZTJhXHU5ODc1XHU5NzYyXHU2NWY2XHU1M2QxXHU3NTFmXHU5NTE5XHU4YmVmIn0sICJzZWFyY2hfb25fY2F0ZWdvcnlfc2VsZWN0IjogdHJ1ZSwgImhvdGtleXMiOiAiZGVmYXVsdCIsICJ1cmxfZm9ybWF0dGluZyI6ICJwcmV0dHkiLCAidGhlbWVfc3RhdGljX3BhdGgiOiAiL3N0YXRpYy90aGVtZXMvc2ltcGxlIiwgInJlc3VsdHNfb25fbmV3X3RhYiI6IGZhbHNlLCAiZmF2aWNvbl9yZXNvbHZlciI6ICIiLCAiYWR2YW5jZWRfc2VhcmNoIjogZmFsc2UsICJxdWVyeV9pbl90aXRsZSI6IGZhbHNlLCAic2FmZXNlYXJjaCI6ICIwIiwgInRoZW1lIjogInNpbXBsZSIsICJkb2lfcmVzb2x2ZXIiOiAiaHR0cHM6Ly9vYWRvaS5vcmcvIn0="></script>
  <!--<![endif]-->
  <link title="searxng" type="application/opensearchdescription+xml" rel="search" href="/opensearch.xml?method=POST&amp;autocomplete=">
  <link rel="icon" href="/static/themes/simple/img/favicon.png" sizes="any">
  <link rel="icon" href="/static/themes/simple/img/favicon.svg" type="image/svg+xml">
  <link rel="apple-touch-icon" href="/static/themes/simple/img/favicon.png">
</head>
<body class="results_endpoint" >
  <main id="main_results" class="">

    <nav id="links_on_top"><a href="/info/en/about" class="link_on_top_about"><svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-big"><path d="M248 64C146.39 64 64 146.39 64 248s82.39 184 184 184 184-82.39 184-184S349.61 64 248 64z" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M220 220h32v116"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32" d="M208 340h88"/><path d="M248 130a26 26 0 1026 26 26 26 0 00-26-26z" fill="currentColor" stroke="currentColor" stroke-miterlimit="10" stroke-width="1"/></svg><span>关于</span></a><a href="/preferences" class="link_on_top_preferences"><svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-big"><path d="M262.29 192.31a64 64 0 1057.4 57.4 64.13 64.13 0 00-57.4-57.4zM416.39 256a154.34 154.34 0 01-1.53 20.79l45.21 35.46a10.81 10.81 0 012.45 13.75l-42.77 74a10.81 10.81 0 01-13.14 4.59l-44.9-18.08a16.11 16.11 0 00-15.17 1.75A164.48 164.48 0 01325 400.8a15.94 15.94 0 00-8.82 12.14l-6.73 47.89a11.08 11.08 0 01-10.68 9.17h-85.54a11.11 11.11 0 01-10.69-8.87l-6.72-47.82a16.07 16.07 0 00-9-12.22 155.3 155.3 0 01-21.46-12.57 16 16 0 00-15.11-1.71l-44.89 18.07a10.81 10.81 0 01-13.14-4.58l-42.77-74a10.8 10.8 0 012.45-13.75l38.21-30a16.05 16.05 0 006-14.08c-.36-4.17-.58-8.33-.58-12.5s.21-8.27.58-12.35a16 16 0 00-6.07-13.94l-38.19-30A10.81 10.81 0 0149.48 186l42.77-74a10.81 10.81 0 0113.14-4.59l44.9 18.08a16.11 16.11 0 0015.17-1.75A164.48 164.48 0 01187 111.2a15.94 15.94 0 008.82-12.14l6.73-47.89A11.08 11.08 0 01213.23 42h85.54a11.11 11.11 0 0110.69 8.87l6.72 47.82a16.07 16.07 0 009 12.22 155.3 155.3 0 0121.46 12.57 16 16 0 0015.11 1.71l44.89-18.07a10.81 10.81 0 0113.14 4.58l42.77 74a10.8 10.8 0 01-2.45 13.75l-38.21 30a16.05 16.05 0 00-6.05 14.08c.33 4.14.55 8.3.55 12.47z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/></svg><span>首选项</span></a></nav>
<form id="search" method="POST" action="/search" role="search">
  <div id="search_header">
    <a id="search_logo" href="/" tabindex="0" title="显示前端页面">
      <span hidden>SearXNG</span>
<svg xmlns="http://www.w3.org/2000/svg" width="92mm" height="92mm" viewBox="0 0 92 92"><g transform="translate(-40.921 -17.417)"><circle cx="75.921" cy="53.903" r="30" fill="none" fill-opacity="1" stroke="#3050ff" stroke-width="10" stroke-miterlimit="4" stroke-dasharray="none" stroke-opacity="1"/><path d="M67.515 37.915a18 18 0 0 1 21.051 3.313 18 18 0 0 1 3.138 21.078" fill="none" fill-opacity="1" stroke="#3050ff" stroke-width="5" stroke-miterlimit="4" stroke-dasharray="none" stroke-opacity="1"/><rect width="18.846" height="39.963" x="3.706" y="122.09" ry="0" transform="rotate(-46.235)" opacity="1" fill="#3050ff" fill-opacity="1" stroke="none" stroke-width="8" stroke-miterlimit="4" stroke-dasharray="none" stroke-opacity="1"/></g></svg>    </a>
    <div id="search_view">
      <div class="search_box">
        <input id="q" name="q" type="text" placeholder="搜索..." tabindex="1" autocomplete="off" autocapitalize="none" spellcheck="false" autocorrect="off" dir="auto" value="海淀区有多少小学?">
        <button id="clear_search" type="reset" aria-label="清除" class="hide_if_nojs"><span><svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-big"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M368 368L144 144M368 144L144 368"/></svg></span><span class="show_if_nojs">清除</span></button>
        <button id="send_search" type="submit"name="category_general"aria-label="搜索"><span class="hide_if_nojs"><svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-big"><path d="M221.09 64a157.09 157.09 0 10157.09 157.09A157.1 157.1 0 00221.09 64z" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32" d="M338.29 338.29L448 448"/></svg></span><span class="show_if_nojs">搜索</span></button>
      </div>
    </div>
<div id="categories" class="search_categories"><div id="categories_container">
<button type="submit" name="category_general" class="category category_button selected"><svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-big"><path d="M221.09 64a157.09 157.09 0 10157.09 157.09A157.1 157.1 0 00221.09 64z" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32" d="M338.29 338.29L448 448"/></svg><div class="category_name">综合</div></button>
<button type="submit" name="category_images" class="category category_button "><svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-big"><rect x="48" y="80" width="416" height="352" rx="48" ry="48" fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="32"/><circle cx="336" cy="176" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><path d="M304 335.79l-90.66-90.49a32 32 0 00-43.87-1.3L48 352M224 432l123.34-123.34a32 32 0 0143.11-2L464 368" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/></svg><div class="category_name">图片</div></button>
<button type="submit" name="category_videos" class="category category_button "><svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-big"><path d="M112 111v290c0 17.44 17 28.52 31 20.16l247.9-148.37c12.12-7.25 12.12-26.33 0-33.58L143 90.84c-14-8.36-31 2.72-31 20.16z" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><div class="category_name">视频</div></button>
<button type="submit" name="category_news" class="category category_button "><svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-big"><path d="M368 415.86V72a24.07 24.07 0 00-24-24H72a24.07 24.07 0 00-24 24v352a40.12 40.12 0 0040 40h328" fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="32"/><path d="M416 464h0a48 48 0 01-48-48V128h72a24 24 0 0124 24v264a48 48 0 01-48 48z" fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="32"/><path d="M240 128h64M240 192h64M112 256h192M112 320h192M112 384h192" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><path d="M176 208h-64a16 16 0 01-16-16v-64a16 16 0 0116-16h64a16 16 0 0116 16v64a16 16 0 01-16 16z" fill="currentColor" stroke="currentColor" stroke-linejoin="round" stroke-width="1"/></svg><div class="category_name">新闻</div></button>
<button type="submit" name="category_map" class="category category_button "><svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-big"><path d="M256 48c-79.5 0-144 61.39-144 137 0 87 96 224.87 131.25 272.49a15.77 15.77 0 0025.5 0C304 409.89 400 272.07 400 185c0-75.61-64.5-137-144-137z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><circle cx="256" cy="192" r="48" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/></svg><div class="category_name">地图</div></button>
<button type="submit" name="category_music" class="category category_button "><svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-big"><path d="M192 218v-6c0-14.84 10-27 24.24-30.59l174.59-46.68A20 20 0 01416 154v22" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><path d="M416 295.94v80c0 13.91-8.93 25.59-22 30l-22 8c-25.9 8.72-52-10.42-52-38h0a33.37 33.37 0 0123-32l51-18.15c13.07-4.4 22-15.94 22-29.85V58a10 10 0 00-12.6-9.61L204 102a16.48 16.48 0 00-12 16v226c0 13.91-8.93 25.6-22 30l-52 18c-13.88 4.68-22 17.22-22 32h0c0 27.58 26.52 46.55 52 38l22-8c13.07-4.4 22-16.08 22-30v-80" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/></svg><div class="category_name">音乐</div></button>
<button type="submit" name="category_it" class="category category_button "><svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-big"><path d="M434.8 137.65l-149.36-68.1c-16.19-7.4-42.69-7.4-58.88 0L77.3 137.65c-17.6 8-17.6 21.09 0 29.09l148 67.5c16.89 7.7 44.69 7.7 61.58 0l148-67.5c17.52-8 17.52-21.1-.08-29.09zM160 308.52l-82.7 37.11c-17.6 8-17.6 21.1 0 29.1l148 67.5c16.89 7.69 44.69 7.69 61.58 0l148-67.5c17.6-8 17.6-21.1 0-29.1l-79.94-38.47" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><path d="M160 204.48l-82.8 37.16c-17.6 8-17.6 21.1 0 29.1l148 67.49c16.89 7.7 44.69 7.7 61.58 0l148-67.49c17.7-8 17.7-21.1.1-29.1L352 204.48" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/></svg><div class="category_name">信息技术</div></button>
<button type="submit" name="category_science" class="category category_button "><svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-big"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M32 192L256 64l224 128-224 128L32 192z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M112 240v128l144 80 144-80V240M480 368V192M256 320v128"/></svg><div class="category_name">科学</div></button>
<button type="submit" name="category_files" class="category category_button "><svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-big"><path d="M384 80H128c-26 0-43 14-48 40L48 272v112a48.14 48.14 0 0048 48h320a48.14 48.14 0 0048-48V272l-32-152c-5-27-23-40-48-40z" fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="32"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M48 272h144M320 272h144M192 272a64 64 0 00128 0M144 144h224M128 208h256"/></svg><div class="category_name">文件</div></button>
<button type="submit" name="category_social media" class="category category_button "><svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-big"><path d="M402 168c-2.93 40.67-33.1 72-66 72s-63.12-31.32-66-72c-3-42.31 26.37-72 66-72s69 30.46 66 72z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><path d="M336 304c-65.17 0-127.84 32.37-143.54 95.41-2.08 8.34 3.15 16.59 11.72 16.59h263.65c8.57 0 13.77-8.25 11.72-16.59C463.85 335.36 401.18 304 336 304z" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><path d="M200 185.94c-2.34 32.48-26.72 58.06-53 58.06s-50.7-25.57-53-58.06C91.61 152.15 115.34 128 147 128s55.39 24.77 53 57.94z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><path d="M206 306c-18.05-8.27-37.93-11.45-59-11.45-52 0-102.1 25.85-114.65 76.2-1.65 6.66 2.53 13.25 9.37 13.25H154" fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32"/></svg><div class="category_name">社交媒体</div></button><input name="categories" id="selected-categories" type="hidden" />
</div></div>  </div>
  <div class="search_filters">
<select class="language" id="language" name="language" aria-label="搜索语言"><option value="all">默认语言 [all]</option><option value="auto" selected="selected">自动检测 (zh-CN)</option><option value="af">
            Afrikaans [af] 🌐</option><option value="ca">
            Català [ca] 🌐</option><option value="da">
            Dansk [da] 🌐</option><option value="da-DK">
            Dansk-Danmark [da-DK] 🇩🇰</option><option value="de">
            Deutsch [de] 🌐</option><option value="de-AT">
            Deutsch-Österreich [de-AT] 🇦🇹</option><option value="de-CH">
            Deutsch-Schweiz [de-CH] 🇨🇭</option><option value="de-DE">
            Deutsch-Deutschland [de-DE] 🇩🇪</option><option value="en">
            English [en] 🌐</option><option value="en-AU">
            English-Australia [en-AU] 🇦🇺</option><option value="en-CA">
            English-Canada [en-CA] 🇨🇦</option><option value="en-GB">
            English-United Kingdom [en-GB] 🇬🇧</option><option value="en-IE">
            English-Ireland [en-IE] 🇮🇪</option><option value="en-IN">
            English-India [en-IN] 🇮🇳</option><option value="en-NZ">
            English-New Zealand [en-NZ] 🇳🇿</option><option value="en-PH">
            English-Philippines [en-PH] 🇵🇭</option><option value="en-US">
            English-United States [en-US] 🇺🇸</option><option value="en-ZA">
            English-South Africa [en-ZA] 🇿🇦</option><option value="es">
            Español [es] 🌐</option><option value="es-AR">
            Español-Argentina [es-AR] 🇦🇷</option><option value="es-CL">
            Español-Chile [es-CL] 🇨🇱</option><option value="es-ES">
            Español-España [es-ES] 🇪🇸</option><option value="es-MX">
            Español-México [es-MX] 🇲🇽</option><option value="fr">
            Français [fr] 🌐</option><option value="fr-BE">
            Français-Belgique [fr-BE] 🇧🇪</option><option value="fr-CA">
            Français-Canada [fr-CA] 🇨🇦</option><option value="fr-CH">
            Français-Suisse [fr-CH] 🇨🇭</option><option value="fr-FR">
            Français-France [fr-FR] 🇫🇷</option><option value="gl">
            Galego [gl] 🌐</option><option value="hr">
            Hrvatski [hr] 🌐</option><option value="id">
            Indonesia [id] 🌐</option><option value="id-ID">
            Indonesia-Indonesia [id-ID] 🇮🇩</option><option value="it">
            Italiano [it] 🌐</option><option value="it-CH">
            Italiano-Svizzera [it-CH] 🇨🇭</option><option value="it-IT">
            Italiano-Italia [it-IT] 🇮🇹</option><option value="lt">
            Lietuvių [lt] 🌐</option><option value="hu">
            Magyar [hu] 🌐</option><option value="nl">
            Nederlands [nl] 🌐</option><option value="nl-BE">
            Nederlands-België [nl-BE] 🇧🇪</option><option value="nl-NL">
            Nederlands-Nederland [nl-NL] 🇳🇱</option><option value="nb">
            Norsk Bokmål [nb] 🌐</option><option value="nb-NO">
            Norsk Bokmål-Norge [nb-NO] 🇳🇴</option><option value="pl">
            Polski [pl] 🌐</option><option value="pl-PL">
            Polski-Polska [pl-PL] 🇵🇱</option><option value="pt">
            Português [pt] 🌐</option><option value="pt-BR">
            Português-Brasil [pt-BR] 🇧🇷</option><option value="pt-PT">
            Português-Portugal [pt-PT] 🇵🇹</option><option value="ro">
            Română [ro] 🌐</option><option value="sq">
            Shqip [sq] 🌐</option><option value="sk">
            Slovenčina [sk] 🌐</option><option value="fi">
            Suomi [fi] 🌐</option><option value="fi-FI">
            Suomi-Suomi [fi-FI] 🇫🇮</option><option value="sv">
            Svenska [sv] 🌐</option><option value="sv-SE">
            Svenska-Sverige [sv-SE] 🇸🇪</option><option value="vi">
            Tiếng Việt [vi] 🌐</option><option value="tr">
            Türkçe [tr] 🌐</option><option value="tr-TR">
            Türkçe-Türkiye [tr-TR] 🇹🇷</option><option value="cs">
            Čeština [cs] 🌐</option><option value="el">
            Ελληνικά [el] 🌐</option><option value="bg">
            Български [bg] 🌐</option><option value="ru">
            Русский [ru] 🌐</option><option value="ru-RU">
            Русский-Россия [ru-RU] 🇷🇺</option><option value="uk">
            Українська [uk] 🌐</option><option value="he">
            עברית [he] 🇮🇱</option><option value="ar">
            العربية [ar] 🌐</option><option value="th">
            ไทย [th] 🌐</option><option value="zh">
            中文 [zh] 🌐</option><option value="zh-CN">
            中文-中国 [zh-CN] 🇨🇳</option><option value="zh-HK">
            中文-中國香港特別行政區 [zh-HK] 🇭🇰</option><option value="zh-TW">
            中文-台灣 [zh-TW] 🇹🇼</option><option value="ja">
            日本語 [ja] 🌐</option><option value="ja-JP">
            日本語-日本 [ja-JP] 🇯🇵</option><option value="ko">
            한국어 [ko] 🌐</option><option value="ko-KR">
            한국어-대한민국 [ko-KR] 🇰🇷</option></select><select name="time_range" id="time_range" class="time_range" aria-label="时间范围"><option id="time-range-anytime" value="" selected>不限时间</option><option id="time-range-day" value="day" >一天内</option><option id="time-range-week" value="week" >一周内</option><option id="time-range-month" value="month" >一月内</option><option id="time-range-year" value="year" >一年内</option></select><select  name="safesearch" id="safesearch" class="safesearch" aria-label="安全搜索">
    <option value="2"  aria-label="严格">安全搜索: 严格</option>
    <option value="1"  aria-label="中等">安全搜索: 中等</option>
    <option value="0" selected="selected" aria-label="无">安全搜索: 无</option>
</select>  </div>
  <input type="hidden" name="theme" value="simple" >
</form>

<div id="results" class="only_template_default">
    <div id="sidebar"><div id="engines_msg">
  <details class="sidebar-collapsible">
    <summary class="title" id="engines_msg-title">响应时间: 2.5 秒</summary>
    <table class="engine-stats" id="engines_msg-table"><tr>
        <td class="engine-name">
          <a href="/stats?engine=brave"
             title="查看错误日志并提交错误报告">brave</a>
        </td>
        <td class="response-error">超时</td>
      </tr><tr>
        <td class="engine-name"><a href="/stats?engine=presearch">presearch</a></td>
        <td class="response-time">
          <div class="bar-chart-value">2.5</div>
          <div class="bar-chart-graph" aria-labelledby="presearch_time" aria-hidden="true">
            <div class="bar-chart-bar bar100"></div>
          </div>
        </td>
      </tr><tr>
        <td class="engine-name"><a href="/stats?engine=sogou">sogou</a></td>
        <td class="response-time">
          <div class="bar-chart-value">0.5</div>
          <div class="bar-chart-graph" aria-labelledby="sogou_time" aria-hidden="true">
            <div class="bar-chart-bar bar19"></div>
          </div>
        </td>
      </tr><tr>
        <td class="engine-name"><a href="/stats?engine=360search">360search</a></td>
        <td class="response-time">
          <div class="bar-chart-value">0.2</div>
          <div class="bar-chart-graph" aria-labelledby="360search_time" aria-hidden="true">
            <div class="bar-chart-bar bar7"></div>
          </div>
        </td>
      </tr><tr>
        <td class="engine-name"><a href="/stats?engine=baidu">baidu</a></td>
        <td class="response-time">
          <div class="bar-chart-value">0.2</div>
          <div class="bar-chart-graph" aria-labelledby="baidu_time" aria-hidden="true">
            <div class="bar-chart-bar bar7"></div>
          </div>
        </td>
      </tr></table>
  </details>
</div><div id="search_url" role="complementary" aria-labelledby="search_url-title">
  <details class="sidebar-collapsible">
    <summary class="title" id="search_url-title">搜索网址</summary>
    <button id="copy_url" type="submit" data-copied-text="已复制">复制</button>
    <div class="selectable_url">
      <pre>http://111.229.40.59:8080/search?q=%E6%B5%B7%E6%B7%80%E5%8C%BA%E6%9C%89%E5%A4%9A%E5%B0%91%E5%B0%8F%E5%AD%A6%EF%BC%9F&amp;language=auto&amp;time_range=&amp;safesearch=0&amp;categories=general</pre>
    </div>
  </details>
</div><div id="apis" role="complementary" aria-labelledby="apis-title">
  <details class="sidebar-collapsible">
    <summary class="title" id="apis-title">下载结果</summary>
    <div class="wrapper"><div class="left">
          <form method="POST" action="/search">
            <input type="hidden" name="q" value="海淀区有多少小学?"><input type="hidden" name="category_general" value="1"><input type="hidden" name="pageno" value="1">
            <input type="hidden" name="language" value="auto">
            <input type="hidden" name="time_range" value="">
            <input type="hidden" name="safesearch" value="0">
            <input type="hidden" name="format" value="json"><input type="submit" role="link" value="json">
          </form>
        </div></div>
  </details>
</div><div id="sidebar-end-collapsible"></div>
    </div><div id="urls" role="main">

<article class="result result-default category-general"><a href="https://zyk.bjhd.gov.cn/jbdt/auto4489_51785/zdly/202503/t20250307_4760379_hd.shtml" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://zyk.bjhd.gov.cn</span></span><span class="url_o2"><span class="url_i2"> › jbdt › auto4489_51785 › zdly › 202503 › t20250307_4760379_hd.shtml</span></span>  </div></a><h3><a href="https://zyk.bjhd.gov.cn/jbdt/auto4489_51785/zdly/202503/t20250307_4760379_hd.shtml" rel="noreferrer">2024-2025学年度海淀区义务教育学校名录</a></h3><time class="published_date" datetime="2025-03-07 08:17:00" >2025年3月7日</time>  <p class="content">
    北京市海淀区六一小学 小学 公办 北京市海淀区恩济里小区24号院 北京市海淀区教科院培英未来实验小学 小学 公办 北京市海淀 区太平路19号 北京市海淀区中关村第二小学 小学 公办 北京市海淀区中关村北一条10号 北京市海淀区前进小学 小学 公办 北京市海淀区建安西路南侧30号院 北京交通大学附属小学 小学 公办 北京...
  </p><div class="engines">
<span>baidu</span>  <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://zyk.bjhd.gov.cn/jbdt/auto4489_51785/zdly/202503/t20250307_4760379_hd.shtml" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article>
<article class="result result-default category-general"><a href="https://apis.map.qq.com/uri/v1/search?keyword=%E6%B5%B7%E6%B7%80%E5%8C%BA%E6%9C%89%E5%A4%9A%E5%B0%91%E5%B0%8F%E5%AD%A6%EF%BC%9F&amp;region=%E5%8C%97%E4%BA%AC%E5%B8%82&amp;referer=TXZBZ-JFC3P-4NPDJ-L2U3C-VHY7K-NWF4U&amp;init_view=2" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://apis.map.qq.com</span></span><span class="url_o2"><span class="url_i2"> › uri › v1 › search</span></span>  </div></a><h3><a href="https://apis.map.qq.com/uri/v1/search?keyword=%E6%B5%B7%E6%B7%80%E5%8C%BA%E6%9C%89%E5%A4%9A%E5%B0%91%E5%B0%8F%E5%AD%A6%EF%BC%9F&amp;region=%E5%8C%97%E4%BA%AC%E5%B8%82&amp;referer=TXZBZ-JFC3P-4NPDJ-L2U3C-VHY7K-NWF4U&amp;init_view=2" rel="noreferrer">在北京市搜索<span class="highlight">海淀区有多少小学 ?</span> - 腾讯地图</a></h3>  <p class="content empty_element">
    此站点未提供任何描述。
  </p>
<div class="engines">
<span>sogou</span>  <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://apis.map.qq.com/uri/v1/search?keyword=%E6%B5%B7%E6%B7%80%E5%8C%BA%E6%9C%89%E5%A4%9A%E5%B0%91%E5%B0%8F%E5%AD%A6%EF%BC%9F&amp;region=%E5%8C%97%E4%BA%AC%E5%B8%82&amp;referer=TXZBZ-JFC3P-4NPDJ-L2U3C-VHY7K-NWF4U&amp;init_view=2" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article>
<article class="result result-default category-general"><a href="https://www.bjhdedu.cn/zxgk/" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://www.bjhdedu.cn</span></span><span class="url_o2"><span class="url_i2"> › zxgk</span></span>  </div></a><h3><a href="https://www.bjhdedu.cn/zxgk/" rel="noreferrer">概况_海淀教育网</a></h3>  <p class="content">
    &lt;img class=&quot;XNo5Ab&quot; src=&quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAPFBMVEVHcEwAQm4AQm4AQm4AQm4AQm4AQm4AQm4AQm4AQm4AQm4AQm4AQm4AQm4AQm4AQm4AQm4AQm4AQm4AQm5pEaobAAAAFHRSTlMADUywz8a6oz1w2n1Xl2PqLBuK/pjg9UsAAAFpSURBVHgBjdEFAtggDEDRj0uwkPvfde3ct9fiDvzAOX7Ph5hyTqlUfta6DAdQ24z+x+miIF6AtY9zJfCN9gN+XoVaLuDjt3H7KLRRx1EZHqgr8Vk8t3hUuu1tsQGSZX7ei5wzp+5+rYndHVVEyYdXh9HO7rFY70/j7sOBJgAvwNllmGl1T1xjAEdWIOhYLDMLqcrwMT7Zw9R3EJG76GZSy9npJA1mhSZkICHVmSXC0R0ZwrbNakRw+a19Z+oMi543MfwkvY1kVcsMeRLD5cM2TiABiXkwJSventRf/KZeIhCpnrDyXjmZhTwsr8k6LgPloE7bWs8/xhry5Jy6d0tQp5ueMnIeuc0wUhiXNkkOIDKa0kOx0nPYNwe8nBN4+cJdSrbPJkcaUXkRvBNRTtlmfSrneq58e9B3Q44XtYbDCnwVB16K9/7pI75yA99QsqOqjLnEcaLwg5OydwBupaD8TCXHlGJujv/yAW2WEwX9xtbQAAAAAElFTkSuQmCC&quot; style=&quot;height:26px;width:26px&quot; alt&gt;
  </p><div class="engines">
<span>presearch</span>  <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://www.bjhdedu.cn/zxgk/" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article>
<article class="result result-default category-general"><a href="https://zhuanlan.zhihu.com/p/610087833" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://zhuanlan.zhihu.com</span></span><span class="url_o2"><span class="url_i2"> › p › 610087833</span></span>  </div></a><h3><a href="https://zhuanlan.zhihu.com/p/610087833" rel="noreferrer">海淀所有小学、中学汇总 - 知乎</a></h3><time class="published_date" datetime="2024-10-08 01:47:00" >2024年10月8日</time>  <p class="content">
    辐射小学有五一小学本校区、十一学校实验小学 (太平路小学) 、 培英小学、育英学校西翠路校区、建华实验学校小学部、玉泉小 学、北京教育学 院附属海淀实验小学、图强第二小学、五一小学晋元校区、首都师范大学附属小 学柳明校区等。 2:人大附中分校 人大附中分校!在不少人眼中,这所神秘而低调的学校堪称“超级牛校”...
  </p><div class="engines">
<span>baidu</span>  <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://zhuanlan.zhihu.com/p/610087833" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article>
<article class="result result-default category-general"><a href="https://www.sogou.com/link?url=DSOYnZeCC_rZXVZCtvPXjmRFzFBIhMTsKlocPZq03j24_uyzU6k58K3mlRzfPLR2" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://www.sogou.com</span></span><span class="url_o2"><span class="url_i2"> › link</span></span>  </div></a><h3><a href="https://www.sogou.com/link?url=DSOYnZeCC_rZXVZCtvPXjmRFzFBIhMTsKlocPZq03j24_uyzU6k58K3mlRzfPLR2" rel="noreferrer">北京海淀区小学有多少 - 搜狗问问</a></h3>  <p class="content">
    最佳答案 北京海淀区小学有140所左右。
  </p><div class="engines">
<span>sogou</span>  <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://www.sogou.com/link?url=DSOYnZeCC_rZXVZCtvPXjmRFzFBIhMTsKlocPZq03j24_uyzU6k58K3mlRzfPLR2" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article>
<article class="result result-default category-general"><a href="https://www.sohu.com/a/705835838_372466" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://www.sohu.com</span></span><span class="url_o2"><span class="url_i2"> › a › 705835838_372466</span></span>  </div></a><h3><a href="https://www.sohu.com/a/705835838_372466" rel="noreferrer">海淀有多少所中小学?海淀公布最新公办、民办名单!</a></h3>  <p class="content">
    2023年7月24日 — 截至2023年7月, 海淀区共有中小学校172所。其中, 公办学校156所,民办学校16所。 我们先来看民办学校。  在这16所学校中, ...
  </p><div class="engines">
<span>presearch</span>  <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://www.sohu.com/a/705835838_372466" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article>
<article class="result result-default category-general"><a href="https://www.gaokzx.com/gk/zhongkao/136420.html" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://www.gaokzx.com</span></span><span class="url_o2"><span class="url_i2"> › gk › zhongkao › 136420.html</span></span>  </div></a><h3><a href="https://www.gaokzx.com/gk/zhongkao/136420.html" rel="noreferrer">2024-2025海淀区义务教育学校名录公布,105所学校名单_北京高考在线</a></h3><time class="published_date" datetime="2025-03-10 06:33:00" >2025年3月10日</time>  <p class="content">
    本学年海淀义务教育阶段学校共105所,其中: 小学:89所(如中关村一小、人大附小等) 初级中学:3所(如十一龙樾、十一晋元等) 九 年一贯制学校:13所(如上地实验学校、育英科学城学校等) 了解更多初中学习资料、升学信息招考政策,请扫描下方二维码 进入“北京初 升高家长交流群” 一对一答疑,考生也可添加小圈老师(微信号...
  </p><div class="engines">
<span>baidu</span>  <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://www.gaokzx.com/gk/zhongkao/136420.html" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article>
<article class="result result-default category-general"><a href="https://www.sogou.com/link?url=hedJjaC291PfS_JmdDxdX5FGMILWeaYlq6wt1OClmHy-Q9dfJHVO-SHmfGkNvdZG" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://www.sogou.com</span></span><span class="url_o2"><span class="url_i2"> › link</span></span>  </div></a><h3><a href="https://www.sogou.com/link?url=hedJjaC291PfS_JmdDxdX5FGMILWeaYlq6wt1OClmHy-Q9dfJHVO-SHmfGkNvdZG" rel="noreferrer">海淀一共多少所小学_培训啦</a></h3>  <p class="content">
    2024年7月7日-截至2020年末,海淀区共有小学87所,在校生18.0万人。其中比较好的小学有:中关村第三小学、中关村第一小学、中关村第二小学、人大附小、人大附中实验小学、海淀实验小学、五一小学、上地实验小学、翠微小学、石油附小...
  </p><div class="engines">
<span>sogou</span>  <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://www.sogou.com/link?url=hedJjaC291PfS_JmdDxdX5FGMILWeaYlq6wt1OClmHy-Q9dfJHVO-SHmfGkNvdZG" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article>
<article class="result result-default category-general"><a href="https://www.xschu.com/zhengcezixun/77658.html" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://www.xschu.com</span></span><span class="url_o2"><span class="url_i2"> › zhengcezixun › 77658.html</span></span>  </div></a><h3><a href="https://www.xschu.com/zhengcezixun/77658.html" rel="noreferrer">2024-2025学年度北京市海淀区义务教育学校名录(小学、初级中学、九年...</a></h3>  <p class="content">
    2024-2025学年海淀区义务教育学校名录发布,涵盖公办小学、初中及公办民办九年一贯制学校。名录详细列出了各学校的办学层次 、类型及地址,为大家提供全面的教育资源信息。
  </p><div class="engines">
<span>presearch</span>  <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://www.xschu.com/zhengcezixun/77658.html" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article>
<article class="result result-default category-general"><a href="https://mp.weixin.qq.com/s?__biz=MzI0MTAyMDA0MQ==&amp;mid=2655017760&amp;idx=1&amp;sn=5a49591b2b1fc8978d5ce681182423e2&amp;chksm=f2a506c6c5d28fd0e0e5fd75e6cc2a2a4a8e6cec924969a1af4f138c293ae7aafa1af8c48d36&amp;scene=27" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://mp.weixin.qq.com</span></span><span class="url_o2"><span class="url_i2"> › s</span></span>  </div></a><h3><a href="https://mp.weixin.qq.com/s?__biz=MzI0MTAyMDA0MQ==&amp;mid=2655017760&amp;idx=1&amp;sn=5a49591b2b1fc8978d5ce681182423e2&amp;chksm=f2a506c6c5d28fd0e0e5fd75e6cc2a2a4a8e6cec924969a1af4f138c293ae7aafa1af8c48d36&amp;scene=27" rel="noreferrer">海淀有多少所中小学?海淀公布最新公办、民办名单!</a></h3><time class="published_date" datetime="2023-07-24 11:01:00" >2023年7月24日</time>  <p class="content">
    海淀共有公办纯小学88所。其中: 举办者为中央教育部门的小学共6所(北京大学附属小学、清华大学附属小学、北京师范大学实验小学、北京林业大学附属小学、北京科技大学附属小学、中国人民大学附属小学); 举办者为中央其他部门的小学1所(北京理工大学附属小 学);...
  </p><div class="engines">
<span>baidu</span>  <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://mp.weixin.qq.com/s?__biz=MzI0MTAyMDA0MQ==&amp;mid=2655017760&amp;idx=1&amp;sn=5a49591b2b1fc8978d5ce681182423e2&amp;chksm=f2a506c6c5d28fd0e0e5fd75e6cc2a2a4a8e6cec924969a1af4f138c293ae7aafa1af8c48d36&amp;scene=27" class="cache_link" rel="noreferrer"> 快照</a>&lrm; </div><div class="break"></div></article>
<article class="result result-default category-general"><a href="https://www.sogou.com/link?url=DSOYnZeCC_qJ9lVjwgdL_GRh_i5Dp5taA3cQlIeNe8pFhNG1zqiUdA.." class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://www.sogou.com</span></span><span class="url_o2"><span class="url_i2"> › link</span></span>  </div></a><h3><a href="https://www.sogou.com/link?url=DSOYnZeCC_qJ9lVjwgdL_GRh_i5Dp5taA3cQlIeNe8pFhNG1zqiUdA.." rel="noreferrer">海淀区多少中小学校-教育科普-鲁芽网</a></h3>  <p class="content">
    2024年12月22日- 海淀区的教育资源非常丰富,涵盖了从小学到大学的各个教育阶段。 家长和学生在选择学校时,可以根据自己的 需求和兴趣,综合考虑学校的教学质量、...
  </p><div class="engines">
<span>sogou</span>  <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://www.sogou.com/link?url=DSOYnZeCC_qJ9lVjwgdL_GRh_i5Dp5taA3cQlIeNe8pFhNG1zqiUdA.." class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article>
<article class="result result-default category-general"><a href="https://zhuanlan.zhihu.com/p/577130612" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://zhuanlan.zhihu.com</span></span><span class="url_o2"><span class="url_i2"> › p › 577130612</span></span>  </div></a><h3><a href="https://zhuanlan.zhihu.com/p/577130612" rel="noreferrer">盘点北京海淀区公办、民办中小学名单!</a></h3>  <p class="content">
    今天,我们一起来了解下。 截至2022年10月13日,海淀区共有中小学校175所。 其中,公办学校157所,民办学校18所。 我们先来 看民办学校。
  </p><div class="engines">
<span>presearch</span>  <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://zhuanlan.zhihu.com/p/577130612" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article>
<article class="result result-default category-general"><a href="https://www.ysxiao.cn/beijingyoushengxiao/208591.html" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://www.ysxiao.cn</span></span><span class="url_o2"><span class="url_i2"> › beijingyoushengxiao › 208591.html</span></span>  </div></a><h3><a href="https://www.ysxiao.cn/beijingyoushengxiao/208591.html" rel="noreferrer">2025年幼升小海淀区一共有哪几个学 区?各学区有哪些小学值得关注?</a></h3><time class="published_date" datetime="2024-10-16 01:18:00" >2024年10月16日</time>  <p class="content">
    2025年幼升小海淀区一共有17个学区,以下是对各学区值得关注的小学的归纳: 1. 花园路学区 海淀区前进小学 海淀区民族小学 北 京医科大学附属小学 海淀区实验小学九一分校 北航实验学校小学部(北航附小) 2. 北太平庄学区 北京交通大学附属小学 海淀区星火小学 ...
  </p><div class="engines">
<span>baidu</span>  <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://www.ysxiao.cn/beijingyoushengxiao/208591.html" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article>
<article class="result result-default category-general"><a href="http://mp.weixin.qq.com/s?src=11&amp;timestamp=1741762477&amp;ver=5863&amp;signature=dDul18boH71Mh7Ni2HbtWDOW8xxrRVPq7pbxHEV0J8*K2iJPupVVnwjoAwGJkcuqf0BHrz2Y-gQXvcpTNO4xdNculj2Y4rrxOEdqE-nRxnq00WQpKwSXCQpjiagaC7JV&amp;new=1" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">http://mp.weixin.qq.com</span></span><span class="url_o2"><span class="url_i2"> › s</span></span>  </div></a><h3><a href="http://mp.weixin.qq.com/s?src=11&amp;timestamp=1741762477&amp;ver=5863&amp;signature=dDul18boH71Mh7Ni2HbtWDOW8xxrRVPq7pbxHEV0J8*K2iJPupVVnwjoAwGJkcuqf0BHrz2Y-gQXvcpTNO4xdNculj2Y4rrxOEdqE-nRxnq00WQpKwSXCQpjiagaC7JV&amp;new=1" rel="noreferrer">海淀有多少所中小学?海淀公布最新公办、民办名单!</a></h3>  <p class="content">
    2年前 - 那在教育高地的海淀区,到底有多少所小学、中学,多少所民办学校呢?在51上私立的后台,也经常有家长问,海淀到底有几所 民办学校啊?离我们近的有哪些?近日,海淀区教委公布了辖区内公办及民办中小学的情况.海淀民办校共有16所截至2023年7月,海淀区共有中小学校172所....
  </p><div class="engines">
<span>sogou</span>  <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/http://mp.weixin.qq.com/s?src=11&amp;timestamp=1741762477&amp;ver=5863&amp;signature=dDul18boH71Mh7Ni2HbtWDOW8xxrRVPq7pbxHEV0J8*K2iJPupVVnwjoAwGJkcuqf0BHrz2Y-gQXvcpTNO4xdNculj2Y4rrxOEdqE-nRxnq00WQpKwSXCQpjiagaC7JV&amp;new=1" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article>
<article class="result result-default category-general"><a href="https://m.bj.bendibao.com/edu/291537.html" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://m.bj.bendibao.com</span></span><span class="url_o2"><span class="url_i2"> › edu › 291537.html</span></span>  </div></a><h3><a href="https://m.bj.bendibao.com/edu/291537.html" rel="noreferrer">北京海淀区小学名单(电话、地址)</a></h3>  <p class="content">
    2021年4月22日 — 有些家长不知道北京海淀区有哪些小学,小编根据北京市教育委员会官网公布的教育地图,整理了海淀区小学名单,电话、地址信息都有,希望对家长们有用。
  </p><div class="engines">
<span>presearch</span>  <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://m.bj.bendibao.com/edu/291537.html" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article>
<article class="result result-default category-general"><a href="https://mbd.baidu.com/newspage/data/dtlandingsuper?nid=dt_5298109921664064855" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://mbd.baidu.com</span></span><span class="url_o2"><span class="url_i2"> › newspage › data › dtlandingsuper</span></span>  </div></a><h3><a href="https://mbd.baidu.com/newspage/data/dtlandingsuper?nid=dt_5298109921664064855" rel="noreferrer">海淀区17个学区划分详解,看看你家在哪</a></h3><time class="published_date" datetime="2025-02-14 16:00:00" >2025年2月14日</time>  <p class="content">
    海淀区17个学区划分详解,看看你家在哪? 🏫 四海青学区 小学:7所,9个校区 首都师范大学附属小学(主校区) 首都师范大学附属小 学(西冉校) 行知实验学校 香山小学 四王府小学 教师进修学校附属实验小学(嘉园) 教师进修学校附属实验小学(北辛庄) 第四实验小学 青苗学校 中学:7所,8个校区 首都师范大学附属玉泉学校 ...
  </p><div class="engines">
<span>baidu</span>  <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://mbd.baidu.com/newspage/data/dtlandingsuper?nid=dt_5298109921664064855" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article>
<article class="result result-default category-general"><a href="https://www.sogou.com/link?url=hedJjaC291OyiGvgbfIkdxeBP0apGOsBn12nzOXScVU-K8lCmMJGivO1qy5DXxv8reaVHN88tHY." class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://www.sogou.com</span></span><span class="url_o2"><span class="url_i2"> › link</span></span>  </div></a><h3><a href="https://www.sogou.com/link?url=hedJjaC291OyiGvgbfIkdxeBP0apGOsBn12nzOXScVU-K8lCmMJGivO1qy5DXxv8reaVHN88tHY." rel="noreferrer">海淀区有多少所小学 - 天气加</a></h3>  <p class="content">
    2021年12月16日- 3、海淀实验小学:北京市海淀区实验小学建校于1965年,为一校五址的教育集团,拥有花园村、阜成路、苏州街 、北洼路、紫竹院(在建)五个校区,...
  </p><div class="engines">
<span>sogou</span>  <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://www.sogou.com/link?url=hedJjaC291OyiGvgbfIkdxeBP0apGOsBn12nzOXScVU-K8lCmMJGivO1qy5DXxv8reaVHN88tHY." class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article>
<article class="result result-default category-general"><a href="http://www.ysxiao.cn/zhongdianxiaoxue/207356.html" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">http://www.ysxiao.cn</span></span><span class="url_o2"><span class="url_i2"> › zhongdianxiaoxue › 207356.html</span></span>  </div></a><h3><a href="http://www.ysxiao.cn/zhongdianxiaoxue/207356.html" rel="noreferrer">2024年海淀区目前有哪些教育集团校?</a></h3>  <p class="content">
    2024年8月21日 — 本区成员校:十一学校、十一学校北校区(创办校)、十一学校龙樾实验中学(创办校)、十一晋元中学(创办校)、十一实验中学(合并校)、十一学校一分校(合并校)、 ...
  </p><div class="engines">
<span>presearch</span>  <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/http://www.ysxiao.cn/zhongdianxiaoxue/207356.html" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article>
<article class="result result-default category-general"><a href="https://m.bj.bendibao.com/news/313104.html" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://m.bj.bendibao.com</span></span><span class="url_o2"><span class="url_i2"> › news › 313104.html</span></span>  </div></a><h3><a href="https://m.bj.bendibao.com/news/313104.html" rel="noreferrer">北京海淀青龙桥学区中小学学校名单- 北京本地宝</a></h3><time class="published_date" datetime="2024-08-30 00:45:00" >2024年8月30日</time>  <p class="content">
    海淀教育 2024-08-30 08:45 导语 北京市海定区将学区划分为17个,青龙桥学区含北京市海淀区中关村第二小学百旺校区、中国农业大学附属小学、北京市海淀区东北旺中心小学等19个学校。北京海淀青龙桥学区中小学学校名单 学区 学校名称 青龙桥学区 北京市海淀区中关村第二小学百旺校区 中国农业大学附属小学 北京市...
  </p><div class="engines">
<span>baidu</span>  <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://m.bj.bendibao.com/news/313104.html" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article>
<article class="result result-default category-general"><a href="https://www.sogou.com/link?url=hedJjaC291Oe7iTWPO1fizN7E0XNhMPWL-XPD5vbaWiAQyGNGAVS8XsRhFge2Xff" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://www.sogou.com</span></span><span class="url_o2"><span class="url_i2"> › link</span></span>  </div></a><h3><a href="https://www.sogou.com/link?url=hedJjaC291Oe7iTWPO1fizN7E0XNhMPWL-XPD5vbaWiAQyGNGAVS8XsRhFge2Xff" rel="noreferrer">海淀区 多少小学_懂视</a></h3>  <p class="content">
    2024年8月6日- 截至2020年末,海淀区共有小学87所,在校生18.0万人。其中比较好的小学有中关村第三小学、中关村第一小学、中关村第二小学等等。 87所。截至2020...
  </p><div class="engines">
<span>sogou</span>  <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://www.sogou.com/link?url=hedJjaC291Oe7iTWPO1fizN7E0XNhMPWL-XPD5vbaWiAQyGNGAVS8XsRhFge2Xff" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article>
<article class="result result-default category-general"><a href="http://bj.bendibao.com/edu/2022425/313093.shtm" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">http://bj.bendibao.com</span></span><span class="url_o2"><span class="url_i2"> › edu › 2022425 › 313093.shtm</span></span>  </div></a><h3><a href="http://bj.bendibao.com/edu/2022425/313093.shtm" rel="noreferrer">北京海淀区温泉苏家坨学区中学小学名单一览表</a></h3>  <p class="content">
    2024年8月30日 — 2022年北京市海淀区学区划分已经出来了,温泉苏家坨学区含有北京市海淀区台头小学、北京市海淀区北安河中心小学主校区等共19个中小学,名单详见正文。
  </p><div class="engines">
<span>presearch</span>  <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/http://bj.bendibao.com/edu/2022425/313093.shtm" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article>
<article class="result result-default category-general"><a href="https://mbd.baidu.com/newspage/data/dtlandingsuper?nid=dt_4289212405775383621" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://mbd.baidu.com</span></span><span class="url_o2"><span class="url_i2"> › newspage › data › dtlandingsuper</span></span>  </div></a><h3><a href="https://mbd.baidu.com/newspage/data/dtlandingsuper?nid=dt_4289212405775383621" rel="noreferrer">海淀区学区分布及学校名单大全</a></h3><time class="published_date" datetime="2025-01-01 16:00:00" >2025年1 月1日</time>  <p class="content">
    小学:中关村第三小学、北京市海淀区万泉小学、北京市海淀区万泉河小学、北京市海淀区西颐小学 中学:中国人民大学附属中学、 北京市八一学校 特殊教育学校:无 🏘️ 北太平庄学区 地址:海淀区北太平庄 学校分布: 中学:交大附中、交大附中分校、交大附中二分校、北师大三附中、人大附中分校 ...
  </p><div class="engines">
<span>baidu</span>  <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://mbd.baidu.com/newspage/data/dtlandingsuper?nid=dt_4289212405775383621" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article>
<article class="result result-default category-general"><a href="https://www.sogou.com/link?url=xn5acRrLcVFGrHsohZodF_vuY6pfu30nidFdqe_Em7yDvy5y5YcZ2a4to0wa_Tif" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://www.sogou.com</span></span><span class="url_o2"><span class="url_i2"> › link</span></span>  </div></a><h3><a href="https://www.sogou.com/link?url=xn5acRrLcVFGrHsohZodF_vuY6pfu30nidFdqe_Em7yDvy5y5YcZ2a4to0wa_Tif" rel="noreferrer">海淀区重点小学名单(修改版)(可编辑)doc下载_爱问共享资料</a></h3>  <p class="content">
    海淀区的小学(点击:)五道口发表于焦点房产网北京业主论坛橡树湾论坛::【楼】海... 楼上有几个孩子在参加入学测试看得出负责 测试的老师对孩子非常耐心、友好对待家长也...
  </p><div class="engines">
<span>sogou</span>  <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://www.sogou.com/link?url=xn5acRrLcVFGrHsohZodF_vuY6pfu30nidFdqe_Em7yDvy5y5YcZ2a4to0wa_Tif" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article>
<article class="result result-default category-general"><a href="http://m.kk77.cn/news/202304/22/837.html" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">http://m.kk77.cn</span></span><span class="url_o2"><span class="url_i2"> › news › 202304 › 22 › 837.html</span></span>  </div></a><h3><a href="http://m.kk77.cn/news/202304/22/837.html" rel="noreferrer">北京海淀区小学排名,2024年海淀幼升小学校排名</a></h3>  <p class="content">
    北京海淀区小学排名,2024年海淀幼升小学校排名 · 1.中关村第三小学 · 2.中关村第一小学 · 3.中关村第二小学 · 4.人大附小 · 5.人大附中实验小学.
  </p><div class="engines">
<span>presearch</span>  <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/http://m.kk77.cn/news/202304/22/837.html" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article>
<article class="result result-default category-general"><a href="http://www.yuloo.com/zx/slxx/zxzn/1870695.shtml" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">http://www.yuloo.com</span></span><span class="url_o2"><span class="url_i2"> › zx › slxx › zxzn › 1870695.shtml</span></span>  </div></a><h3><a href="http://www.yuloo.com/zx/slxx/zxzn/1870695.shtml" rel="noreferrer">北京海淀区2025年小学新排名一览(按口碑排名)-育路私立学校招生网</a></h3><time class="published_date" datetime="2025-02-17 00:34:23" >2025年2月17日</time>  <p class="content">
    海淀有44个商圈900多个小区,现有116所小学(包含公立和私立小学),其中公立小学66所;一流一类的小学5所,一流二类小学7所,二流 一类小学16所,二流二类小学38所; 1、海淀区一流一类小学(共5所) 中关村第三小学(海淀学区) 中关村第一小学(中关村学区) 中关村第二小学(中关村学区) ...
  </p><div class="engines">
<span>baidu</span>  <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/http://www.yuloo.com/zx/slxx/zxzn/1870695.shtml" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article>
<article class="result result-default category-general"><a href="https://www.sogou.com/link?url=hedJjaC291PD0T3DYzJqFDoBhFbePHvernilvTOuwmmr0nbofofLL_P2aTREqvWqbwTFpycSVdQ." class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://www.sogou.com</span></span><span class="url_o2"><span class="url_i2"> › link</span></span>  </div></a><h3><a href="https://www.sogou.com/link?url=hedJjaC291PD0T3DYzJqFDoBhFbePHvernilvTOuwmmr0nbofofLL_P2aTREqvWqbwTFpycSVdQ." rel="noreferrer">海淀区哪几个学区最好最强? - 今日头条</a></h3>  <p class="content">
    2024年12月24日- 海淀区一共五大区域17个学区,有数百个小学和中学,也有一派、二派、登... 海淀实验小学(本部) 海淀实验 小学阜成路校区 教进南校 理工东校 首师二...
  </p><div class="engines">
<span>sogou</span>  <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://www.sogou.com/link?url=hedJjaC291PD0T3DYzJqFDoBhFbePHvernilvTOuwmmr0nbofofLL_P2aTREqvWqbwTFpycSVdQ." class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article>
<article class="result result-default category-general"><a href="https://zhuanlan.zhihu.com/p/630218626" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://zhuanlan.zhihu.com</span></span><span class="url_o2"><span class="url_i2"> › p › 630218626</span></span>  </div></a><h3><a href="https://zhuanlan.zhihu.com/p/630218626" rel="noreferrer">海淀区-幼升小及小升初-科普版介绍</a></h3>  <p class="content">
    2023年5月18日 — 海淀有44个商圈900多个小区,现有116所小学(包含公立和私立小学),其中公立小学66所;. 一流一类的小学5 所,一流二类小学7所,二流一类小学16所,二流二类小学38 ...
  </p><div class="engines">
<span>presearch</span>  <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://zhuanlan.zhihu.com/p/630218626" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article>
<article class="result result-default category-general"><a href="https://zhidao.baidu.com/question/24179930.html" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://zhidao.baidu.com</span></span><span class="url_o2"><span class="url_i2"> › question › 24179930.html</span></span>  </div></a><h3><a href="https://zhidao.baidu.com/question/24179930.html" rel="noreferrer">北京市海淀区有多少座中小学校?</a></h3>  <p class="content">
    2016年11月1日 — 7760浏览 · 北京海淀区有多少所小学? 一、海淀区一流一类小学顺序排名(共5所)1.中关村第三小学;2.中 关村第一小学;3.中关村第二小学;4.人大附小;5.人大附中实验小学。
  </p><div class="engines">
<span>presearch</span>  <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://zhidao.baidu.com/question/24179930.html" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article>
<article class="result result-default category-general"><a href="https://www.ysxiao.cn/c/201712/16302.html" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://www.ysxiao.cn</span></span><span class="url_o2"><span class="url_i2"> › c › 201712 › 16302.html</span></span>  </div></a><h3><a href="https://www.ysxiao.cn/c/201712/16302.html" rel="noreferrer">2016-2017学年北京各城区有多少所小学</a></h3>  <p class="content">
    2017年12月8日 — 北京各城区小学数量 ; 丰台区, 77, 2000 ; 石景山区, 30, 752 ; 海淀区, 84, 4361 ; 城市发展新区 ; 房山区, 108, 1551 ...
  </p><div class="engines">
<span>presearch</span>  <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://www.ysxiao.cn/c/201712/16302.html" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article>    </div>
    <div id="backToTop">
      <a href="#" aria-label="返回顶部"><svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="M112 328l144-144 144 144"/></svg></a>
    </div>
    <nav id="pagination" role="navigation">
<form method="POST" action="/search" class="next_page">
              <div class="right">
                <input type="hidden" name="q" value="海淀区有多少小学?" >
                <input type="hidden" name="category_general" value="1" >
                <input type="hidden" name="pageno" value="2" >
                <input type="hidden" name="language" value="auto" >
                <input type="hidden" name="time_range" value="" >
                <input type="hidden" name="safesearch" value="0" >
                <input type="hidden" name="theme" value="simple" >
<button role="link"  type="submit">下一页 <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="M184 112l144 144-144 144"/></svg></button>
              </div>
          </form>
        <div class="numbered_pagination">
            <form method="POST" action="/search" class="page_number">
                <input type="hidden" name="q" value="海淀区有多少小学?" >
                <input type="hidden" name="category_general" value="1" >
                <input type="hidden" name="pageno" value="1" >
                <input type="hidden" name="language" value="auto" >
                <input type="hidden" name="time_range" value="" >
                <input type="hidden" name="safesearch" value="0" >
                <input type="hidden" name="theme" value="simple" >
                <input role="link" class="page_number_current" type="button" value="1">
            </form>
            <form method="POST" action="/search" class="page_number">
                <input type="hidden" name="q" value="海淀区有多少小学?" >
                <input type="hidden" name="category_general" value="1" >
                <input type="hidden" name="pageno" value="2" >
                <input type="hidden" name="language" value="auto" >
                <input type="hidden" name="time_range" value="" >
                <input type="hidden" name="safesearch" value="0" >
                <input type="hidden" name="theme" value="simple" >
                <input role="link" class="page_number" type="submit" value="2">
            </form>
            <form method="POST" action="/search" class="page_number">
                <input type="hidden" name="q" value="海淀区有多少小学?" >
                <input type="hidden" name="category_general" value="1" >
                <input type="hidden" name="pageno" value="3" >
                <input type="hidden" name="language" value="auto" >
                <input type="hidden" name="time_range" value="" >
                <input type="hidden" name="safesearch" value="0" >
                <input type="hidden" name="theme" value="simple" >
                <input role="link" class="page_number" type="submit" value="3">
            </form>
            <form method="POST" action="/search" class="page_number">
                <input type="hidden" name="q" value="海淀区有多少小学?" >
                <input type="hidden" name="category_general" value="1" >
                <input type="hidden" name="pageno" value="4" >
                <input type="hidden" name="language" value="auto" >
                <input type="hidden" name="time_range" value="" >
                <input type="hidden" name="safesearch" value="0" >
                <input type="hidden" name="theme" value="simple" >
                <input role="link" class="page_number" type="submit" value="4">
            </form>
            <form method="POST" action="/search" class="page_number">
                <input type="hidden" name="q" value="海淀区有多少小学?" >
                <input type="hidden" name="category_general" value="1" >
                <input type="hidden" name="pageno" value="5" >
                <input type="hidden" name="language" value="auto" >
                <input type="hidden" name="time_range" value="" >
                <input type="hidden" name="safesearch" value="0" >
                <input type="hidden" name="theme" value="simple" >
                <input role="link" class="page_number" type="submit" value="5">
            </form>
            <form method="POST" action="/search" class="page_number">
                <input type="hidden" name="q" value="海淀区有多少小学?" >
                <input type="hidden" name="category_general" value="1" >
                <input type="hidden" name="pageno" value="6" >
                <input type="hidden" name="language" value="auto" >
                <input type="hidden" name="time_range" value="" >
                <input type="hidden" name="safesearch" value="0" >
                <input type="hidden" name="theme" value="simple" >
                <input role="link" class="page_number" type="submit" value="6">
            </form>
            <form method="POST" action="/search" class="page_number">
                <input type="hidden" name="q" value="海淀区有多少小学?" >
                <input type="hidden" name="category_general" value="1" >
                <input type="hidden" name="pageno" value="7" >
                <input type="hidden" name="language" value="auto" >
                <input type="hidden" name="time_range" value="" >
                <input type="hidden" name="safesearch" value="0" >
                <input type="hidden" name="theme" value="simple" >
                <input role="link" class="page_number" type="submit" value="7">
            </form>
            <form method="POST" action="/search" class="page_number">
                <input type="hidden" name="q" value="海淀区有多少小学?" >
                <input type="hidden" name="category_general" value="1" >
                <input type="hidden" name="pageno" value="8" >
                <input type="hidden" name="language" value="auto" >
                <input type="hidden" name="time_range" value="" >
                <input type="hidden" name="safesearch" value="0" >
                <input type="hidden" name="theme" value="simple" >
                <input role="link" class="page_number" type="submit" value="8">
            </form>
            <form method="POST" action="/search" class="page_number">
                <input type="hidden" name="q" value="海淀区有多少小学?" >
                <input type="hidden" name="category_general" value="1" >
                <input type="hidden" name="pageno" value="9" >
                <input type="hidden" name="language" value="auto" >
                <input type="hidden" name="time_range" value="" >
                <input type="hidden" name="safesearch" value="0" >
                <input type="hidden" name="theme" value="simple" >
                <input role="link" class="page_number" type="submit" value="9">
            </form>
            <form method="POST" action="/search" class="page_number">
                <input type="hidden" name="q" value="海淀区有多少小学?" >
                <input type="hidden" name="category_general" value="1" >
                <input type="hidden" name="pageno" value="10" >
                <input type="hidden" name="language" value="auto" >
                <input type="hidden" name="time_range" value="" >
                <input type="hidden" name="safesearch" value="0" >
                <input type="hidden" name="theme" value="simple" >
                <input role="link" class="page_number" type="submit" value="10">
            </form>
        </div>
    </nav>
</div>
  </main>
  <footer>
    <p>
    功能来自 <a href="/info/en/about">searxng</a> - 2025.3.11+3fe602a46 — 尊重隐私的开源元搜索引擎<br>
        <a href="https://github.com/searxng/searxng">源代码</a>
        | <a href="https://github.com/searxng/searxng/issues">问题跟踪系统</a>
| <a href="/stats">搜索引擎统计</a>        | <a href="https://searx.space">公共实例</a>
    </p>
  </footer>
  <!--[if gte IE 9]>-->
  <script src="/static/themes/simple/js/searxng.min.js"></script>
  <!--<![endif]-->
</body>
</html>

From the above one,switch to http.post method should be a workable workaround. @kenwoodjw can you fix it ?
payload format likes:

Image

@leagend commented on GitHub (Mar 12, 2025): ``` curl 'http://{myip}:8080/search' \ -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7' \ -H 'Accept-Language: zh-CN,zh;q=0.9' \ -H 'Cache-Control: no-cache' \ -H 'Content-Type: application/x-www-form-urlencoded' \ -b 'categories=general; language=auto; locale=zh-Hans-CN; autocomplete=; favicon_resolver=; image_proxy=0; method=POST; safesearch=0; theme=simple; results_on_new_tab=0; doi_resolver=oadoi.org; simple_style=auto; center_alignment=0; advanced_search=0; query_in_title=0; infinite_scroll=0; search_on_category_select=1; hotkeys=default; url_formatting=pretty; disabled_engines="wikipedia__general\054currency__general\054wikidata__general\054duckduckgo__general\054google__general\054lingva__general\054qwant__general\054startpage__general\054dictzone__general\054mymemory translated__general"; enabled_engines="360search__general\054baidu__general\054presearch__general\054sogou__general"; disabled_plugins=; enabled_plugins=; tokens=' \ -H 'Origin: null' \ -H 'Pragma: no-cache' \ -H 'Proxy-Connection: keep-alive' \ -H 'Upgrade-Insecure-Requests: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36' \ --data-raw 'q=%E6%B5%B7%E6%B7%80%E5%8C%BA%E6%9C%89%E5%A4%9A%E5%B0%91%E5%B0%8F%E5%AD%A6%EF%BC%9F&categories=general&language=auto&time_range=&safesearch=0&theme=simple' \ --insecure <!DOCTYPE html> <html class="no-js theme-auto center-alignment-no" lang="zh-CN" > <head> <meta charset="UTF-8"> <meta name="description" content="SearXNG — a privacy-respecting, open metasearch engine"> <meta name="keywords" content="SearXNG, search, search engine, metasearch, meta search"> <meta name="generator" content="searxng/2025.3.11+3fe602a46"> <meta name="referrer" content="no-referrer"> <meta name="robots" content="noarchive"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="HandheldFriendly" content="True"> <meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1"> <title>searxng</title> <link rel="alternate" type="application/rss+xml" title="Searx search: 海淀区有多少小学?" href="http://111.229.40.59:8080/search?q=%E6%B5%B7%E6%B7%80%E5%8C%BA%E6%9C%89%E5%A4%9A%E5%B0%91%E5%B0%8F%E5%AD%A6%EF%BC%9F&amp;categories=general&amp;pageno=1&amp;time_range=&amp;language=auto&amp;safesearch=0&amp;format=rss"> <link rel="stylesheet" href="/static/themes/simple/css/searxng.min.css" type="text/css" media="screen"> <!--[if gte IE 9]>--> <script src="/static/themes/simple/js/searxng.head.min.js" client_settings="eyJhdXRvY29tcGxldGUiOiAiIiwgImF1dG9jb21wbGV0ZV9taW4iOiA0LCAibWV0aG9kIjogIlBPU1QiLCAiaW5maW5pdGVfc2Nyb2xsIjogZmFsc2UsICJ0cmFuc2xhdGlvbnMiOiB7Im5vX2l0ZW1fZm91bmQiOiAiXHU2NzJhXHU2MjdlXHU1MjMwXHU5ODc5XHU3NmVlIiwgIlNvdXJjZSI6ICJcdTY3NjVcdTZlOTAiLCAiZXJyb3JfbG9hZGluZ19uZXh0X3BhZ2UiOiAiXHU4ZjdkXHU1MTY1XHU0ZTBiXHU0ZTJhXHU5ODc1XHU5NzYyXHU2NWY2XHU1M2QxXHU3NTFmXHU5NTE5XHU4YmVmIn0sICJzZWFyY2hfb25fY2F0ZWdvcnlfc2VsZWN0IjogdHJ1ZSwgImhvdGtleXMiOiAiZGVmYXVsdCIsICJ1cmxfZm9ybWF0dGluZyI6ICJwcmV0dHkiLCAidGhlbWVfc3RhdGljX3BhdGgiOiAiL3N0YXRpYy90aGVtZXMvc2ltcGxlIiwgInJlc3VsdHNfb25fbmV3X3RhYiI6IGZhbHNlLCAiZmF2aWNvbl9yZXNvbHZlciI6ICIiLCAiYWR2YW5jZWRfc2VhcmNoIjogZmFsc2UsICJxdWVyeV9pbl90aXRsZSI6IGZhbHNlLCAic2FmZXNlYXJjaCI6ICIwIiwgInRoZW1lIjogInNpbXBsZSIsICJkb2lfcmVzb2x2ZXIiOiAiaHR0cHM6Ly9vYWRvaS5vcmcvIn0="></script> <!--<![endif]--> <link title="searxng" type="application/opensearchdescription+xml" rel="search" href="/opensearch.xml?method=POST&amp;autocomplete="> <link rel="icon" href="/static/themes/simple/img/favicon.png" sizes="any"> <link rel="icon" href="/static/themes/simple/img/favicon.svg" type="image/svg+xml"> <link rel="apple-touch-icon" href="/static/themes/simple/img/favicon.png"> </head> <body class="results_endpoint" > <main id="main_results" class=""> <nav id="links_on_top"><a href="/info/en/about" class="link_on_top_about"><svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-big"><path d="M248 64C146.39 64 64 146.39 64 248s82.39 184 184 184 184-82.39 184-184S349.61 64 248 64z" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M220 220h32v116"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32" d="M208 340h88"/><path d="M248 130a26 26 0 1026 26 26 26 0 00-26-26z" fill="currentColor" stroke="currentColor" stroke-miterlimit="10" stroke-width="1"/></svg><span>关于</span></a><a href="/preferences" class="link_on_top_preferences"><svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-big"><path d="M262.29 192.31a64 64 0 1057.4 57.4 64.13 64.13 0 00-57.4-57.4zM416.39 256a154.34 154.34 0 01-1.53 20.79l45.21 35.46a10.81 10.81 0 012.45 13.75l-42.77 74a10.81 10.81 0 01-13.14 4.59l-44.9-18.08a16.11 16.11 0 00-15.17 1.75A164.48 164.48 0 01325 400.8a15.94 15.94 0 00-8.82 12.14l-6.73 47.89a11.08 11.08 0 01-10.68 9.17h-85.54a11.11 11.11 0 01-10.69-8.87l-6.72-47.82a16.07 16.07 0 00-9-12.22 155.3 155.3 0 01-21.46-12.57 16 16 0 00-15.11-1.71l-44.89 18.07a10.81 10.81 0 01-13.14-4.58l-42.77-74a10.8 10.8 0 012.45-13.75l38.21-30a16.05 16.05 0 006-14.08c-.36-4.17-.58-8.33-.58-12.5s.21-8.27.58-12.35a16 16 0 00-6.07-13.94l-38.19-30A10.81 10.81 0 0149.48 186l42.77-74a10.81 10.81 0 0113.14-4.59l44.9 18.08a16.11 16.11 0 0015.17-1.75A164.48 164.48 0 01187 111.2a15.94 15.94 0 008.82-12.14l6.73-47.89A11.08 11.08 0 01213.23 42h85.54a11.11 11.11 0 0110.69 8.87l6.72 47.82a16.07 16.07 0 009 12.22 155.3 155.3 0 0121.46 12.57 16 16 0 0015.11 1.71l44.89-18.07a10.81 10.81 0 0113.14 4.58l42.77 74a10.8 10.8 0 01-2.45 13.75l-38.21 30a16.05 16.05 0 00-6.05 14.08c.33 4.14.55 8.3.55 12.47z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/></svg><span>首选项</span></a></nav> <form id="search" method="POST" action="/search" role="search"> <div id="search_header"> <a id="search_logo" href="/" tabindex="0" title="显示前端页面"> <span hidden>SearXNG</span> <svg xmlns="http://www.w3.org/2000/svg" width="92mm" height="92mm" viewBox="0 0 92 92"><g transform="translate(-40.921 -17.417)"><circle cx="75.921" cy="53.903" r="30" fill="none" fill-opacity="1" stroke="#3050ff" stroke-width="10" stroke-miterlimit="4" stroke-dasharray="none" stroke-opacity="1"/><path d="M67.515 37.915a18 18 0 0 1 21.051 3.313 18 18 0 0 1 3.138 21.078" fill="none" fill-opacity="1" stroke="#3050ff" stroke-width="5" stroke-miterlimit="4" stroke-dasharray="none" stroke-opacity="1"/><rect width="18.846" height="39.963" x="3.706" y="122.09" ry="0" transform="rotate(-46.235)" opacity="1" fill="#3050ff" fill-opacity="1" stroke="none" stroke-width="8" stroke-miterlimit="4" stroke-dasharray="none" stroke-opacity="1"/></g></svg> </a> <div id="search_view"> <div class="search_box"> <input id="q" name="q" type="text" placeholder="搜索..." tabindex="1" autocomplete="off" autocapitalize="none" spellcheck="false" autocorrect="off" dir="auto" value="海淀区有多少小学?"> <button id="clear_search" type="reset" aria-label="清除" class="hide_if_nojs"><span><svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-big"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M368 368L144 144M368 144L144 368"/></svg></span><span class="show_if_nojs">清除</span></button> <button id="send_search" type="submit"name="category_general"aria-label="搜索"><span class="hide_if_nojs"><svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-big"><path d="M221.09 64a157.09 157.09 0 10157.09 157.09A157.1 157.1 0 00221.09 64z" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32" d="M338.29 338.29L448 448"/></svg></span><span class="show_if_nojs">搜索</span></button> </div> </div> <div id="categories" class="search_categories"><div id="categories_container"> <button type="submit" name="category_general" class="category category_button selected"><svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-big"><path d="M221.09 64a157.09 157.09 0 10157.09 157.09A157.1 157.1 0 00221.09 64z" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32" d="M338.29 338.29L448 448"/></svg><div class="category_name">综合</div></button> <button type="submit" name="category_images" class="category category_button "><svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-big"><rect x="48" y="80" width="416" height="352" rx="48" ry="48" fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="32"/><circle cx="336" cy="176" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><path d="M304 335.79l-90.66-90.49a32 32 0 00-43.87-1.3L48 352M224 432l123.34-123.34a32 32 0 0143.11-2L464 368" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/></svg><div class="category_name">图片</div></button> <button type="submit" name="category_videos" class="category category_button "><svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-big"><path d="M112 111v290c0 17.44 17 28.52 31 20.16l247.9-148.37c12.12-7.25 12.12-26.33 0-33.58L143 90.84c-14-8.36-31 2.72-31 20.16z" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><div class="category_name">视频</div></button> <button type="submit" name="category_news" class="category category_button "><svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-big"><path d="M368 415.86V72a24.07 24.07 0 00-24-24H72a24.07 24.07 0 00-24 24v352a40.12 40.12 0 0040 40h328" fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="32"/><path d="M416 464h0a48 48 0 01-48-48V128h72a24 24 0 0124 24v264a48 48 0 01-48 48z" fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="32"/><path d="M240 128h64M240 192h64M112 256h192M112 320h192M112 384h192" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><path d="M176 208h-64a16 16 0 01-16-16v-64a16 16 0 0116-16h64a16 16 0 0116 16v64a16 16 0 01-16 16z" fill="currentColor" stroke="currentColor" stroke-linejoin="round" stroke-width="1"/></svg><div class="category_name">新闻</div></button> <button type="submit" name="category_map" class="category category_button "><svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-big"><path d="M256 48c-79.5 0-144 61.39-144 137 0 87 96 224.87 131.25 272.49a15.77 15.77 0 0025.5 0C304 409.89 400 272.07 400 185c0-75.61-64.5-137-144-137z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><circle cx="256" cy="192" r="48" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/></svg><div class="category_name">地图</div></button> <button type="submit" name="category_music" class="category category_button "><svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-big"><path d="M192 218v-6c0-14.84 10-27 24.24-30.59l174.59-46.68A20 20 0 01416 154v22" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><path d="M416 295.94v80c0 13.91-8.93 25.59-22 30l-22 8c-25.9 8.72-52-10.42-52-38h0a33.37 33.37 0 0123-32l51-18.15c13.07-4.4 22-15.94 22-29.85V58a10 10 0 00-12.6-9.61L204 102a16.48 16.48 0 00-12 16v226c0 13.91-8.93 25.6-22 30l-52 18c-13.88 4.68-22 17.22-22 32h0c0 27.58 26.52 46.55 52 38l22-8c13.07-4.4 22-16.08 22-30v-80" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/></svg><div class="category_name">音乐</div></button> <button type="submit" name="category_it" class="category category_button "><svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-big"><path d="M434.8 137.65l-149.36-68.1c-16.19-7.4-42.69-7.4-58.88 0L77.3 137.65c-17.6 8-17.6 21.09 0 29.09l148 67.5c16.89 7.7 44.69 7.7 61.58 0l148-67.5c17.52-8 17.52-21.1-.08-29.09zM160 308.52l-82.7 37.11c-17.6 8-17.6 21.1 0 29.1l148 67.5c16.89 7.69 44.69 7.69 61.58 0l148-67.5c17.6-8 17.6-21.1 0-29.1l-79.94-38.47" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><path d="M160 204.48l-82.8 37.16c-17.6 8-17.6 21.1 0 29.1l148 67.49c16.89 7.7 44.69 7.7 61.58 0l148-67.49c17.7-8 17.7-21.1.1-29.1L352 204.48" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/></svg><div class="category_name">信息技术</div></button> <button type="submit" name="category_science" class="category category_button "><svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-big"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M32 192L256 64l224 128-224 128L32 192z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M112 240v128l144 80 144-80V240M480 368V192M256 320v128"/></svg><div class="category_name">科学</div></button> <button type="submit" name="category_files" class="category category_button "><svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-big"><path d="M384 80H128c-26 0-43 14-48 40L48 272v112a48.14 48.14 0 0048 48h320a48.14 48.14 0 0048-48V272l-32-152c-5-27-23-40-48-40z" fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="32"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M48 272h144M320 272h144M192 272a64 64 0 00128 0M144 144h224M128 208h256"/></svg><div class="category_name">文件</div></button> <button type="submit" name="category_social media" class="category category_button "><svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-big"><path d="M402 168c-2.93 40.67-33.1 72-66 72s-63.12-31.32-66-72c-3-42.31 26.37-72 66-72s69 30.46 66 72z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><path d="M336 304c-65.17 0-127.84 32.37-143.54 95.41-2.08 8.34 3.15 16.59 11.72 16.59h263.65c8.57 0 13.77-8.25 11.72-16.59C463.85 335.36 401.18 304 336 304z" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><path d="M200 185.94c-2.34 32.48-26.72 58.06-53 58.06s-50.7-25.57-53-58.06C91.61 152.15 115.34 128 147 128s55.39 24.77 53 57.94z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><path d="M206 306c-18.05-8.27-37.93-11.45-59-11.45-52 0-102.1 25.85-114.65 76.2-1.65 6.66 2.53 13.25 9.37 13.25H154" fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32"/></svg><div class="category_name">社交媒体</div></button><input name="categories" id="selected-categories" type="hidden" /> </div></div> </div> <div class="search_filters"> <select class="language" id="language" name="language" aria-label="搜索语言"><option value="all">默认语言 [all]</option><option value="auto" selected="selected">自动检测 (zh-CN)</option><option value="af"> Afrikaans [af] 🌐</option><option value="ca"> Català [ca] 🌐</option><option value="da"> Dansk [da] 🌐</option><option value="da-DK"> Dansk-Danmark [da-DK] 🇩🇰</option><option value="de"> Deutsch [de] 🌐</option><option value="de-AT"> Deutsch-Österreich [de-AT] 🇦🇹</option><option value="de-CH"> Deutsch-Schweiz [de-CH] 🇨🇭</option><option value="de-DE"> Deutsch-Deutschland [de-DE] 🇩🇪</option><option value="en"> English [en] 🌐</option><option value="en-AU"> English-Australia [en-AU] 🇦🇺</option><option value="en-CA"> English-Canada [en-CA] 🇨🇦</option><option value="en-GB"> English-United Kingdom [en-GB] 🇬🇧</option><option value="en-IE"> English-Ireland [en-IE] 🇮🇪</option><option value="en-IN"> English-India [en-IN] 🇮🇳</option><option value="en-NZ"> English-New Zealand [en-NZ] 🇳🇿</option><option value="en-PH"> English-Philippines [en-PH] 🇵🇭</option><option value="en-US"> English-United States [en-US] 🇺🇸</option><option value="en-ZA"> English-South Africa [en-ZA] 🇿🇦</option><option value="es"> Español [es] 🌐</option><option value="es-AR"> Español-Argentina [es-AR] 🇦🇷</option><option value="es-CL"> Español-Chile [es-CL] 🇨🇱</option><option value="es-ES"> Español-España [es-ES] 🇪🇸</option><option value="es-MX"> Español-México [es-MX] 🇲🇽</option><option value="fr"> Français [fr] 🌐</option><option value="fr-BE"> Français-Belgique [fr-BE] 🇧🇪</option><option value="fr-CA"> Français-Canada [fr-CA] 🇨🇦</option><option value="fr-CH"> Français-Suisse [fr-CH] 🇨🇭</option><option value="fr-FR"> Français-France [fr-FR] 🇫🇷</option><option value="gl"> Galego [gl] 🌐</option><option value="hr"> Hrvatski [hr] 🌐</option><option value="id"> Indonesia [id] 🌐</option><option value="id-ID"> Indonesia-Indonesia [id-ID] 🇮🇩</option><option value="it"> Italiano [it] 🌐</option><option value="it-CH"> Italiano-Svizzera [it-CH] 🇨🇭</option><option value="it-IT"> Italiano-Italia [it-IT] 🇮🇹</option><option value="lt"> Lietuvių [lt] 🌐</option><option value="hu"> Magyar [hu] 🌐</option><option value="nl"> Nederlands [nl] 🌐</option><option value="nl-BE"> Nederlands-België [nl-BE] 🇧🇪</option><option value="nl-NL"> Nederlands-Nederland [nl-NL] 🇳🇱</option><option value="nb"> Norsk Bokmål [nb] 🌐</option><option value="nb-NO"> Norsk Bokmål-Norge [nb-NO] 🇳🇴</option><option value="pl"> Polski [pl] 🌐</option><option value="pl-PL"> Polski-Polska [pl-PL] 🇵🇱</option><option value="pt"> Português [pt] 🌐</option><option value="pt-BR"> Português-Brasil [pt-BR] 🇧🇷</option><option value="pt-PT"> Português-Portugal [pt-PT] 🇵🇹</option><option value="ro"> Română [ro] 🌐</option><option value="sq"> Shqip [sq] 🌐</option><option value="sk"> Slovenčina [sk] 🌐</option><option value="fi"> Suomi [fi] 🌐</option><option value="fi-FI"> Suomi-Suomi [fi-FI] 🇫🇮</option><option value="sv"> Svenska [sv] 🌐</option><option value="sv-SE"> Svenska-Sverige [sv-SE] 🇸🇪</option><option value="vi"> Tiếng Việt [vi] 🌐</option><option value="tr"> Türkçe [tr] 🌐</option><option value="tr-TR"> Türkçe-Türkiye [tr-TR] 🇹🇷</option><option value="cs"> Čeština [cs] 🌐</option><option value="el"> Ελληνικά [el] 🌐</option><option value="bg"> Български [bg] 🌐</option><option value="ru"> Русский [ru] 🌐</option><option value="ru-RU"> Русский-Россия [ru-RU] 🇷🇺</option><option value="uk"> Українська [uk] 🌐</option><option value="he"> עברית [he] 🇮🇱</option><option value="ar"> العربية [ar] 🌐</option><option value="th"> ไทย [th] 🌐</option><option value="zh"> 中文 [zh] 🌐</option><option value="zh-CN"> 中文-中国 [zh-CN] 🇨🇳</option><option value="zh-HK"> 中文-中國香港特別行政區 [zh-HK] 🇭🇰</option><option value="zh-TW"> 中文-台灣 [zh-TW] 🇹🇼</option><option value="ja"> 日本語 [ja] 🌐</option><option value="ja-JP"> 日本語-日本 [ja-JP] 🇯🇵</option><option value="ko"> 한국어 [ko] 🌐</option><option value="ko-KR"> 한국어-대한민국 [ko-KR] 🇰🇷</option></select><select name="time_range" id="time_range" class="time_range" aria-label="时间范围"><option id="time-range-anytime" value="" selected>不限时间</option><option id="time-range-day" value="day" >一天内</option><option id="time-range-week" value="week" >一周内</option><option id="time-range-month" value="month" >一月内</option><option id="time-range-year" value="year" >一年内</option></select><select name="safesearch" id="safesearch" class="safesearch" aria-label="安全搜索"> <option value="2" aria-label="严格">安全搜索: 严格</option> <option value="1" aria-label="中等">安全搜索: 中等</option> <option value="0" selected="selected" aria-label="无">安全搜索: 无</option> </select> </div> <input type="hidden" name="theme" value="simple" > </form> <div id="results" class="only_template_default"> <div id="sidebar"><div id="engines_msg"> <details class="sidebar-collapsible"> <summary class="title" id="engines_msg-title">响应时间: 2.5 秒</summary> <table class="engine-stats" id="engines_msg-table"><tr> <td class="engine-name"> <a href="/stats?engine=brave" title="查看错误日志并提交错误报告">brave</a> </td> <td class="response-error">超时</td> </tr><tr> <td class="engine-name"><a href="/stats?engine=presearch">presearch</a></td> <td class="response-time"> <div class="bar-chart-value">2.5</div> <div class="bar-chart-graph" aria-labelledby="presearch_time" aria-hidden="true"> <div class="bar-chart-bar bar100"></div> </div> </td> </tr><tr> <td class="engine-name"><a href="/stats?engine=sogou">sogou</a></td> <td class="response-time"> <div class="bar-chart-value">0.5</div> <div class="bar-chart-graph" aria-labelledby="sogou_time" aria-hidden="true"> <div class="bar-chart-bar bar19"></div> </div> </td> </tr><tr> <td class="engine-name"><a href="/stats?engine=360search">360search</a></td> <td class="response-time"> <div class="bar-chart-value">0.2</div> <div class="bar-chart-graph" aria-labelledby="360search_time" aria-hidden="true"> <div class="bar-chart-bar bar7"></div> </div> </td> </tr><tr> <td class="engine-name"><a href="/stats?engine=baidu">baidu</a></td> <td class="response-time"> <div class="bar-chart-value">0.2</div> <div class="bar-chart-graph" aria-labelledby="baidu_time" aria-hidden="true"> <div class="bar-chart-bar bar7"></div> </div> </td> </tr></table> </details> </div><div id="search_url" role="complementary" aria-labelledby="search_url-title"> <details class="sidebar-collapsible"> <summary class="title" id="search_url-title">搜索网址</summary> <button id="copy_url" type="submit" data-copied-text="已复制">复制</button> <div class="selectable_url"> <pre>http://111.229.40.59:8080/search?q=%E6%B5%B7%E6%B7%80%E5%8C%BA%E6%9C%89%E5%A4%9A%E5%B0%91%E5%B0%8F%E5%AD%A6%EF%BC%9F&amp;language=auto&amp;time_range=&amp;safesearch=0&amp;categories=general</pre> </div> </details> </div><div id="apis" role="complementary" aria-labelledby="apis-title"> <details class="sidebar-collapsible"> <summary class="title" id="apis-title">下载结果</summary> <div class="wrapper"><div class="left"> <form method="POST" action="/search"> <input type="hidden" name="q" value="海淀区有多少小学?"><input type="hidden" name="category_general" value="1"><input type="hidden" name="pageno" value="1"> <input type="hidden" name="language" value="auto"> <input type="hidden" name="time_range" value=""> <input type="hidden" name="safesearch" value="0"> <input type="hidden" name="format" value="json"><input type="submit" role="link" value="json"> </form> </div></div> </details> </div><div id="sidebar-end-collapsible"></div> </div><div id="urls" role="main"> <article class="result result-default category-general"><a href="https://zyk.bjhd.gov.cn/jbdt/auto4489_51785/zdly/202503/t20250307_4760379_hd.shtml" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://zyk.bjhd.gov.cn</span></span><span class="url_o2"><span class="url_i2"> › jbdt › auto4489_51785 › zdly › 202503 › t20250307_4760379_hd.shtml</span></span> </div></a><h3><a href="https://zyk.bjhd.gov.cn/jbdt/auto4489_51785/zdly/202503/t20250307_4760379_hd.shtml" rel="noreferrer">2024-2025学年度海淀区义务教育学校名录</a></h3><time class="published_date" datetime="2025-03-07 08:17:00" >2025年3月7日</time> <p class="content"> 北京市海淀区六一小学 小学 公办 北京市海淀区恩济里小区24号院 北京市海淀区教科院培英未来实验小学 小学 公办 北京市海淀 区太平路19号 北京市海淀区中关村第二小学 小学 公办 北京市海淀区中关村北一条10号 北京市海淀区前进小学 小学 公办 北京市海淀区建安西路南侧30号院 北京交通大学附属小学 小学 公办 北京... </p><div class="engines"> <span>baidu</span> <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://zyk.bjhd.gov.cn/jbdt/auto4489_51785/zdly/202503/t20250307_4760379_hd.shtml" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article> <article class="result result-default category-general"><a href="https://apis.map.qq.com/uri/v1/search?keyword=%E6%B5%B7%E6%B7%80%E5%8C%BA%E6%9C%89%E5%A4%9A%E5%B0%91%E5%B0%8F%E5%AD%A6%EF%BC%9F&amp;region=%E5%8C%97%E4%BA%AC%E5%B8%82&amp;referer=TXZBZ-JFC3P-4NPDJ-L2U3C-VHY7K-NWF4U&amp;init_view=2" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://apis.map.qq.com</span></span><span class="url_o2"><span class="url_i2"> › uri › v1 › search</span></span> </div></a><h3><a href="https://apis.map.qq.com/uri/v1/search?keyword=%E6%B5%B7%E6%B7%80%E5%8C%BA%E6%9C%89%E5%A4%9A%E5%B0%91%E5%B0%8F%E5%AD%A6%EF%BC%9F&amp;region=%E5%8C%97%E4%BA%AC%E5%B8%82&amp;referer=TXZBZ-JFC3P-4NPDJ-L2U3C-VHY7K-NWF4U&amp;init_view=2" rel="noreferrer">在北京市搜索<span class="highlight">海淀区有多少小学 ?</span> - 腾讯地图</a></h3> <p class="content empty_element"> 此站点未提供任何描述。 </p> <div class="engines"> <span>sogou</span> <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://apis.map.qq.com/uri/v1/search?keyword=%E6%B5%B7%E6%B7%80%E5%8C%BA%E6%9C%89%E5%A4%9A%E5%B0%91%E5%B0%8F%E5%AD%A6%EF%BC%9F&amp;region=%E5%8C%97%E4%BA%AC%E5%B8%82&amp;referer=TXZBZ-JFC3P-4NPDJ-L2U3C-VHY7K-NWF4U&amp;init_view=2" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article> <article class="result result-default category-general"><a href="https://www.bjhdedu.cn/zxgk/" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://www.bjhdedu.cn</span></span><span class="url_o2"><span class="url_i2"> › zxgk</span></span> </div></a><h3><a href="https://www.bjhdedu.cn/zxgk/" rel="noreferrer">概况_海淀教育网</a></h3> <p class="content"> &lt;img class=&quot;XNo5Ab&quot; src=&quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAPFBMVEVHcEwAQm4AQm4AQm4AQm4AQm4AQm4AQm4AQm4AQm4AQm4AQm4AQm4AQm4AQm4AQm4AQm4AQm4AQm4AQm5pEaobAAAAFHRSTlMADUywz8a6oz1w2n1Xl2PqLBuK/pjg9UsAAAFpSURBVHgBjdEFAtggDEDRj0uwkPvfde3ct9fiDvzAOX7Ph5hyTqlUfta6DAdQ24z+x+miIF6AtY9zJfCN9gN+XoVaLuDjt3H7KLRRx1EZHqgr8Vk8t3hUuu1tsQGSZX7ei5wzp+5+rYndHVVEyYdXh9HO7rFY70/j7sOBJgAvwNllmGl1T1xjAEdWIOhYLDMLqcrwMT7Zw9R3EJG76GZSy9npJA1mhSZkICHVmSXC0R0ZwrbNakRw+a19Z+oMi543MfwkvY1kVcsMeRLD5cM2TiABiXkwJSventRf/KZeIhCpnrDyXjmZhTwsr8k6LgPloE7bWs8/xhry5Jy6d0tQp5ueMnIeuc0wUhiXNkkOIDKa0kOx0nPYNwe8nBN4+cJdSrbPJkcaUXkRvBNRTtlmfSrneq58e9B3Q44XtYbDCnwVB16K9/7pI75yA99QsqOqjLnEcaLwg5OydwBupaD8TCXHlGJujv/yAW2WEwX9xtbQAAAAAElFTkSuQmCC&quot; style=&quot;height:26px;width:26px&quot; alt&gt; </p><div class="engines"> <span>presearch</span> <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://www.bjhdedu.cn/zxgk/" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article> <article class="result result-default category-general"><a href="https://zhuanlan.zhihu.com/p/610087833" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://zhuanlan.zhihu.com</span></span><span class="url_o2"><span class="url_i2"> › p › 610087833</span></span> </div></a><h3><a href="https://zhuanlan.zhihu.com/p/610087833" rel="noreferrer">海淀所有小学、中学汇总 - 知乎</a></h3><time class="published_date" datetime="2024-10-08 01:47:00" >2024年10月8日</time> <p class="content"> 辐射小学有五一小学本校区、十一学校实验小学 (太平路小学) 、 培英小学、育英学校西翠路校区、建华实验学校小学部、玉泉小 学、北京教育学 院附属海淀实验小学、图强第二小学、五一小学晋元校区、首都师范大学附属小 学柳明校区等。 2:人大附中分校 人大附中分校!在不少人眼中,这所神秘而低调的学校堪称“超级牛校”... </p><div class="engines"> <span>baidu</span> <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://zhuanlan.zhihu.com/p/610087833" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article> <article class="result result-default category-general"><a href="https://www.sogou.com/link?url=DSOYnZeCC_rZXVZCtvPXjmRFzFBIhMTsKlocPZq03j24_uyzU6k58K3mlRzfPLR2" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://www.sogou.com</span></span><span class="url_o2"><span class="url_i2"> › link</span></span> </div></a><h3><a href="https://www.sogou.com/link?url=DSOYnZeCC_rZXVZCtvPXjmRFzFBIhMTsKlocPZq03j24_uyzU6k58K3mlRzfPLR2" rel="noreferrer">北京海淀区小学有多少 - 搜狗问问</a></h3> <p class="content"> 最佳答案 北京海淀区小学有140所左右。 </p><div class="engines"> <span>sogou</span> <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://www.sogou.com/link?url=DSOYnZeCC_rZXVZCtvPXjmRFzFBIhMTsKlocPZq03j24_uyzU6k58K3mlRzfPLR2" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article> <article class="result result-default category-general"><a href="https://www.sohu.com/a/705835838_372466" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://www.sohu.com</span></span><span class="url_o2"><span class="url_i2"> › a › 705835838_372466</span></span> </div></a><h3><a href="https://www.sohu.com/a/705835838_372466" rel="noreferrer">海淀有多少所中小学?海淀公布最新公办、民办名单!</a></h3> <p class="content"> 2023年7月24日 — 截至2023年7月, 海淀区共有中小学校172所。其中, 公办学校156所,民办学校16所。 我们先来看民办学校。 在这16所学校中, ... </p><div class="engines"> <span>presearch</span> <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://www.sohu.com/a/705835838_372466" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article> <article class="result result-default category-general"><a href="https://www.gaokzx.com/gk/zhongkao/136420.html" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://www.gaokzx.com</span></span><span class="url_o2"><span class="url_i2"> › gk › zhongkao › 136420.html</span></span> </div></a><h3><a href="https://www.gaokzx.com/gk/zhongkao/136420.html" rel="noreferrer">2024-2025海淀区义务教育学校名录公布,105所学校名单_北京高考在线</a></h3><time class="published_date" datetime="2025-03-10 06:33:00" >2025年3月10日</time> <p class="content"> 本学年海淀义务教育阶段学校共105所,其中: 小学:89所(如中关村一小、人大附小等) 初级中学:3所(如十一龙樾、十一晋元等) 九 年一贯制学校:13所(如上地实验学校、育英科学城学校等) 了解更多初中学习资料、升学信息招考政策,请扫描下方二维码 进入“北京初 升高家长交流群” 一对一答疑,考生也可添加小圈老师(微信号... </p><div class="engines"> <span>baidu</span> <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://www.gaokzx.com/gk/zhongkao/136420.html" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article> <article class="result result-default category-general"><a href="https://www.sogou.com/link?url=hedJjaC291PfS_JmdDxdX5FGMILWeaYlq6wt1OClmHy-Q9dfJHVO-SHmfGkNvdZG" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://www.sogou.com</span></span><span class="url_o2"><span class="url_i2"> › link</span></span> </div></a><h3><a href="https://www.sogou.com/link?url=hedJjaC291PfS_JmdDxdX5FGMILWeaYlq6wt1OClmHy-Q9dfJHVO-SHmfGkNvdZG" rel="noreferrer">海淀一共多少所小学_培训啦</a></h3> <p class="content"> 2024年7月7日-截至2020年末,海淀区共有小学87所,在校生18.0万人。其中比较好的小学有:中关村第三小学、中关村第一小学、中关村第二小学、人大附小、人大附中实验小学、海淀实验小学、五一小学、上地实验小学、翠微小学、石油附小... </p><div class="engines"> <span>sogou</span> <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://www.sogou.com/link?url=hedJjaC291PfS_JmdDxdX5FGMILWeaYlq6wt1OClmHy-Q9dfJHVO-SHmfGkNvdZG" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article> <article class="result result-default category-general"><a href="https://www.xschu.com/zhengcezixun/77658.html" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://www.xschu.com</span></span><span class="url_o2"><span class="url_i2"> › zhengcezixun › 77658.html</span></span> </div></a><h3><a href="https://www.xschu.com/zhengcezixun/77658.html" rel="noreferrer">2024-2025学年度北京市海淀区义务教育学校名录(小学、初级中学、九年...</a></h3> <p class="content"> 2024-2025学年海淀区义务教育学校名录发布,涵盖公办小学、初中及公办民办九年一贯制学校。名录详细列出了各学校的办学层次 、类型及地址,为大家提供全面的教育资源信息。 </p><div class="engines"> <span>presearch</span> <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://www.xschu.com/zhengcezixun/77658.html" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article> <article class="result result-default category-general"><a href="https://mp.weixin.qq.com/s?__biz=MzI0MTAyMDA0MQ==&amp;mid=2655017760&amp;idx=1&amp;sn=5a49591b2b1fc8978d5ce681182423e2&amp;chksm=f2a506c6c5d28fd0e0e5fd75e6cc2a2a4a8e6cec924969a1af4f138c293ae7aafa1af8c48d36&amp;scene=27" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://mp.weixin.qq.com</span></span><span class="url_o2"><span class="url_i2"> › s</span></span> </div></a><h3><a href="https://mp.weixin.qq.com/s?__biz=MzI0MTAyMDA0MQ==&amp;mid=2655017760&amp;idx=1&amp;sn=5a49591b2b1fc8978d5ce681182423e2&amp;chksm=f2a506c6c5d28fd0e0e5fd75e6cc2a2a4a8e6cec924969a1af4f138c293ae7aafa1af8c48d36&amp;scene=27" rel="noreferrer">海淀有多少所中小学?海淀公布最新公办、民办名单!</a></h3><time class="published_date" datetime="2023-07-24 11:01:00" >2023年7月24日</time> <p class="content"> 海淀共有公办纯小学88所。其中: 举办者为中央教育部门的小学共6所(北京大学附属小学、清华大学附属小学、北京师范大学实验小学、北京林业大学附属小学、北京科技大学附属小学、中国人民大学附属小学); 举办者为中央其他部门的小学1所(北京理工大学附属小 学);... </p><div class="engines"> <span>baidu</span> <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://mp.weixin.qq.com/s?__biz=MzI0MTAyMDA0MQ==&amp;mid=2655017760&amp;idx=1&amp;sn=5a49591b2b1fc8978d5ce681182423e2&amp;chksm=f2a506c6c5d28fd0e0e5fd75e6cc2a2a4a8e6cec924969a1af4f138c293ae7aafa1af8c48d36&amp;scene=27" class="cache_link" rel="noreferrer"> 快照</a>&lrm; </div><div class="break"></div></article> <article class="result result-default category-general"><a href="https://www.sogou.com/link?url=DSOYnZeCC_qJ9lVjwgdL_GRh_i5Dp5taA3cQlIeNe8pFhNG1zqiUdA.." class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://www.sogou.com</span></span><span class="url_o2"><span class="url_i2"> › link</span></span> </div></a><h3><a href="https://www.sogou.com/link?url=DSOYnZeCC_qJ9lVjwgdL_GRh_i5Dp5taA3cQlIeNe8pFhNG1zqiUdA.." rel="noreferrer">海淀区多少中小学校-教育科普-鲁芽网</a></h3> <p class="content"> 2024年12月22日- 海淀区的教育资源非常丰富,涵盖了从小学到大学的各个教育阶段。 家长和学生在选择学校时,可以根据自己的 需求和兴趣,综合考虑学校的教学质量、... </p><div class="engines"> <span>sogou</span> <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://www.sogou.com/link?url=DSOYnZeCC_qJ9lVjwgdL_GRh_i5Dp5taA3cQlIeNe8pFhNG1zqiUdA.." class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article> <article class="result result-default category-general"><a href="https://zhuanlan.zhihu.com/p/577130612" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://zhuanlan.zhihu.com</span></span><span class="url_o2"><span class="url_i2"> › p › 577130612</span></span> </div></a><h3><a href="https://zhuanlan.zhihu.com/p/577130612" rel="noreferrer">盘点北京海淀区公办、民办中小学名单!</a></h3> <p class="content"> 今天,我们一起来了解下。 截至2022年10月13日,海淀区共有中小学校175所。 其中,公办学校157所,民办学校18所。 我们先来 看民办学校。 </p><div class="engines"> <span>presearch</span> <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://zhuanlan.zhihu.com/p/577130612" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article> <article class="result result-default category-general"><a href="https://www.ysxiao.cn/beijingyoushengxiao/208591.html" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://www.ysxiao.cn</span></span><span class="url_o2"><span class="url_i2"> › beijingyoushengxiao › 208591.html</span></span> </div></a><h3><a href="https://www.ysxiao.cn/beijingyoushengxiao/208591.html" rel="noreferrer">2025年幼升小海淀区一共有哪几个学 区?各学区有哪些小学值得关注?</a></h3><time class="published_date" datetime="2024-10-16 01:18:00" >2024年10月16日</time> <p class="content"> 2025年幼升小海淀区一共有17个学区,以下是对各学区值得关注的小学的归纳: 1. 花园路学区 海淀区前进小学 海淀区民族小学 北 京医科大学附属小学 海淀区实验小学九一分校 北航实验学校小学部(北航附小) 2. 北太平庄学区 北京交通大学附属小学 海淀区星火小学 ... </p><div class="engines"> <span>baidu</span> <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://www.ysxiao.cn/beijingyoushengxiao/208591.html" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article> <article class="result result-default category-general"><a href="http://mp.weixin.qq.com/s?src=11&amp;timestamp=1741762477&amp;ver=5863&amp;signature=dDul18boH71Mh7Ni2HbtWDOW8xxrRVPq7pbxHEV0J8*K2iJPupVVnwjoAwGJkcuqf0BHrz2Y-gQXvcpTNO4xdNculj2Y4rrxOEdqE-nRxnq00WQpKwSXCQpjiagaC7JV&amp;new=1" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">http://mp.weixin.qq.com</span></span><span class="url_o2"><span class="url_i2"> › s</span></span> </div></a><h3><a href="http://mp.weixin.qq.com/s?src=11&amp;timestamp=1741762477&amp;ver=5863&amp;signature=dDul18boH71Mh7Ni2HbtWDOW8xxrRVPq7pbxHEV0J8*K2iJPupVVnwjoAwGJkcuqf0BHrz2Y-gQXvcpTNO4xdNculj2Y4rrxOEdqE-nRxnq00WQpKwSXCQpjiagaC7JV&amp;new=1" rel="noreferrer">海淀有多少所中小学?海淀公布最新公办、民办名单!</a></h3> <p class="content"> 2年前 - 那在教育高地的海淀区,到底有多少所小学、中学,多少所民办学校呢?在51上私立的后台,也经常有家长问,海淀到底有几所 民办学校啊?离我们近的有哪些?近日,海淀区教委公布了辖区内公办及民办中小学的情况.海淀民办校共有16所截至2023年7月,海淀区共有中小学校172所.... </p><div class="engines"> <span>sogou</span> <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/http://mp.weixin.qq.com/s?src=11&amp;timestamp=1741762477&amp;ver=5863&amp;signature=dDul18boH71Mh7Ni2HbtWDOW8xxrRVPq7pbxHEV0J8*K2iJPupVVnwjoAwGJkcuqf0BHrz2Y-gQXvcpTNO4xdNculj2Y4rrxOEdqE-nRxnq00WQpKwSXCQpjiagaC7JV&amp;new=1" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article> <article class="result result-default category-general"><a href="https://m.bj.bendibao.com/edu/291537.html" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://m.bj.bendibao.com</span></span><span class="url_o2"><span class="url_i2"> › edu › 291537.html</span></span> </div></a><h3><a href="https://m.bj.bendibao.com/edu/291537.html" rel="noreferrer">北京海淀区小学名单(电话、地址)</a></h3> <p class="content"> 2021年4月22日 — 有些家长不知道北京海淀区有哪些小学,小编根据北京市教育委员会官网公布的教育地图,整理了海淀区小学名单,电话、地址信息都有,希望对家长们有用。 </p><div class="engines"> <span>presearch</span> <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://m.bj.bendibao.com/edu/291537.html" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article> <article class="result result-default category-general"><a href="https://mbd.baidu.com/newspage/data/dtlandingsuper?nid=dt_5298109921664064855" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://mbd.baidu.com</span></span><span class="url_o2"><span class="url_i2"> › newspage › data › dtlandingsuper</span></span> </div></a><h3><a href="https://mbd.baidu.com/newspage/data/dtlandingsuper?nid=dt_5298109921664064855" rel="noreferrer">海淀区17个学区划分详解,看看你家在哪</a></h3><time class="published_date" datetime="2025-02-14 16:00:00" >2025年2月14日</time> <p class="content"> 海淀区17个学区划分详解,看看你家在哪? 🏫 四海青学区 小学:7所,9个校区 首都师范大学附属小学(主校区) 首都师范大学附属小 学(西冉校) 行知实验学校 香山小学 四王府小学 教师进修学校附属实验小学(嘉园) 教师进修学校附属实验小学(北辛庄) 第四实验小学 青苗学校 中学:7所,8个校区 首都师范大学附属玉泉学校 ... </p><div class="engines"> <span>baidu</span> <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://mbd.baidu.com/newspage/data/dtlandingsuper?nid=dt_5298109921664064855" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article> <article class="result result-default category-general"><a href="https://www.sogou.com/link?url=hedJjaC291OyiGvgbfIkdxeBP0apGOsBn12nzOXScVU-K8lCmMJGivO1qy5DXxv8reaVHN88tHY." class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://www.sogou.com</span></span><span class="url_o2"><span class="url_i2"> › link</span></span> </div></a><h3><a href="https://www.sogou.com/link?url=hedJjaC291OyiGvgbfIkdxeBP0apGOsBn12nzOXScVU-K8lCmMJGivO1qy5DXxv8reaVHN88tHY." rel="noreferrer">海淀区有多少所小学 - 天气加</a></h3> <p class="content"> 2021年12月16日- 3、海淀实验小学:北京市海淀区实验小学建校于1965年,为一校五址的教育集团,拥有花园村、阜成路、苏州街 、北洼路、紫竹院(在建)五个校区,... </p><div class="engines"> <span>sogou</span> <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://www.sogou.com/link?url=hedJjaC291OyiGvgbfIkdxeBP0apGOsBn12nzOXScVU-K8lCmMJGivO1qy5DXxv8reaVHN88tHY." class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article> <article class="result result-default category-general"><a href="http://www.ysxiao.cn/zhongdianxiaoxue/207356.html" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">http://www.ysxiao.cn</span></span><span class="url_o2"><span class="url_i2"> › zhongdianxiaoxue › 207356.html</span></span> </div></a><h3><a href="http://www.ysxiao.cn/zhongdianxiaoxue/207356.html" rel="noreferrer">2024年海淀区目前有哪些教育集团校?</a></h3> <p class="content"> 2024年8月21日 — 本区成员校:十一学校、十一学校北校区(创办校)、十一学校龙樾实验中学(创办校)、十一晋元中学(创办校)、十一实验中学(合并校)、十一学校一分校(合并校)、 ... </p><div class="engines"> <span>presearch</span> <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/http://www.ysxiao.cn/zhongdianxiaoxue/207356.html" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article> <article class="result result-default category-general"><a href="https://m.bj.bendibao.com/news/313104.html" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://m.bj.bendibao.com</span></span><span class="url_o2"><span class="url_i2"> › news › 313104.html</span></span> </div></a><h3><a href="https://m.bj.bendibao.com/news/313104.html" rel="noreferrer">北京海淀青龙桥学区中小学学校名单- 北京本地宝</a></h3><time class="published_date" datetime="2024-08-30 00:45:00" >2024年8月30日</time> <p class="content"> 海淀教育 2024-08-30 08:45 导语 北京市海定区将学区划分为17个,青龙桥学区含北京市海淀区中关村第二小学百旺校区、中国农业大学附属小学、北京市海淀区东北旺中心小学等19个学校。北京海淀青龙桥学区中小学学校名单 学区 学校名称 青龙桥学区 北京市海淀区中关村第二小学百旺校区 中国农业大学附属小学 北京市... </p><div class="engines"> <span>baidu</span> <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://m.bj.bendibao.com/news/313104.html" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article> <article class="result result-default category-general"><a href="https://www.sogou.com/link?url=hedJjaC291Oe7iTWPO1fizN7E0XNhMPWL-XPD5vbaWiAQyGNGAVS8XsRhFge2Xff" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://www.sogou.com</span></span><span class="url_o2"><span class="url_i2"> › link</span></span> </div></a><h3><a href="https://www.sogou.com/link?url=hedJjaC291Oe7iTWPO1fizN7E0XNhMPWL-XPD5vbaWiAQyGNGAVS8XsRhFge2Xff" rel="noreferrer">海淀区 多少小学_懂视</a></h3> <p class="content"> 2024年8月6日- 截至2020年末,海淀区共有小学87所,在校生18.0万人。其中比较好的小学有中关村第三小学、中关村第一小学、中关村第二小学等等。 87所。截至2020... </p><div class="engines"> <span>sogou</span> <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://www.sogou.com/link?url=hedJjaC291Oe7iTWPO1fizN7E0XNhMPWL-XPD5vbaWiAQyGNGAVS8XsRhFge2Xff" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article> <article class="result result-default category-general"><a href="http://bj.bendibao.com/edu/2022425/313093.shtm" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">http://bj.bendibao.com</span></span><span class="url_o2"><span class="url_i2"> › edu › 2022425 › 313093.shtm</span></span> </div></a><h3><a href="http://bj.bendibao.com/edu/2022425/313093.shtm" rel="noreferrer">北京海淀区温泉苏家坨学区中学小学名单一览表</a></h3> <p class="content"> 2024年8月30日 — 2022年北京市海淀区学区划分已经出来了,温泉苏家坨学区含有北京市海淀区台头小学、北京市海淀区北安河中心小学主校区等共19个中小学,名单详见正文。 </p><div class="engines"> <span>presearch</span> <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/http://bj.bendibao.com/edu/2022425/313093.shtm" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article> <article class="result result-default category-general"><a href="https://mbd.baidu.com/newspage/data/dtlandingsuper?nid=dt_4289212405775383621" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://mbd.baidu.com</span></span><span class="url_o2"><span class="url_i2"> › newspage › data › dtlandingsuper</span></span> </div></a><h3><a href="https://mbd.baidu.com/newspage/data/dtlandingsuper?nid=dt_4289212405775383621" rel="noreferrer">海淀区学区分布及学校名单大全</a></h3><time class="published_date" datetime="2025-01-01 16:00:00" >2025年1 月1日</time> <p class="content"> 小学:中关村第三小学、北京市海淀区万泉小学、北京市海淀区万泉河小学、北京市海淀区西颐小学 中学:中国人民大学附属中学、 北京市八一学校 特殊教育学校:无 🏘️ 北太平庄学区 地址:海淀区北太平庄 学校分布: 中学:交大附中、交大附中分校、交大附中二分校、北师大三附中、人大附中分校 ... </p><div class="engines"> <span>baidu</span> <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://mbd.baidu.com/newspage/data/dtlandingsuper?nid=dt_4289212405775383621" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article> <article class="result result-default category-general"><a href="https://www.sogou.com/link?url=xn5acRrLcVFGrHsohZodF_vuY6pfu30nidFdqe_Em7yDvy5y5YcZ2a4to0wa_Tif" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://www.sogou.com</span></span><span class="url_o2"><span class="url_i2"> › link</span></span> </div></a><h3><a href="https://www.sogou.com/link?url=xn5acRrLcVFGrHsohZodF_vuY6pfu30nidFdqe_Em7yDvy5y5YcZ2a4to0wa_Tif" rel="noreferrer">海淀区重点小学名单(修改版)(可编辑)doc下载_爱问共享资料</a></h3> <p class="content"> 海淀区的小学(点击:)五道口发表于焦点房产网北京业主论坛橡树湾论坛::【楼】海... 楼上有几个孩子在参加入学测试看得出负责 测试的老师对孩子非常耐心、友好对待家长也... </p><div class="engines"> <span>sogou</span> <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://www.sogou.com/link?url=xn5acRrLcVFGrHsohZodF_vuY6pfu30nidFdqe_Em7yDvy5y5YcZ2a4to0wa_Tif" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article> <article class="result result-default category-general"><a href="http://m.kk77.cn/news/202304/22/837.html" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">http://m.kk77.cn</span></span><span class="url_o2"><span class="url_i2"> › news › 202304 › 22 › 837.html</span></span> </div></a><h3><a href="http://m.kk77.cn/news/202304/22/837.html" rel="noreferrer">北京海淀区小学排名,2024年海淀幼升小学校排名</a></h3> <p class="content"> 北京海淀区小学排名,2024年海淀幼升小学校排名 · 1.中关村第三小学 · 2.中关村第一小学 · 3.中关村第二小学 · 4.人大附小 · 5.人大附中实验小学. </p><div class="engines"> <span>presearch</span> <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/http://m.kk77.cn/news/202304/22/837.html" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article> <article class="result result-default category-general"><a href="http://www.yuloo.com/zx/slxx/zxzn/1870695.shtml" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">http://www.yuloo.com</span></span><span class="url_o2"><span class="url_i2"> › zx › slxx › zxzn › 1870695.shtml</span></span> </div></a><h3><a href="http://www.yuloo.com/zx/slxx/zxzn/1870695.shtml" rel="noreferrer">北京海淀区2025年小学新排名一览(按口碑排名)-育路私立学校招生网</a></h3><time class="published_date" datetime="2025-02-17 00:34:23" >2025年2月17日</time> <p class="content"> 海淀有44个商圈900多个小区,现有116所小学(包含公立和私立小学),其中公立小学66所;一流一类的小学5所,一流二类小学7所,二流 一类小学16所,二流二类小学38所; 1、海淀区一流一类小学(共5所) 中关村第三小学(海淀学区) 中关村第一小学(中关村学区) 中关村第二小学(中关村学区) ... </p><div class="engines"> <span>baidu</span> <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/http://www.yuloo.com/zx/slxx/zxzn/1870695.shtml" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article> <article class="result result-default category-general"><a href="https://www.sogou.com/link?url=hedJjaC291PD0T3DYzJqFDoBhFbePHvernilvTOuwmmr0nbofofLL_P2aTREqvWqbwTFpycSVdQ." class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://www.sogou.com</span></span><span class="url_o2"><span class="url_i2"> › link</span></span> </div></a><h3><a href="https://www.sogou.com/link?url=hedJjaC291PD0T3DYzJqFDoBhFbePHvernilvTOuwmmr0nbofofLL_P2aTREqvWqbwTFpycSVdQ." rel="noreferrer">海淀区哪几个学区最好最强? - 今日头条</a></h3> <p class="content"> 2024年12月24日- 海淀区一共五大区域17个学区,有数百个小学和中学,也有一派、二派、登... 海淀实验小学(本部) 海淀实验 小学阜成路校区 教进南校 理工东校 首师二... </p><div class="engines"> <span>sogou</span> <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://www.sogou.com/link?url=hedJjaC291PD0T3DYzJqFDoBhFbePHvernilvTOuwmmr0nbofofLL_P2aTREqvWqbwTFpycSVdQ." class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article> <article class="result result-default category-general"><a href="https://zhuanlan.zhihu.com/p/630218626" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://zhuanlan.zhihu.com</span></span><span class="url_o2"><span class="url_i2"> › p › 630218626</span></span> </div></a><h3><a href="https://zhuanlan.zhihu.com/p/630218626" rel="noreferrer">海淀区-幼升小及小升初-科普版介绍</a></h3> <p class="content"> 2023年5月18日 — 海淀有44个商圈900多个小区,现有116所小学(包含公立和私立小学),其中公立小学66所;. 一流一类的小学5 所,一流二类小学7所,二流一类小学16所,二流二类小学38 ... </p><div class="engines"> <span>presearch</span> <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://zhuanlan.zhihu.com/p/630218626" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article> <article class="result result-default category-general"><a href="https://zhidao.baidu.com/question/24179930.html" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://zhidao.baidu.com</span></span><span class="url_o2"><span class="url_i2"> › question › 24179930.html</span></span> </div></a><h3><a href="https://zhidao.baidu.com/question/24179930.html" rel="noreferrer">北京市海淀区有多少座中小学校?</a></h3> <p class="content"> 2016年11月1日 — 7760浏览 · 北京海淀区有多少所小学? 一、海淀区一流一类小学顺序排名(共5所)1.中关村第三小学;2.中 关村第一小学;3.中关村第二小学;4.人大附小;5.人大附中实验小学。 </p><div class="engines"> <span>presearch</span> <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://zhidao.baidu.com/question/24179930.html" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article> <article class="result result-default category-general"><a href="https://www.ysxiao.cn/c/201712/16302.html" class="url_header" rel="noreferrer"><div class="url_wrapper"><span class="url_o1"><span class="url_i1">https://www.ysxiao.cn</span></span><span class="url_o2"><span class="url_i2"> › c › 201712 › 16302.html</span></span> </div></a><h3><a href="https://www.ysxiao.cn/c/201712/16302.html" rel="noreferrer">2016-2017学年北京各城区有多少所小学</a></h3> <p class="content"> 2017年12月8日 — 北京各城区小学数量 ; 丰台区, 77, 2000 ; 石景山区, 30, 752 ; 海淀区, 84, 4361 ; 城市发展新区 ; 房山区, 108, 1551 ... </p><div class="engines"> <span>presearch</span> <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><circle cx="256" cy="256" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="416" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="96" r="32" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg><a href="https://web.archive.org/web/https://www.ysxiao.cn/c/201712/16302.html" class="cache_link" rel="noreferrer">快照</a>&lrm; </div><div class="break"></div></article> </div> <div id="backToTop"> <a href="#" aria-label="返回顶部"><svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="M112 328l144-144 144 144"/></svg></a> </div> <nav id="pagination" role="navigation"> <form method="POST" action="/search" class="next_page"> <div class="right"> <input type="hidden" name="q" value="海淀区有多少小学?" > <input type="hidden" name="category_general" value="1" > <input type="hidden" name="pageno" value="2" > <input type="hidden" name="language" value="auto" > <input type="hidden" name="time_range" value="" > <input type="hidden" name="safesearch" value="0" > <input type="hidden" name="theme" value="simple" > <button role="link" type="submit">下一页 <svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-small"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="M184 112l144 144-144 144"/></svg></button> </div> </form> <div class="numbered_pagination"> <form method="POST" action="/search" class="page_number"> <input type="hidden" name="q" value="海淀区有多少小学?" > <input type="hidden" name="category_general" value="1" > <input type="hidden" name="pageno" value="1" > <input type="hidden" name="language" value="auto" > <input type="hidden" name="time_range" value="" > <input type="hidden" name="safesearch" value="0" > <input type="hidden" name="theme" value="simple" > <input role="link" class="page_number_current" type="button" value="1"> </form> <form method="POST" action="/search" class="page_number"> <input type="hidden" name="q" value="海淀区有多少小学?" > <input type="hidden" name="category_general" value="1" > <input type="hidden" name="pageno" value="2" > <input type="hidden" name="language" value="auto" > <input type="hidden" name="time_range" value="" > <input type="hidden" name="safesearch" value="0" > <input type="hidden" name="theme" value="simple" > <input role="link" class="page_number" type="submit" value="2"> </form> <form method="POST" action="/search" class="page_number"> <input type="hidden" name="q" value="海淀区有多少小学?" > <input type="hidden" name="category_general" value="1" > <input type="hidden" name="pageno" value="3" > <input type="hidden" name="language" value="auto" > <input type="hidden" name="time_range" value="" > <input type="hidden" name="safesearch" value="0" > <input type="hidden" name="theme" value="simple" > <input role="link" class="page_number" type="submit" value="3"> </form> <form method="POST" action="/search" class="page_number"> <input type="hidden" name="q" value="海淀区有多少小学?" > <input type="hidden" name="category_general" value="1" > <input type="hidden" name="pageno" value="4" > <input type="hidden" name="language" value="auto" > <input type="hidden" name="time_range" value="" > <input type="hidden" name="safesearch" value="0" > <input type="hidden" name="theme" value="simple" > <input role="link" class="page_number" type="submit" value="4"> </form> <form method="POST" action="/search" class="page_number"> <input type="hidden" name="q" value="海淀区有多少小学?" > <input type="hidden" name="category_general" value="1" > <input type="hidden" name="pageno" value="5" > <input type="hidden" name="language" value="auto" > <input type="hidden" name="time_range" value="" > <input type="hidden" name="safesearch" value="0" > <input type="hidden" name="theme" value="simple" > <input role="link" class="page_number" type="submit" value="5"> </form> <form method="POST" action="/search" class="page_number"> <input type="hidden" name="q" value="海淀区有多少小学?" > <input type="hidden" name="category_general" value="1" > <input type="hidden" name="pageno" value="6" > <input type="hidden" name="language" value="auto" > <input type="hidden" name="time_range" value="" > <input type="hidden" name="safesearch" value="0" > <input type="hidden" name="theme" value="simple" > <input role="link" class="page_number" type="submit" value="6"> </form> <form method="POST" action="/search" class="page_number"> <input type="hidden" name="q" value="海淀区有多少小学?" > <input type="hidden" name="category_general" value="1" > <input type="hidden" name="pageno" value="7" > <input type="hidden" name="language" value="auto" > <input type="hidden" name="time_range" value="" > <input type="hidden" name="safesearch" value="0" > <input type="hidden" name="theme" value="simple" > <input role="link" class="page_number" type="submit" value="7"> </form> <form method="POST" action="/search" class="page_number"> <input type="hidden" name="q" value="海淀区有多少小学?" > <input type="hidden" name="category_general" value="1" > <input type="hidden" name="pageno" value="8" > <input type="hidden" name="language" value="auto" > <input type="hidden" name="time_range" value="" > <input type="hidden" name="safesearch" value="0" > <input type="hidden" name="theme" value="simple" > <input role="link" class="page_number" type="submit" value="8"> </form> <form method="POST" action="/search" class="page_number"> <input type="hidden" name="q" value="海淀区有多少小学?" > <input type="hidden" name="category_general" value="1" > <input type="hidden" name="pageno" value="9" > <input type="hidden" name="language" value="auto" > <input type="hidden" name="time_range" value="" > <input type="hidden" name="safesearch" value="0" > <input type="hidden" name="theme" value="simple" > <input role="link" class="page_number" type="submit" value="9"> </form> <form method="POST" action="/search" class="page_number"> <input type="hidden" name="q" value="海淀区有多少小学?" > <input type="hidden" name="category_general" value="1" > <input type="hidden" name="pageno" value="10" > <input type="hidden" name="language" value="auto" > <input type="hidden" name="time_range" value="" > <input type="hidden" name="safesearch" value="0" > <input type="hidden" name="theme" value="simple" > <input role="link" class="page_number" type="submit" value="10"> </form> </div> </nav> </div> </main> <footer> <p> 功能来自 <a href="/info/en/about">searxng</a> - 2025.3.11+3fe602a46 — 尊重隐私的开源元搜索引擎<br> <a href="https://github.com/searxng/searxng">源代码</a> | <a href="https://github.com/searxng/searxng/issues">问题跟踪系统</a> | <a href="/stats">搜索引擎统计</a> | <a href="https://searx.space">公共实例</a> </p> </footer> <!--[if gte IE 9]>--> <script src="/static/themes/simple/js/searxng.min.js"></script> <!--<![endif]--> </body> </html> ``` From the above one,switch to http.post method should be a workable workaround. @kenwoodjw can you fix it ? payload format likes: ![Image](https://github.com/user-attachments/assets/8fa5fe99-1d51-43ca-aa10-ce2937ff1132)
Author
Owner

@leagend commented on GitHub (Mar 12, 2025):

Thank you for this information.
---- Replied Message ----
@.>Date3/12/2025 @.>@.>,
@.
>SubjectRe: [langgenius/dify] Error in dify calling searcxng parameter (Issue langgenius/dify-official-plugins#642)
After multiple attempts, finally got it done! You need to copy the files limiter.toml and settings.yml from the searxng 0.15.3 version api/core/tools/provider/builtin/searxng/docker/ directory to the 1.0.0 version and modify the relevant configuration items. See the attachment for details!Special attention should be paid to the use_default_settings item and the engines item.
settings.yml.txt
_20250312175152.png (view on web)

Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: @.>
manicwy left a comment (langgenius/dify-official-plugins#642)
After multiple attempts, finally got it done! You need to copy the files limiter.toml and settings.yml from the searxng 0.15.3 version api/core/tools/provider/builtin/searxng/docker/ directory to the 1.0.0 version and modify the relevant configuration items. See the attachment for details!Special attention should be paid to the use_default_settings item and the engines item.
settings.yml.txt
_20250312175152.png (view on web)

Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: @.
>

@leagend commented on GitHub (Mar 12, 2025): Thank you for this information. ---- Replied Message ---- ***@***.***>Date3/12/2025 ***@***.***>***@***.***>, ***@***.***>SubjectRe: [langgenius/dify] Error in dify calling searcxng parameter (Issue langgenius/dify-official-plugins#642) After multiple attempts, finally got it done! You need to copy the files limiter.toml and settings.yml from the searxng 0.15.3 version api/core/tools/provider/builtin/searxng/docker/ directory to the 1.0.0 version and modify the relevant configuration items. See the attachment for details!Special attention should be paid to the use_default_settings item and the engines item. settings.yml.txt _20250312175152.png (view on web) — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: ***@***.***> manicwy left a comment (langgenius/dify-official-plugins#642) After multiple attempts, finally got it done! You need to copy the files limiter.toml and settings.yml from the searxng 0.15.3 version api/core/tools/provider/builtin/searxng/docker/ directory to the 1.0.0 version and modify the relevant configuration items. See the attachment for details!Special attention should be paid to the use_default_settings item and the engines item. settings.yml.txt _20250312175152.png (view on web) — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: ***@***.***>
Author
Owner

@suxiaojin commented on GitHub (Mar 12, 2025):

I encountered the same error.

@suxiaojin commented on GitHub (Mar 12, 2025): I encountered the same error.
Author
Owner

@suxiaojin commented on GitHub (Mar 12, 2025):

Thank you for this information.
---- Replied Message ----
@.>Date3/12/2025 @.>@.>,
@.
>SubjectRe: [langgenius/dify] Error in dify calling searcxng parameter (Issue #15403)
After multiple attempts, finally got it done! You need to copy the files limiter.toml and settings.yml from the searxng 0.15.3 version api/core/tools/provider/builtin/searxng/docker/ directory to the 1.0.0 version and modify the relevant configuration items. See the attachment for details!Special attention should be paid to the use_default_settings item and the engines item.
settings.yml.txt
_20250312175152.png (view on web)

Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: @.>
manicwy left a comment (langgenius/dify-official-plugins#642)
After multiple attempts, finally got it done! You need to copy the files limiter.toml and settings.yml from the searxng 0.15.3 version api/core/tools/provider/builtin/searxng/docker/ directory to the 1.0.0 version and modify the relevant configuration items. See the attachment for details!Special attention should be paid to the use_default_settings item and the engines item.
settings.yml.txt
_20250312175152.png (view on web)

Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: @.
>

操作附件在哪里?还有我1.0的版本没有api/core/tools/provider/builtin/searxng/docker/这个目录啊?只有/api/core/tools/builtin_tool/providers 而且很奇怪没有searxng目前,虽然我已经在页面上安装了searxng 0.02版本

@suxiaojin commented on GitHub (Mar 12, 2025): > Thank you for this information. > ---- Replied Message ---- > ***@***.***>Date3/12/2025 ***@***.***>***@***.***>, > ***@***.***>SubjectRe: [langgenius/dify] Error in dify calling searcxng parameter (Issue [#15403](https://github.com/langgenius/dify-official-plugins/issues/642)) > After multiple attempts, finally got it done! You need to copy the files limiter.toml and settings.yml from the searxng 0.15.3 version api/core/tools/provider/builtin/searxng/docker/ directory to the 1.0.0 version and modify the relevant configuration items. See the attachment for details!Special attention should be paid to the use_default_settings item and the engines item. > settings.yml.txt > _20250312175152.png (view on web) > — > Reply to this email directly, view it on GitHub, or unsubscribe. > You are receiving this because you were mentioned.Message ID: ***@***.***> > manicwy left a comment ([langgenius/dify-official-plugins#642](https://github.com/langgenius/dify-official-plugins/issues/642)) > After multiple attempts, finally got it done! You need to copy the files limiter.toml and settings.yml from the searxng 0.15.3 version api/core/tools/provider/builtin/searxng/docker/ directory to the 1.0.0 version and modify the relevant configuration items. See the attachment for details!Special attention should be paid to the use_default_settings item and the engines item. > settings.yml.txt > _20250312175152.png (view on web) > — > Reply to this email directly, view it on GitHub, or unsubscribe. > You are receiving this because you were mentioned.Message ID: ***@***.***> 操作附件在哪里?还有我1.0的版本没有api/core/tools/provider/builtin/searxng/docker/这个目录啊?只有`/api/core/tools/builtin_tool/providers` 而且很奇怪没有searxng目前,虽然我已经在页面上安装了searxng 0.02版本
Author
Owner

@leagend commented on GitHub (Mar 12, 2025):

使用0.15.3的配置可能就看不到baidu、360那些新加的国内国内引擎。 所以还是要慎用,还有那个searxng其实也不是完全不能用,你试试分类改为科学,其实是可以成功的。 我使用curl尝试的结果就是程序采用默认参数时,使用的搜索引擎在国内表现不行。

对比页面上的参数发现request里少了关键的一行
-b 'categories=general; language=auto; autocomplete=; favicon_resolver=; image_proxy=0; safesearch=0; theme=simple; results_on_new_tab=0; doi_resolver=oadoi.org; simple_style=auto; center_alignment=0; advanced_search=0; query_in_title=0; infinite_scroll=0; search_on_category_select=1; hotkeys=default; url_formatting=pretty; disabled_plugins=; enabled_plugins=; tokens=; locale=en; disabled_engines="wikipedia__general\054currency__general\054wikidata__general\054duckduckgo__general\054google__general\054lingva__general\054qwant__general\054startpage__general\054dictzone__general\054mymemory translated__general"; enabled_engines="360search__general\054baidu__general\054presearch__general\054sogou__general"; method=GET' \,如果官方能让指定喜欢对应的hash,应该就能fix

---- Replied Message ----
| From | @.> |
| Date | 3/12/2025 22:47 |
| To | @.
> |
| Cc | @.>,
@.
> |
| Subject | Re: [langgenius/dify] Error in dify calling searcxng parameter (Issue langgenius/dify-official-plugins#642) |

Thank you for this information.
---- Replied Message ----
@.>Date3/12/2025 @.>@.>,
@.>SubjectRe: [langgenius/dify] Error in dify calling searcxng parameter (Issue langgenius/dify-official-plugins#642)
After multiple attempts, finally got it done! You need to copy the files limiter.toml and settings.yml from the searxng 0.15.3 version api/core/tools/provider/builtin/searxng/docker/ directory to the 1.0.0 version and modify the relevant configuration items. See the attachment for details!Special attention should be paid to the use_default_settings item and the engines item.
settings.yml.txt
_20250312175152.png (view on web)

Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: @.>
manicwy left a comment (langgenius/dify-official-plugins#642)
After multiple attempts, finally got it done! You need to copy the files limiter.toml and settings.yml from the searxng 0.15.3 version api/core/tools/provider/builtin/searxng/docker/ directory to the 1.0.0 version and modify the relevant configuration items. See the attachment for details!Special attention should be paid to the use_default_settings item and the engines item.
settings.yml.txt
_20250312175152.png (view on web)

Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: @.>

操作附件在哪里?还有我1.0的版本没有api/core/tools/provider/builtin/searxng/docker/这个目录啊?只有/api/core/tools/builtin_tool/providers 而且很奇怪没有searxng目前,虽然我已经在页面上安装了searxng 0.02版本


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: @.***>

suxiaojin left a comment (langgenius/dify-official-plugins#642)

Thank you for this information.
---- Replied Message ----
@.>Date3/12/2025 @.>@.>,
@.>SubjectRe: [langgenius/dify] Error in dify calling searcxng parameter (Issue langgenius/dify-official-plugins#642)
After multiple attempts, finally got it done! You need to copy the files limiter.toml and settings.yml from the searxng 0.15.3 version api/core/tools/provider/builtin/searxng/docker/ directory to the 1.0.0 version and modify the relevant configuration items. See the attachment for details!Special attention should be paid to the use_default_settings item and the engines item.
settings.yml.txt
_20250312175152.png (view on web)

Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: @.>
manicwy left a comment (langgenius/dify-official-plugins#642)
After multiple attempts, finally got it done! You need to copy the files limiter.toml and settings.yml from the searxng 0.15.3 version api/core/tools/provider/builtin/searxng/docker/ directory to the 1.0.0 version and modify the relevant configuration items. See the attachment for details!Special attention should be paid to the use_default_settings item and the engines item.
settings.yml.txt
_20250312175152.png (view on web)

Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: @.>

操作附件在哪里?还有我1.0的版本没有api/core/tools/provider/builtin/searxng/docker/这个目录啊?只有/api/core/tools/builtin_tool/providers 而且很奇怪没有searxng目前,虽然我已经在页面上安装了searxng 0.02版本


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: @.***>

@leagend commented on GitHub (Mar 12, 2025): 使用0.15.3的配置可能就看不到baidu、360那些新加的国内国内引擎。 所以还是要慎用,还有那个searxng其实也不是完全不能用,你试试分类改为科学,其实是可以成功的。 我使用curl尝试的结果就是程序采用默认参数时,使用的搜索引擎在国内表现不行。 对比页面上的参数发现request里少了关键的一行 -b 'categories=general; language=auto; autocomplete=; favicon_resolver=; image_proxy=0; safesearch=0; theme=simple; results_on_new_tab=0; doi_resolver=oadoi.org; simple_style=auto; center_alignment=0; advanced_search=0; query_in_title=0; infinite_scroll=0; search_on_category_select=1; hotkeys=default; url_formatting=pretty; disabled_plugins=; enabled_plugins=; tokens=; locale=en; disabled_engines="wikipedia__general\054currency__general\054wikidata__general\054duckduckgo__general\054google__general\054lingva__general\054qwant__general\054startpage__general\054dictzone__general\054mymemory translated__general"; enabled_engines="360search__general\054baidu__general\054presearch__general\054sogou__general"; method=GET' \,如果官方能让指定喜欢对应的hash,应该就能fix ---- Replied Message ---- | From | ***@***.***> | | Date | 3/12/2025 22:47 | | To | ***@***.***> | | Cc | ***@***.***>, ***@***.***> | | Subject | Re: [langgenius/dify] Error in dify calling searcxng parameter (Issue langgenius/dify-official-plugins#642) | Thank you for this information. ---- Replied Message ---- @.>Date3/12/2025 @.>@.>, @.>SubjectRe: [langgenius/dify] Error in dify calling searcxng parameter (Issue langgenius/dify-official-plugins#642) After multiple attempts, finally got it done! You need to copy the files limiter.toml and settings.yml from the searxng 0.15.3 version api/core/tools/provider/builtin/searxng/docker/ directory to the 1.0.0 version and modify the relevant configuration items. See the attachment for details!Special attention should be paid to the use_default_settings item and the engines item. settings.yml.txt _20250312175152.png (view on web) — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.> manicwy left a comment (langgenius/dify-official-plugins#642) After multiple attempts, finally got it done! You need to copy the files limiter.toml and settings.yml from the searxng 0.15.3 version api/core/tools/provider/builtin/searxng/docker/ directory to the 1.0.0 version and modify the relevant configuration items. See the attachment for details!Special attention should be paid to the use_default_settings item and the engines item. settings.yml.txt _20250312175152.png (view on web) — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.> 操作附件在哪里?还有我1.0的版本没有api/core/tools/provider/builtin/searxng/docker/这个目录啊?只有/api/core/tools/builtin_tool/providers 而且很奇怪没有searxng目前,虽然我已经在页面上安装了searxng 0.02版本 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: ***@***.***> suxiaojin left a comment (langgenius/dify-official-plugins#642) Thank you for this information. ---- Replied Message ---- @.>Date3/12/2025 @.>@.>, @.>SubjectRe: [langgenius/dify] Error in dify calling searcxng parameter (Issue langgenius/dify-official-plugins#642) After multiple attempts, finally got it done! You need to copy the files limiter.toml and settings.yml from the searxng 0.15.3 version api/core/tools/provider/builtin/searxng/docker/ directory to the 1.0.0 version and modify the relevant configuration items. See the attachment for details!Special attention should be paid to the use_default_settings item and the engines item. settings.yml.txt _20250312175152.png (view on web) — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.> manicwy left a comment (langgenius/dify-official-plugins#642) After multiple attempts, finally got it done! You need to copy the files limiter.toml and settings.yml from the searxng 0.15.3 version api/core/tools/provider/builtin/searxng/docker/ directory to the 1.0.0 version and modify the relevant configuration items. See the attachment for details!Special attention should be paid to the use_default_settings item and the engines item. settings.yml.txt _20250312175152.png (view on web) — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.> 操作附件在哪里?还有我1.0的版本没有api/core/tools/provider/builtin/searxng/docker/这个目录啊?只有/api/core/tools/builtin_tool/providers 而且很奇怪没有searxng目前,虽然我已经在页面上安装了searxng 0.02版本 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: ***@***.***>
Author
Owner

@suxiaojin commented on GitHub (Mar 12, 2025):

我的searrxng是自己搭建的,setting.yml里面已经删除了google等国外的引擎。我再openwebui上面使用的联网工具就是searxng,也没问题。现在就是dify 1.0上面使用报错 {"searxng_search": "tool invoke error: PluginInvokeError: {\"args\":{},\"error_type\":\"ValidationError\",\"message\":\"1 validation error for SessionMessage\\ndata\\n Input should be a valid dictionary [type=dict_type, input_value=('type', \\u003cMessageType.TEXT: 'text'\\u003e), input_type=tuple]\\n For further information visit https://errors.pydantic.dev/2.8/v/dict_type\"}"}

@suxiaojin commented on GitHub (Mar 12, 2025): 我的searrxng是自己搭建的,setting.yml里面已经删除了google等国外的引擎。我再openwebui上面使用的联网工具就是searxng,也没问题。现在就是dify 1.0上面使用报错 `{"searxng_search": "tool invoke error: PluginInvokeError: {\"args\":{},\"error_type\":\"ValidationError\",\"message\":\"1 validation error for SessionMessage\\ndata\\n Input should be a valid dictionary [type=dict_type, input_value=('type', \\u003cMessageType.TEXT: 'text'\\u003e), input_type=tuple]\\n For further information visit https://errors.pydantic.dev/2.8/v/dict_type\"}"} `
Author
Owner

@leagend commented on GitHub (Mar 12, 2025):

This plugin use the default engines configuration which is different to we set on web page.
On the web operation there is an extra header which I highline below :

curl 'http://10.0.16.10:8080/search'
-H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,/;q=0.8,application/signed-exchange;v=b3;q=0.7'
-H 'Accept-Language: zh-CN,zh;q=0.9'
-H 'Cache-Control: no-cache'
-H 'Connection: keep-alive'
-H 'Content-Type: application/x-www-form-urlencoded'
*-b 'categories=general; language=auto; autocomplete=; favicon_resolver=; image_proxy=0; safesearch=0; theme=simple; results_on_new_tab=0; doi_resolver=oadoi.org; simple_style=auto; center_alignment=0; advanced_search=0; query_in_title=0; infinite_scroll=0; search_on_category_select=1; hotkeys=default; url_formatting=pretty; disabled_plugins=; enabled_plugins=; tokens=; locale=en; disabled_engines="wikipedia__general\054currency__general\054wikidata__general\054duckduckgo__general\054google__general\054lingva__general\054qwant__general\054startpage__general\054dictzone__general\054mymemory translated__general"; enabled_engines="360search__general\054baidu__general\054presearch__general\054sogou__general"; method=POST' *
-H 'Origin: null'
-H 'Pragma: no-cache'
-H 'Upgrade-Insecure-Requests: 1'
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'
--data-raw 'q=%E5%8C%97%E4%BA%AC%E6%9C%89%E5%87%A0%E6%89%80%E4%B8%AD%E5%AD%A6&category_general=1&language=auto&time_range=&safesearch=0&theme=simple&format=json'
--insecure

@leagend commented on GitHub (Mar 12, 2025): This plugin use the default engines configuration which is different to we set on web page. On the web operation there is an extra header which I highline below : curl 'http://10.0.16.10:8080/search' \ -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7' \ -H 'Accept-Language: zh-CN,zh;q=0.9' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/x-www-form-urlencoded' \ **-b 'categories=general; language=auto; autocomplete=; favicon_resolver=; image_proxy=0; safesearch=0; theme=simple; results_on_new_tab=0; doi_resolver=oadoi.org; simple_style=auto; center_alignment=0; advanced_search=0; query_in_title=0; infinite_scroll=0; search_on_category_select=1; hotkeys=default; url_formatting=pretty; disabled_plugins=; enabled_plugins=; tokens=; locale=en; disabled_engines="wikipedia__general\054currency__general\054wikidata__general\054duckduckgo__general\054google__general\054lingva__general\054qwant__general\054startpage__general\054dictzone__general\054mymemory translated__general"; enabled_engines="360search__general\054baidu__general\054presearch__general\054sogou__general"; method=POST' \** -H 'Origin: null' \ -H 'Pragma: no-cache' \ -H 'Upgrade-Insecure-Requests: 1' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36' \ --data-raw 'q=%E5%8C%97%E4%BA%AC%E6%9C%89%E5%87%A0%E6%89%80%E4%B8%AD%E5%AD%A6&category_general=1&language=auto&time_range=&safesearch=0&theme=simple&format=json' \ --insecure
Author
Owner

@812406210 commented on GitHub (Mar 12, 2025):

how to resovle this problem? help !!!

@812406210 commented on GitHub (Mar 12, 2025): how to resovle this problem? help !!!
Author
Owner

@leagend commented on GitHub (Mar 13, 2025):

Sure!I have a private solution, it is to add cookes for http request.

To rename the end of searxng_personal_plugin.zip from .zip to .difypkg, then try to install plugin from local.

To be attention, since I didn't sign it, so you need to do some extra pre-works, to set FORCE_VERIFYING_SIGNATURE=false in your docker/.env, then run docker compose down && docker compose up -d.

If this package installed successfully, you can active it as official one.

How to use it?

  1. Go to web page of searxng and cookie your special cookies values:
Image
  1. Fill them into the following 2 extra fields:
Image

Then you can enjor it

Image

@leagend commented on GitHub (Mar 13, 2025): Sure!I have a private solution, it is to add cookes for http request. To rename the end of [searxng_personal_plugin.zip](https://github.com/user-attachments/files/19224513/searxng_personal_plugin.zip) from .zip to .difypkg, then try to install plugin from local. To be attention, since I didn't sign it, so you need to do some extra pre-works, to set ` FORCE_VERIFYING_SIGNATURE=false` in your docker/.env, then run `docker compose down && docker compose up -d`. If this package installed successfully, you can active it as official one. How to use it? 1. Go to web page of searxng and cookie your special cookies values: <img width="821" alt="Image" src="https://github.com/user-attachments/assets/3af0783f-98f5-4e81-9937-50512a46114f" /> 2. Fill them into the following 2 extra fields: <img width="753" alt="Image" src="https://github.com/user-attachments/assets/e1f64c4c-9305-46b3-83c6-18a0c7b833e1" /> Then you can enjor it ![Image](https://github.com/user-attachments/assets/76b52e85-dc88-4377-850e-41693349b47f)
Author
Owner

@suxiaojin commented on GitHub (Mar 13, 2025):

感谢,按照你的方法成功了 @leagend 。searxng出来的是链接。后面需要跟一个爬虫节点先获取链接,再交给LLM去总结吗?我看你后面直接跟 LLM节点,这个你怎么处理的?

@suxiaojin commented on GitHub (Mar 13, 2025): 感谢,按照你的方法成功了 @leagend 。searxng出来的是链接。后面需要跟一个爬虫节点先获取链接,再交给LLM去总结吗?我看你后面直接跟 LLM节点,这个你怎么处理的?
Author
Owner

@leagend commented on GitHub (Mar 13, 2025):

Image

just using a simple prompt.
---- Replied Message ----
@.>Date3/13/2025 @.>@.>,
@.
>SubjectRe: [langgenius/dify] Error in dify calling searcxng parameter (Issue #15403)
感谢,按照你的方法成功了 @leagend 。searxng出来的是链接。后面需要跟一个爬虫节点先获取链接,再交给LLM去总结吗?我看你后面直接跟 LLM节点,这个你怎么处理的?

Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: @.>
suxiaojin left a comment (langgenius/dify#15403)
感谢,按照你的方法成功了 @leagend 。searxng出来的是链接。后面需要跟一个爬虫节点先获取链接,再交给LLM去总结吗?我看你后面直接跟 LLM节点,这个你怎么处理的?

Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: @.
>

@leagend commented on GitHub (Mar 13, 2025): ![Image](https://github.com/user-attachments/assets/b04d0894-23d6-4cb4-9b2f-0486e6cd2635) just using a simple prompt. ---- Replied Message ---- ***@***.***>Date3/13/2025 ***@***.***>***@***.***>, ***@***.***>SubjectRe: [langgenius/dify] Error in dify calling searcxng parameter (Issue #15403) 感谢,按照你的方法成功了 @leagend 。searxng出来的是链接。后面需要跟一个爬虫节点先获取链接,再交给LLM去总结吗?我看你后面直接跟 LLM节点,这个你怎么处理的? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: ***@***.***> suxiaojin left a comment (langgenius/dify#15403) 感谢,按照你的方法成功了 @leagend 。searxng出来的是链接。后面需要跟一个爬虫节点先获取链接,再交给LLM去总结吗?我看你后面直接跟 LLM节点,这个你怎么处理的? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: ***@***.***>
Author
Owner

@sunkeycc commented on GitHub (Mar 13, 2025):

I’m experiencing the same issue. Thanks to @leagend ‘s solution, it’s now working properly. I hope the official team can resolve this issue completely at their earliest convenience. Thank you all!

@sunkeycc commented on GitHub (Mar 13, 2025): I’m experiencing the same issue. Thanks to @leagend ‘s solution, it’s now working properly. I hope the official team can resolve this issue completely at their earliest convenience. Thank you all!
Author
Owner

@hecongyuan commented on GitHub (Mar 16, 2025):

FORCE_VERIFYING_SIGNATURE=false

@leagend thinks,bro

@hecongyuan commented on GitHub (Mar 16, 2025): > FORCE_VERIFYING_SIGNATURE=false @leagend thinks,bro
Author
Owner

@IAMJOYBO commented on GitHub (Mar 18, 2025):

same Erros,Dify v1.0.0,SearXNG v0.0.2(settings.yaml add json,html)

请求 {"searxng_search": {"query": "哪吒之魔童闹海 实时票房数据", "search_type": "general"}}

响应 {"searxng_search": "tool invoke error: PluginInvokeError: {\"args\":{},\"error_type\":\"ValidationError\",\"message\":\"1 validation error for SessionMessage\\ndata\\n Input should be a valid dictionary [type=dict_type, input_value=('type', \\u003cMessageType.TEXT: 'text'\\u003e), input_type=tuple]\\n For further information visit https://errors.pydantic.dev/2.8/v/dict_type\"}"}

Image

Image

@IAMJOYBO commented on GitHub (Mar 18, 2025): same Erros,Dify v1.0.0,SearXNG v0.0.2(settings.yaml add json,html) `请求 {"searxng_search": {"query": "哪吒之魔童闹海 实时票房数据", "search_type": "general"}}` `响应 {"searxng_search": "tool invoke error: PluginInvokeError: {\"args\":{},\"error_type\":\"ValidationError\",\"message\":\"1 validation error for SessionMessage\\ndata\\n Input should be a valid dictionary [type=dict_type, input_value=('type', \\u003cMessageType.TEXT: 'text'\\u003e), input_type=tuple]\\n For further information visit https://errors.pydantic.dev/2.8/v/dict_type\"}"}` ![Image](https://github.com/user-attachments/assets/ae28094f-66c5-49a9-881f-57fb8ae20613) ![Image](https://github.com/user-attachments/assets/ba7fc4ee-bcbc-49b1-8d2f-9ae124978271)
Author
Owner

@IAMJOYBO commented on GitHub (Mar 18, 2025):

我的searrxng是自己搭建的,setting.yml里面已经删除了google等国外的引擎。我再openwebui上面使用的联网工具就是searxng,也没问题。现在就是dify 1.0上面使用报错 {"searxng_search": "tool invoke error: PluginInvokeError: {\"args\":{},\"error_type\":\"ValidationError\",\"message\":\"1 validation error for SessionMessage\\ndata\\n Input should be a valid dictionary [type=dict_type, input_value=('type', \\u003cMessageType.TEXT: 'text'\\u003e), input_type=tuple]\\n For further information visit https://errors.pydantic.dev/2.8/v/dict_type\"}"}

我也是一样的报错,请问解决了吗?这是什么原因导致的呢

@IAMJOYBO commented on GitHub (Mar 18, 2025): > 我的searrxng是自己搭建的,setting.yml里面已经删除了google等国外的引擎。我再openwebui上面使用的联网工具就是searxng,也没问题。现在就是dify 1.0上面使用报错 `{"searxng_search": "tool invoke error: PluginInvokeError: {\"args\":{},\"error_type\":\"ValidationError\",\"message\":\"1 validation error for SessionMessage\\ndata\\n Input should be a valid dictionary [type=dict_type, input_value=('type', \\u003cMessageType.TEXT: 'text'\\u003e), input_type=tuple]\\n For further information visit https://errors.pydantic.dev/2.8/v/dict_type\"}"} ` 我也是一样的报错,请问解决了吗?这是什么原因导致的呢
Author
Owner

@leagend commented on GitHub (Mar 18, 2025):

你可以试试我的private解决方案。具体问题,你可以研究curl request,观察页面使用的和你使用的差别,我发现的是cookie导致了这个差别。
---- Replied Message ----
@.>Date3/18/2025 @.>@.>,
@.
>SubjectRe: [langgenius/dify] Error in dify calling searcxng parameter (Issue langgenius/dify-official-plugins#642)
我的searrxng是自己搭建的,setting.yml里面已经删除了google等国外的引擎。我再openwebui上面使用的联网工具就是searxng,也没问题。现在就是dify 1.0上面使用报错 {"searxng_search": "tool invoke error: PluginInvokeError: {"args":{},"error_type":"ValidationError","message":"1 validation error for SessionMessage\ndata\n Input should be a valid dictionary [type=dict_type, input_value=('type', \u003cMessageType.TEXT: 'text'\u003e), input_type=tuple]\n For further information visit https://errors.pydantic.dev/2.8/v/dict_type"}"}
我也是一样的报错,请问解决了吗?这是什么原因导致的呢

Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: @.>
IAMJOYBO left a comment (langgenius/dify-official-plugins#642)
我的searrxng是自己搭建的,setting.yml里面已经删除了google等国外的引擎。我再openwebui上面使用的联网工具就是searxng,也没问题。现在就是dify 1.0上面使用报错 {"searxng_search": "tool invoke error: PluginInvokeError: {"args":{},"error_type":"ValidationError","message":"1 validation error for SessionMessage\ndata\n Input should be a valid dictionary [type=dict_type, input_value=('type', \u003cMessageType.TEXT: 'text'\u003e), input_type=tuple]\n For further information visit https://errors.pydantic.dev/2.8/v/dict_type"}"}
我也是一样的报错,请问解决了吗?这是什么原因导致的呢

Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: @.
>

@leagend commented on GitHub (Mar 18, 2025): 你可以试试我的private解决方案。具体问题,你可以研究curl request,观察页面使用的和你使用的差别,我发现的是cookie导致了这个差别。 ---- Replied Message ---- ***@***.***>Date3/18/2025 ***@***.***>***@***.***>, ***@***.***>SubjectRe: [langgenius/dify] Error in dify calling searcxng parameter (Issue langgenius/dify-official-plugins#642) 我的searrxng是自己搭建的,setting.yml里面已经删除了google等国外的引擎。我再openwebui上面使用的联网工具就是searxng,也没问题。现在就是dify 1.0上面使用报错 {"searxng_search": "tool invoke error: PluginInvokeError: {\"args\":{},\"error_type\":\"ValidationError\",\"message\":\"1 validation error for SessionMessage\\ndata\\n Input should be a valid dictionary [type=dict_type, input_value=('type', \\u003cMessageType.TEXT: 'text'\\u003e), input_type=tuple]\\n For further information visit https://errors.pydantic.dev/2.8/v/dict_type\"}"} 我也是一样的报错,请问解决了吗?这是什么原因导致的呢 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: ***@***.***> IAMJOYBO left a comment (langgenius/dify-official-plugins#642) 我的searrxng是自己搭建的,setting.yml里面已经删除了google等国外的引擎。我再openwebui上面使用的联网工具就是searxng,也没问题。现在就是dify 1.0上面使用报错 {"searxng_search": "tool invoke error: PluginInvokeError: {\"args\":{},\"error_type\":\"ValidationError\",\"message\":\"1 validation error for SessionMessage\\ndata\\n Input should be a valid dictionary [type=dict_type, input_value=('type', \\u003cMessageType.TEXT: 'text'\\u003e), input_type=tuple]\\n For further information visit https://errors.pydantic.dev/2.8/v/dict_type\"}"} 我也是一样的报错,请问解决了吗?这是什么原因导致的呢 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: ***@***.***>
Author
Owner

@G7b9 commented on GitHub (Mar 19, 2025):

Sure!I have a private solution, it is to add cookes for http request.

To rename the end of searxng_personal_plugin.zip from .zip to .difypkg, then try to install plugin from local.

To be attention, since I didn't sign it, so you need to do some extra pre-works, to set FORCE_VERIFYING_SIGNATURE=false in your docker/.env, then run docker compose down && docker compose up -d.

If this package installed successfully, you can active it as official one.

How to use it?

  1. Go to web page of searxng and cookie your special cookies values:
Image 2. Fill them into the following 2 extra fields: Image Then you can enjor it

Image

Thank you guys!It works!

@G7b9 commented on GitHub (Mar 19, 2025): > Sure!I have a private solution, it is to add cookes for http request. > > To rename the end of [searxng_personal_plugin.zip](https://github.com/user-attachments/files/19224513/searxng_personal_plugin.zip) from .zip to .difypkg, then try to install plugin from local. > > To be attention, since I didn't sign it, so you need to do some extra pre-works, to set ` FORCE_VERIFYING_SIGNATURE=false` in your docker/.env, then run `docker compose down && docker compose up -d`. > > If this package installed successfully, you can active it as official one. > > How to use it? > > 1. Go to web page of searxng and cookie your special cookies values: > > <img alt="Image" width="821" src="https://private-user-images.githubusercontent.com/7865455/422235482-3af0783f-98f5-4e81-9937-50512a46114f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NDIzODUxMTQsIm5iZiI6MTc0MjM4NDgxNCwicGF0aCI6Ii83ODY1NDU1LzQyMjIzNTQ4Mi0zYWYwNzgzZi05OGY1LTRlODEtOTkzNy01MDUxMmE0NjExNGYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDMxOSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAzMTlUMTE0NjU0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NTQzMTdhYjMwNDgyY2M0ZjdhMThmM2ViYTNjZjI1NmY4MzVmMTQ0MTg0ZWY2NTk3NTJiYjMwMjgzMjg2NTlmOSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ._XLzb9iynNZeS5DRARRWImigk02cGvIrN_--BN0eJ3Y"> > 2. Fill them into the following 2 extra fields: > > <img alt="Image" width="753" src="https://private-user-images.githubusercontent.com/7865455/422236223-e1f64c4c-9305-46b3-83c6-18a0c7b833e1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NDIzODUxMTQsIm5iZiI6MTc0MjM4NDgxNCwicGF0aCI6Ii83ODY1NDU1LzQyMjIzNjIyMy1lMWY2NGM0Yy05MzA1LTQ2YjMtODNjNi0xOGEwYzdiODMzZTEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDMxOSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAzMTlUMTE0NjU0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9M2Q5NjI2Mzk4NzUzNDZhNmRhODNiOGQ5YmI0YjA4MWZkM2RlZjc1OWZmZDE3MTcxZDYxMGI0ZjBmNTJlYTA4ZSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.SwGf-i6DRoNPHtu57KZXaVgecaNSpPY8vkEfutrqgDQ"> > Then you can enjor it > > ![Image](https://github.com/user-attachments/assets/76b52e85-dc88-4377-850e-41693349b47f) Thank you guys!It works!
Author
Owner

@G7b9 commented on GitHub (Mar 19, 2025):

@leagend 请问一下,为啥这个自定义节点在agent里面只显示最后一条搜索结果呀,实际根据searxng确实返回了多个结果,是这个agent的json格式只支持分析一条吗?

Image
Image
Image

@G7b9 commented on GitHub (Mar 19, 2025): @leagend 请问一下,为啥这个自定义节点在agent里面只显示最后一条搜索结果呀,实际根据searxng确实返回了多个结果,是这个agent的json格式只支持分析一条吗? ![Image](https://github.com/user-attachments/assets/962f1f84-19fd-4d12-b288-bbdebfa86fcf) ![Image](https://github.com/user-attachments/assets/1271ae5f-532a-41dd-ac86-326cd3616abe) ![Image](https://github.com/user-attachments/assets/4222f707-d176-4281-b221-916c5ed86e00)
Author
Owner

@leagend commented on GitHub (Mar 20, 2025):

看起来是agent的问题,使用官方版插件也只有一条:

Image

@leagend commented on GitHub (Mar 20, 2025): 看起来是agent的问题,使用官方版插件也只有一条: ![Image](https://github.com/user-attachments/assets/f323460f-d8af-49b2-ad53-51804b597ae7)
Author
Owner

@jpg1024 commented on GitHub (Mar 27, 2025):

I also encountered this problem, modify v1.1.3, and I don't know how to solve it.

@jpg1024 commented on GitHub (Mar 27, 2025): I also encountered this problem, modify v1.1.3, and I don't know how to solve it.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#53