serpextract icon indicating copy to clipboard operation
serpextract copied to clipboard

Easy extraction of keywords and engines from search engine results pages (SERPs).

Results 4 serpextract issues
Sort by recently updated
recently updated
newest added

This PR aims to fix the flaky test on **test_serps.py::TestSERPs::test_mojeek** so the test could pass single run, multiple test run, and random test run. I'm doing this for a course...

In cases like https://github.com/Parsely/serpextract/pull/23 where the Matomo search engine list doesn't fully meet the user's needs, we should have the ability to make direct changes to that list without having...

`ExtractResult` instances should implement Iterator and **getitem** in the event users prefer to work with them as shown: ``` er = ExtractResult(...) parts = list(er) er['engine_name'] == er.engine_name ``` Maybe...

enhancement

Should add more tests for popular and not-so-popular search engines as well as edge case keywords.